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

build: create own bundle for @angular/compiler #720

Merged

Commits on Oct 25, 2021

  1. build: create own bundle for @angular/compiler

    With this change we create a a package to bundle `@angular/compiler`. This is in preparation for version 13 were the angular packages are only shipped in ESM format however due to limitations in ESLint these cannot be consumed directly. Therefore, we have created a "private" `@angular-eslint/bundled-angular-compiler` package which contains the a CJS bundled version of the `@angular/compiler`.  All references to `@angular/compiler` in the code base have been changed to reference this change.
    alan-agius4 committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    d39cbb2 View commit details
    Browse the repository at this point in the history
  2. fix(builder): remove peer dependencies on @angular/cli

    Builders don't require a dependency on the `@angular/cli` to be executed.
    alan-agius4 committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    afe9a75 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6f392a8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c40eaa2 View commit details
    Browse the repository at this point in the history