mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
126879e9d0
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
1.9 KiB
1.9 KiB