-
Notifications
You must be signed in to change notification settings - Fork 11.9k
Commit 275b5e7
refactor(@angular-devkit/schematics-cli): rename schematic template files with a template extension
Files that contain template instructions should include a `.template` extension to prevent them from
being treated as TypeScript/JSON/etc. files. Not doing so can result in parse errors or other failures
when the files are incorrectly processed by other tools.1 parent a5e8ac5 commit 275b5e7
File tree
8 files changed
+8
-5
lines changed- packages/angular_devkit/schematics_cli
- blank
- project-files
- schematic-files/src/__name@dasherize__
- schematic
- files
8 files changed
+8
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | + | ||
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
19 | - | ||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | - | ||
66 | + | ||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | - | ||
80 | + | ||
81 | + | ||
81 | 82 | | |
82 | 83 | | |
83 | 84 | | |
| |||
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | + | ||
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
16 | - | ||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | + | ||
32 | + | ||
31 | 33 | | |
32 | 34 | | |
33 | - | ||
35 | + | ||
34 | 36 | | |
35 | 37 | | |
36 | 38 | | |
| |||
0 commit comments