more source map tests
This commit is contained in:
1
test/fixtures/syntax/source-maps/inline/actual.js
vendored
Normal file
1
test/fixtures/syntax/source-maps/inline/actual.js
vendored
Normal file
@@ -0,0 +1 @@
|
||||
arr.map(x => x * x);
|
||||
3
test/fixtures/syntax/source-maps/inline/expected.js
vendored
Normal file
3
test/fixtures/syntax/source-maps/inline/expected.js
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
arr.map(function (x) {
|
||||
return x * x;
|
||||
});
|
||||
3
test/fixtures/syntax/source-maps/inline/options.json
vendored
Normal file
3
test/fixtures/syntax/source-maps/inline/options.json
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"sourceMap": "inline"
|
||||
}
|
||||
Reference in New Issue
Block a user