mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Adds support for TypeScript 4.5. Includes the following changes: * Bumping the package versions. * Fixing a few calls to `createExportSpecifier` and `createImportSpecifier` that require an extra parameter. * Adding some missing methods to the TS compiler hosts. * Fixing an issue in the TS mocks for the ngcc tests where a regex was too agressive and was trying to match a path like `/node_modules/@typescript/lib-es5`. * Accounting for type-only import specifiers when reporting DI errors (see #43620). Fixes #43620. PR Close #44164
28 lines
1.3 KiB
JSON
28 lines
1.3 KiB
JSON
{
|
|
"name": "angular-integration",
|
|
"description": "Assert that users with TypeScript 4.5 can type-check an Angular application",
|
|
"version": "0.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@angular/animations": "file:../../dist/packages-dist/animations",
|
|
"@angular/common": "file:../../dist/packages-dist/common",
|
|
"@angular/compiler": "file:../../dist/packages-dist/compiler",
|
|
"@angular/compiler-cli": "file:../../dist/packages-dist/compiler-cli",
|
|
"@angular/core": "file:../../dist/packages-dist/core",
|
|
"@angular/elements": "file:../../dist/packages-dist/elements",
|
|
"@angular/forms": "file:../../dist/packages-dist/forms",
|
|
"@angular/platform-browser": "file:../../dist/packages-dist/platform-browser",
|
|
"@angular/platform-browser-dynamic": "file:../../dist/packages-dist/platform-browser-dynamic",
|
|
"@angular/platform-server": "file:../../dist/packages-dist/platform-server",
|
|
"@angular/router": "file:../../dist/packages-dist/router",
|
|
"@angular/service-worker": "file:../../dist/packages-dist/service-worker",
|
|
"@angular/upgrade": "file:../../dist/packages-dist/upgrade",
|
|
"@types/jasmine": "file:../../node_modules/@types/jasmine",
|
|
"rxjs": "file:../../node_modules/rxjs",
|
|
"typescript": "4.5.2",
|
|
"zone.js": "file:../../dist/zone.js-dist/archive/zone.js.tgz"
|
|
},
|
|
"scripts": {
|
|
"test": "tsc"
|
|
}
|
|
}
|