File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ namespace ts {
33 let lastDiagnostics : Diagnostic [ ] = [ ] ;
44 const reportDiagnostic : DiagnosticReporter = diagnostic => lastDiagnostics . push ( diagnostic ) ;
55
6- namespace Sample1 {
6+ export namespace Sample1 {
77 tick ( ) ;
88 const projFs = loadProjectFromDisk ( "../../tests/projects/sample1" ) ;
99
@@ -228,7 +228,7 @@ namespace ts {
228228 } ) ;
229229 }
230230
231- namespace OutFile {
231+ export namespace OutFile {
232232 const outFileFs = loadProjectFromDisk ( "../../tests/projects/outfile-concat" ) ;
233233
234234 describe ( "tsbuild - baseline sectioned sourcemaps" , ( ) => {
@@ -244,7 +244,6 @@ namespace ts {
244244 "/src/third/thirdjs/output/third-output.js.map"
245245 ] ;
246246
247-
248247 for ( const file of files ) {
249248 it ( `Generates files matching the baseline - ${ file } ` , ( ) => {
250249 Harness . Baseline . runBaseline ( getBaseFileName ( file ) , ( ) => {
@@ -261,8 +260,6 @@ namespace ts {
261260 } ) ;
262261 }
263262
264- void OutFile , Sample1 ;
265-
266263 describe ( "tsbuild - graph-ordering" , ( ) => {
267264 const fs = new vfs . FileSystem ( false ) ;
268265 const host = new fakes . CompilerHost ( fs ) ;
You can’t perform that action at this time.
0 commit comments