Rich-Harris / sorcery

Resolve a chain of sourcemaps back to the original source, like magic

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Switch to @jridgewell/sourcemap-codec to avoid deprecation warnings in libraries that depend on sorcery

falynx opened this issue · comments

commented

Hi Rich, you deprecated sourcemap-codec in favor of @jridgewell/sourcemap-codec. svelte-preprocess currently depends on this sorcery library, which results in a deprecation warning.

$ pnpm up --latest
 WARN  deprecated sourcemap-codec@1.4.8: Please use @jridgewell/sourcemap-codec instead
Already up to date
Progress: resolved 456, reused 434, downloaded 0, added 0, done
Done in 5.2s

This was fixed in 15e2b23