File tree
38 files changed
+8045
-152
lines changed- scripts
- src
- ast
- common
- script-setup
- test/fixtures/ast
- multiple-scripts-8
- multiple-scripts-with-export01
- multiple-scripts-with-export02
- multiple-scripts-with-export03
- multiple-scripts-with-export04
- multiple-scripts-with-ts-export-decorator-1
- script-setup-with-export
38 files changed
+8045
-152
lines changedDiff for: package.json
+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
64 | 64 |
| |
65 | 65 |
| |
66 | 66 |
| |
67 |
| - | |
68 |
| - | |
| 67 | + | |
| 68 | + | |
69 | 69 |
| |
70 | 70 |
| |
71 | 71 |
| |
|
Diff for: scripts/update-fixtures-ast.js
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
228 | 228 |
| |
229 | 229 |
| |
230 | 230 |
| |
| 231 | + | |
231 | 232 |
| |
232 | 233 |
| |
233 | 234 |
| |
|
Diff for: src/ast/nodes.ts
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
310 | 310 |
| |
311 | 311 |
| |
312 | 312 |
| |
| 313 | + | |
313 | 314 |
| |
314 | 315 |
| |
315 | 316 |
| |
|
Diff for: src/common/fix-locations.ts
+18-9
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
| 3 | + | |
3 | 4 |
| |
4 | 5 |
| |
5 | 6 |
| |
| |||
20 | 21 |
| |
21 | 22 |
| |
22 | 23 |
| |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
23 | 39 |
| |
24 | 40 |
| |
25 | 41 |
| |
26 | 42 |
| |
27 | 43 |
| |
28 |
| - | |
29 |
| - | |
| 44 | + | |
| 45 | + | |
30 | 46 |
| |
31 | 47 |
| |
32 | 48 |
| |
| |||
65 | 81 |
| |
66 | 82 |
| |
67 | 83 |
| |
68 |
| - | |
69 |
| - | |
70 |
| - | |
71 |
| - | |
72 |
| - | |
73 |
| - | |
74 |
| - | |
75 | 84 |
| |
76 | 85 |
| |
77 | 86 |
| |
|
0 commit comments