-
Notifications
You must be signed in to change notification settings - Fork 11.9k
Commit 0be4038
fix(@angular/build): support reading on-disk files during i18n extraction
If an application has JavaScript files that are sourced directly from disk,
the extraction would previously fail due to the i18n extractor only able
to access the in-memory generated JavaScript files. The extractor can now
access both memory and disk-based JavaScript files.
(cherry picked from commit 6b544f7)1 parent a655b92 commit 0be4038
File tree
2 files changed
+6
-0
lines changed- packages
- angular_devkit/build_angular/src/builders/extract-i18n
- angular/build/src/builders/extract-i18n
2 files changed
+6
-0
lines changedLines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
12 | + | ||
12 | 13 |
| |
13 | 14 |
| |
14 | 15 |
| |
| |||
101 | 102 |
| |
102 | 103 |
| |
103 | 104 |
| |
105 | + | ||
106 | + | ||
104 | 107 |
| |
105 | 108 |
| |
106 | 109 |
| |
|
Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
14 | + | ||
14 | 15 |
| |
15 | 16 |
| |
16 | 17 |
| |
| |||
106 | 107 |
| |
107 | 108 |
| |
108 | 109 |
| |
110 | + | ||
111 | + | ||
109 | 112 |
| |
110 | 113 |
| |
111 | 114 |
| |
|
0 commit comments