Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(typescript): support for ESM variant of the Angular compiler plugin #2982

Commits on Sep 27, 2021

  1. feat(typescript): support for ESM variant of the Angular compiler plugin

    As of v13, the `@angular/compiler-cli` package will come as strict ESM
    package. This means that the import currently in `tsc_wrapped` does
    not work for v13+ of Angular. This commit adds an interop allowing for
    both the ESM variant, and CJS variant of the Angular compiler to work.
    devversion committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    1bd3de1 View commit details
    Browse the repository at this point in the history