Skip to content

Commit 7c3933f

Browse files
authored
chore: update trace-mapping for perf fix (#2276)
Closes #2265
1 parent 1b77d76 commit 7c3933f

File tree

3 files changed

+30
-45
lines changed

3 files changed

+30
-45
lines changed

package-lock.json

Lines changed: 27 additions & 42 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@
5151
},
5252
"dependencies": {
5353
"@c4312/chromehash": "^0.3.1",
54-
"@jridgewell/gen-mapping": "^0.3.3",
55-
"@jridgewell/trace-mapping": "^0.3.22",
54+
"@jridgewell/gen-mapping": "^0.3.13",
55+
"@jridgewell/trace-mapping": "^0.3.31",
5656
"@vscode/js-debug-browsers": "^1.1.2",
5757
"@vscode/l10n": "^0.0.18",
5858
"@vscode/win32-app-container-tokens": "^0.2.0",

src/common/sourceMaps/sourceMap.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ import {
1414
InvalidOriginalMapping,
1515
OriginalMapping,
1616
originalPositionFor,
17+
SourceNeedle,
1718
TraceMap,
1819
} from '@jridgewell/trace-mapping';
19-
import { SourceNeedle } from '@jridgewell/trace-mapping/dist/types/types';
2020
import { fixDriveLetterAndSlashes } from '../pathUtils';
2121
import { completeUrlEscapingRoot, isDataUri } from '../urlUtils';
2222

0 commit comments

Comments
 (0)