swc/tests/fixture/issue-1309/case1/output/index.map
강동윤 19bcb06f73
fix(swc): Fix source path of a source map file (#1902)
swc:
 - Use `output_path` to make sourcemap path relative to the `.map` file. (#1255)
2021-07-08 07:32:06 +00:00

12 lines
212 B
Plaintext

{
"mappings": ";;;;;AAEO,KAAK,CAAC,GAAG,GAAG,CAAC;QAAP,GAAG,GAAH,GAAG",
"names": [],
"sources": [
"../../input/index.ts"
],
"sourcesContent": [
"\n\nexport const foo = 1;"
],
"version": 3
}