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.
1 parent 5dfdbdb commit dfbed67Copy full SHA for dfbed67
src/testRunner/unittests/tsserver/helpers.ts
@@ -109,7 +109,7 @@ namespace ts.projectSystem {
109
.replace(/getExportInfoMap: done in \d+(?:\.\d+)?/g, `getExportInfoMap: done in *`)
110
.replace(/collectAutoImports: \d+(?:\.\d+)?/g, `collectAutoImports: *`)
111
.replace(/dependencies in \d+(?:\.\d+)?/g, `dependencies in *`)
112
- .replace(/\"exportMapKey\"\:\"\w(\w|\d)*\|\d+\|/g, match => match.replace(/\|\d+\|/, `|*|`))
+ .replace(/\"exportMapKey\"\:\"[_$a-zA-Z][_$_$a-zA-Z0-9]*\|\d+\|/g, match => match.replace(/\|\d+\|/, `|*|`))
113
)
114
};
115
}
0 commit comments