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
19 lines
410 B
JSON
19 lines
410 B
JSON
{
|
|
"name": "typings",
|
|
"version": "1.0.0",
|
|
"description": "typing test package to test zone.js.d.ts",
|
|
"scripts": {
|
|
"test": "tsc -p ."
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/node": "12.11.1",
|
|
"domino": "^2.1.6",
|
|
"zone.js": "file:../../../../dist/bin/packages/zone.js/npm_package"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "~4.5.2"
|
|
}
|
|
}
|