Skip to content

Commit ca53151

Browse files
authored
chore: switch to @jridgewell/sourcemap-codec (sveltejs#8321)
1 parent d16dd5d commit ca53151

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

package-lock.json

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

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@
120120
"homepage": "https://svelte.dev",
121121
"devDependencies": {
122122
"@ampproject/remapping": "^0.3.0",
123+
"@jridgewell/sourcemap-codec": "^1.4.14",
123124
"@rollup/plugin-commonjs": "^11.0.0",
124125
"@rollup/plugin-json": "^4.0.1",
125126
"@rollup/plugin-node-resolve": "^11.2.1",
@@ -154,7 +155,6 @@
154155
"rollup": "^1.27.14",
155156
"source-map": "^0.7.4",
156157
"source-map-support": "^0.5.21",
157-
"sourcemap-codec": "^1.4.8",
158158
"tiny-glob": "^0.2.9",
159159
"tslib": "^2.4.1",
160160
"typescript": "^3.7.5",

src/compiler/preprocess/decode_sourcemap.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { decode as decode_mappings } from 'sourcemap-codec';
1+
import { decode as decode_mappings } from '@jridgewell/sourcemap-codec';
22
import { Processed } from './types';
33

44
/**

0 commit comments

Comments
 (0)