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

Update private exports #55103

Closed
wants to merge 2 commits into from
Closed

Update private exports #55103

wants to merge 2 commits into from

Commits on Mar 28, 2024

  1. refactor(core): Update SchedulingMode to be regular enum

    Angular recently gained a local compilation mode (see commit 345dd6d).
    This is intended to be used with the TypeScript compiler option isolatedModules, which bans imports of const enums.
    atscott committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    800e750 View commit details
    Browse the repository at this point in the history
  2. refactor(core): Move private export testing file to src

    This matches the private export approach for files in other packages.
    atscott committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    124e0bf View commit details
    Browse the repository at this point in the history