File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ {
2+ "scenario" : " declarationDir: specify declarationDir only" ,
3+ "projectRoot" : " tests/cases/projects/declarationDir" ,
4+ "inputFiles" : [
5+ " a.ts" ,
6+ " subfolder/b.ts" ,
7+ " subfolder/c.ts"
8+ ],
9+ "declaration" : true ,
10+ "declarationDir" : " declarations" ,
11+ "baselineCheck" : true
12+ }
Original file line number Diff line number Diff line change 1+ {
2+ "scenario" : " declarationDir: specify declarationDir with outDir" ,
3+ "projectRoot" : " tests/cases/projects/declarationDir" ,
4+ "inputFiles" : [
5+ " a.ts" ,
6+ " subfolder/b.ts" ,
7+ " subfolder/c.ts"
8+ ],
9+ "outDir" : " out" ,
10+ "declaration" : true ,
11+ "declarationDir" : " declarations" ,
12+ "baselineCheck" : true
13+ }
Original file line number Diff line number Diff line change 1+ {
2+ "scenario" : " declarationDir: specify declarationDir with bundled output file" ,
3+ "projectRoot" : " tests/cases/projects/declarationDir" ,
4+ "inputFiles" : [
5+ " a.ts" ,
6+ " subfolder/b.ts" ,
7+ " subfolder/c.ts"
8+ ],
9+ "out" : " out.js" ,
10+ "declaration" : true ,
11+ "declarationDir" : " declarations" ,
12+ "baselineCheck" : true
13+ }
You can’t perform that action at this time.
0 commit comments