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

fix(zone.js): add missing types field in package.json #38585

Closed
wants to merge 1 commit into from

Commits on Sep 10, 2020

  1. fix(zone.js): add missing types field in package.json

    Close angular#38584
    
    In zone.js 0.11.1, the `types` field is missing in the `package.json`,
    the reason is in zone.js 0.11.0, the `files` field is used to specify the
    types, but it cause the npm package not contain any bundles issue, so zone.js
    0.11.1 remove the `files` field, which cause the `type` definition gone.
    
    This PR concat the `zone.js.d.ts`, `zone.configurations.api.ts`, `zone.api.extensions.ts`
    types into a single `zone.d.ts` file.
    JiaLiPassion committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    470d555 View commit details
    Browse the repository at this point in the history