mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
The following changes help the language service code build in g3: * `Omit<T>` produces an index signature, so we must access the resulting properties with square bracket (because `noPropertyAccessFromIndexSignature` is on in g3). * Explicitly export `absoluteFrom` from `packages/compiler-cli/index.ts`, since the `*` re-export is patched out in g3. * Remove const from a few const enums, since accessing const enums across modules is not compatible with `isolatedModules` (which is on in g3). PR Close #54726 |
||
|---|---|---|
| .. | ||
| integrationtest | ||
| linker | ||
| ngcc | ||
| private | ||
| src | ||
| test | ||
| BUILD.bazel | ||
| esbuild.config.js | ||
| index.ts | ||
| package.json | ||
| tsconfig-build.json | ||
| tsconfig.json | ||