We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
reset()
1 parent c246a9c commit cf31ef4Copy full SHA for cf31ef4
javascript/extractor/lib/typescript/src/main.ts
@@ -886,6 +886,7 @@ if (process.argv.length > 2) {
886
if (argument === "--version") {
887
console.log("parser-wrapper with TypeScript " + ts.version);
888
} else if (pathlib.basename(argument) === "tsconfig.json") {
889
+ reset();
890
handleOpenProjectCommand({
891
command: "open-project",
892
tsConfig: argument,
0 commit comments