File tree Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Original file line number Diff line number Diff line change 6
6
"declaration" : true
7
7
},
8
8
"files" : [
9
- " core .ts" ,
9
+ " types .ts" ,
10
10
" performance.ts" ,
11
+ " core.ts" ,
11
12
" sys.ts" ,
12
- " types .ts" ,
13
+ " diagnosticInformationMap.generated .ts" ,
13
14
" scanner.ts" ,
14
- " parser.ts" ,
15
15
" utilities.ts" ,
16
+ " parser.ts" ,
16
17
" binder.ts" ,
17
18
" symbolWalker.ts" ,
19
+ " moduleNameResolver.ts" ,
18
20
" checker.ts" ,
19
21
" factory.ts" ,
20
22
" visitor.ts" ,
21
23
" transformers/utilities.ts" ,
24
+ " transformers/destructuring.ts" ,
22
25
" transformers/ts.ts" ,
23
- " transformers/jsx.ts" ,
24
- " transformers/esnext.ts" ,
25
26
" transformers/es2017.ts" ,
27
+ " transformers/esnext.ts" ,
28
+ " transformers/jsx.ts" ,
26
29
" transformers/es2016.ts" ,
27
30
" transformers/es2015.ts" ,
28
31
" transformers/es5.ts" ,
29
32
" transformers/generators.ts" ,
30
- " transformers/destructuring.ts" ,
31
33
" transformers/module/module.ts" ,
32
34
" transformers/module/system.ts" ,
33
35
" transformers/module/es2015.ts" ,
34
36
" transformers/declarations/diagnostics.ts" ,
35
37
" transformers/declarations.ts" ,
36
38
" transformer.ts" ,
37
- " comments.ts" ,
38
39
" sourcemap.ts" ,
40
+ " comments.ts" ,
39
41
" emitter.ts" ,
40
42
" watchUtilities.ts" ,
41
43
" program.ts" ,
44
46
" resolutionCache.ts" ,
45
47
" watch.ts" ,
46
48
" commandLineParser.ts" ,
47
- " tsc.ts" ,
48
- " diagnosticInformationMap.generated.ts"
49
+ " tsc.ts"
49
50
]
50
51
}
You can’t perform that action at this time.
0 commit comments