-
Notifications
You must be signed in to change notification settings - Fork 11.9k
Commit c94f568
committed
fix(@angular/build): warn when
Importing `@angular/localize/init` directly can cause unpredictable behavior, as highlighted in multiple reports:
- angular/angular#59422
- angular/angular#48545
- angular/angular#59405
This update introduces a warning to alert developers of the potential risks associated with direct imports.
(cherry picked from commit bfe9ee3)@angular/localize/init
is imported directly1 parent 50611cd commit c94f568
File tree
2 files changed
+57
-0
lines changed- packages/angular/build/src/tools/esbuild
2 files changed
+57
-0
lines changedLines changed: 53 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | + | ||
2 | + | ||
3 | + | ||
4 | + | ||
5 | + | ||
6 | + | ||
7 | + | ||
8 | + | ||
9 | + | ||
10 | + | ||
11 | + | ||
12 | + | ||
13 | + | ||
14 | + | ||
15 | + | ||
16 | + | ||
17 | + | ||
18 | + | ||
19 | + | ||
20 | + | ||
21 | + | ||
22 | + | ||
23 | + | ||
24 | + | ||
25 | + | ||
26 | + | ||
27 | + | ||
28 | + | ||
29 | + | ||
30 | + | ||
31 | + | ||
32 | + | ||
33 | + | ||
34 | + | ||
35 | + | ||
36 | + | ||
37 | + | ||
38 | + | ||
39 | + | ||
40 | + | ||
41 | + | ||
42 | + | ||
43 | + | ||
44 | + | ||
45 | + | ||
46 | + | ||
47 | + | ||
48 | + | ||
49 | + | ||
50 | + | ||
51 | + | ||
52 | + | ||
53 | + |
Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
23 | + | ||
23 | 24 |
| |
24 | 25 |
| |
25 | 26 |
| |
| |||
68 | 69 |
| |
69 | 70 |
| |
70 | 71 |
| |
72 | + | ||
71 | 73 |
| |
72 | 74 |
| |
73 | 75 |
| |
| |||
288 | 290 |
| |
289 | 291 |
| |
290 | 292 |
| |
293 | + | ||
291 | 294 |
| |
292 | 295 |
| |
293 | 296 |
| |
| |||
424 | 427 |
| |
425 | 428 |
| |
426 | 429 |
| |
430 | + | ||
427 | 431 |
| |
428 | 432 |
| |
429 | 433 |
| |
|
0 commit comments