mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-29 16:29:19 -05:00
refactor: let exportMapKey accepts bad symbol name (#54678)
This commit is contained in:
@@ -2427,7 +2427,7 @@ export class TestState {
|
||||
baselineFile,
|
||||
annotations + "\n\n" + stringify(result, (key, value) => {
|
||||
return key === "exportMapKey"
|
||||
? value.replace(/\|[0-9]+/g, "|*")
|
||||
? value.replace(/ \d+ /g, " * ")
|
||||
: value;
|
||||
}),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user