mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-11 19:27:35 -06:00
Test case when final project isnt composite project
This commit is contained in:
parent
bb76259e7a
commit
d1f3aca2d0
@ -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();
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user