mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-04 21:53:42 -06:00
Tidy
This commit is contained in:
parent
449d60cdff
commit
5065c540cd
@ -3,7 +3,7 @@ namespace ts {
|
||||
let lastDiagnostics: Diagnostic[] = [];
|
||||
const reportDiagnostic: DiagnosticReporter = diagnostic => lastDiagnostics.push(diagnostic);
|
||||
|
||||
namespace Sample1 {
|
||||
export namespace Sample1 {
|
||||
tick();
|
||||
const projFs = loadProjectFromDisk("../../tests/projects/sample1");
|
||||
|
||||
@ -228,7 +228,7 @@ namespace ts {
|
||||
});
|
||||
}
|
||||
|
||||
namespace OutFile {
|
||||
export namespace OutFile {
|
||||
const outFileFs = loadProjectFromDisk("../../tests/projects/outfile-concat");
|
||||
|
||||
describe("tsbuild - baseline sectioned sourcemaps", () => {
|
||||
@ -244,7 +244,6 @@ namespace ts {
|
||||
"/src/third/thirdjs/output/third-output.js.map"
|
||||
];
|
||||
|
||||
|
||||
for (const file of files) {
|
||||
it(`Generates files matching the baseline - ${file}`, () => {
|
||||
Harness.Baseline.runBaseline(getBaseFileName(file), () => {
|
||||
@ -261,8 +260,6 @@ namespace ts {
|
||||
});
|
||||
}
|
||||
|
||||
void OutFile, Sample1;
|
||||
|
||||
describe("tsbuild - graph-ordering", () => {
|
||||
const fs = new vfs.FileSystem(false);
|
||||
const host = new fakes.CompilerHost(fs);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user