mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
Test case when final project isnt composite project
This commit is contained in:
@@ -632,6 +632,8 @@ export const b = new A();`);
|
||||
|
||||
verifyOutFileScenario("baseline sectioned sourcemaps", noop);
|
||||
|
||||
verifyOutFileScenario("when final project is not composite but uses project references", fs => replaceFileContent(fs, "/src/third/tsconfig.json", `"composite": true,`, ""));
|
||||
|
||||
describe("downstream prepend projects always get rebuilt", () => {
|
||||
function verify(modifyFs: (fs: vfs.FileSystem) => void, ...expectedDiagnostics: fakes.ExpectedDiagnostic[]) {
|
||||
const fs = outFileFs.shadow();
|
||||
|
||||
+1452
File diff suppressed because it is too large
Load Diff
+1488
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user