Skip to content

Commit

Permalink
chore: switch to @jridgewell/sourcemap-codec (#8321)
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann authored Feb 24, 2023
1 parent d16dd5d commit ca53151
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
14 changes: 13 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@
"homepage": "https://svelte.dev",
"devDependencies": {
"@ampproject/remapping": "^0.3.0",
"@jridgewell/sourcemap-codec": "^1.4.14",
"@rollup/plugin-commonjs": "^11.0.0",
"@rollup/plugin-json": "^4.0.1",
"@rollup/plugin-node-resolve": "^11.2.1",
Expand Down Expand Up @@ -154,7 +155,6 @@
"rollup": "^1.27.14",
"source-map": "^0.7.4",
"source-map-support": "^0.5.21",
"sourcemap-codec": "^1.4.8",
"tiny-glob": "^0.2.9",
"tslib": "^2.4.1",
"typescript": "^3.7.5",
Expand Down
2 changes: 1 addition & 1 deletion src/compiler/preprocess/decode_sourcemap.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { decode as decode_mappings } from 'sourcemap-codec';
import { decode as decode_mappings } from '@jridgewell/sourcemap-codec';
import { Processed } from './types';

/**
Expand Down

0 comments on commit ca53151

Please sign in to comment.