Commit abe9691
committed
build: remove unnecessary feature detection that breaks with shared chunks (angular#60825)
Since APF can contain shared chunks, where e.g. `eetemplate` lives, the
`coreHasSymbol` check is no longer reliable. Right now it even prevents
the version range check (that is reliably working) from running because
we detect a `index.d.ts` file but simply don't find the requested
symbol in there (we don't expand exports via type checker).
PR Close angular#608251 parent 7fc14d7 commit abe9691
File tree
2 files changed
+5
-43
lines changed- packages/compiler-cli/src/ngtsc/core/src
2 files changed
+5
-43
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
125 | | - | |
126 | 125 | | |
127 | 126 | | |
128 | 127 | | |
| |||
1035 | 1034 | | |
1036 | 1035 | | |
1037 | 1036 | | |
1038 | | - | |
1039 | | - | |
1040 | | - | |
| 1037 | + | |
| 1038 | + | |
1041 | 1039 | | |
1042 | | - | |
1043 | | - | |
1044 | | - | |
1045 | | - | |
| 1040 | + | |
| 1041 | + | |
| 1042 | + | |
1046 | 1043 | | |
1047 | 1044 | | |
1048 | 1045 | | |
| |||
This file was deleted.
0 commit comments