Skip to content

Commit

Permalink
review
Browse files Browse the repository at this point in the history
  • Loading branch information
liuxingbaoyu committed Sep 22, 2022
1 parent 7ef541c commit 4a80406
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 0 deletions.
@@ -0,0 +1 @@
(() => { return 42; })
@@ -0,0 +1,4 @@
{
"compact": true,
"sourceMaps": true
}
@@ -0,0 +1 @@
()=>{return 42;};
@@ -0,0 +1,11 @@
{
"version": 3,
"names": [],
"sources": [
"fixtures/sourcemaps/BlockStatement-newline/input.js"
],
"sourcesContent": [
"(() => { return 42; })"
],
"mappings": "AAAC,IAAM,CAAE,MAAO,GAAE,CAAE,CAAC"
}

0 comments on commit 4a80406

Please sign in to comment.