more source map tests
This commit is contained in:
8
test/fixtures/syntax/source-maps/full/source-map.json
vendored
Normal file
8
test/fixtures/syntax/source-maps/full/source-map.json
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"version": 3,
|
||||
"file": "source-maps/full/expected.js",
|
||||
"sources": ["source-maps/full/actual.js"],
|
||||
"names": [],
|
||||
"mappings": "AAAA,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,UAAC;SAAK,EAAE,EAAE;CAAC,CAAC",
|
||||
"sourcesContent": ["arr.map(x => x * x);"]
|
||||
}
|
||||
Reference in New Issue
Block a user