Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • T TYPO3.CMS
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
    • Locked files
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 8
    • Merge requests 8
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Artifacts
    • Schedules
    • Test cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Terraform modules
    • Model experiments
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • accessibilityaccessibility
  • TYPO3.CMS
  • Repository
  • TYPO3.CMS
  • ..
  • TypeScript
  • TypeScript
  • Router.ts
Find file Blame History Permalink
  • afernandez's avatar
    [BUGFIX] Improve usage of 3rd party modules in TypeScript context · 27983a7f
    afernandez authored Aug 07, 2020 and maddy2101's avatar maddy2101 committed Aug 08, 2020
    This changes the configuration of the TypeScript compiler to resolve
    modules in "node" style, which allows using TypeScript declaration files
    (*.d.ts) shipped with npm packages.
    
    Additionally the option "esModuleInterop" is enabled which allows us to
    use CommonJS modules in AMD modules without fiddling with incompatible
    exports.
    
    As a negative side-effect, all JavaScript have to get recompiled to
    reflect these changes.
    
    Resolves: #91954
    Releases: master, 10.4
    Change-Id: If6386f5062bfbe439615bb947e94cd728dfd5b2b
    Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/65225
    
    
    Tested-by: default avatarTYPO3com <noreply@typo3.com>
    Tested-by: default avatarAnja Leichsenring <aleichsenring@ab-softlab.de>
    Reviewed-by: default avatarAnja Leichsenring <aleichsenring@ab-softlab.de>
    27983a7f