swc/tests/fixture/issue-1309/case1/output/index.map
강동윤 d975a197c9
fix(es): Fix source map (#2159)
swc:
 - Fill `names` of sourcemap.
 - Don't add `sourceContents` to sourcemap if `sources` is added.

node_swc:
 - Handle source map for `minify` correctly.
 - `minify`: Accept `{ filename: code }`.
2021-08-26 10:44:38 +00:00

11 lines
166 B
Plaintext

{
"mappings": ";;;;;AAEO,KAAK,CAAC,GAAG,GAAG,CAAC;QAAP,GAAG,GAAH,GAAG",
"names": [
"foo"
],
"sources": [
"../../input/index.ts"
],
"version": 3
}