Skip to content

Commit e0c0375

Browse files
committed
Merge branch 'module-resolution/ts-extensions' into module-resolution/hybrid
2 parents aeb23be + 3b1d554 commit e0c0375

File tree

677 files changed

+684100
-976632
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

677 files changed

+684100
-976632
lines changed

Herebyfile.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -805,7 +805,7 @@ function baselineAcceptTask(localBaseline, refBaseline) {
805805
}
806806
const toDelete = await glob(`${localBaseline}/**/*.delete`, { nodir: true });
807807
for (const p of toDelete) {
808-
const out = localPathToRefPath(p);
808+
const out = localPathToRefPath(p).replace(/\.delete$/, "");
809809
await fs.promises.rm(out);
810810
}
811811
};

lib/cancellationToken.js

+61-42
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)