Skip to content

Commit

Permalink
fix: browser compatibility
Browse files Browse the repository at this point in the history
Closes #6
  • Loading branch information
gizmo-ds committed Mar 16, 2024
1 parent cbce81a commit 0a42786
Show file tree
Hide file tree
Showing 3 changed files with 73 additions and 251 deletions.
9 changes: 3 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,11 @@
},
"license": "MIT",
"dependencies": {
"@babel/generator": "^7.23.6",
"@babel/parser": "^7.24.0",
"@babel/traverse": "^7.24.0",
"@babel/types": "^7.24.0"
"@babel/types": "^7.24.0",
"ast-walker-scope": "^0.6.1",
"magic-string-ast": "^0.3.0"
},
"devDependencies": {
"@types/babel__generator": "^7.6.8",
"@types/babel__traverse": "^7.20.5",
"@types/node": "^20.11.28",
"esno": "^4.7.0"
}
Expand Down
226 changes: 31 additions & 195 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 0a42786

Please sign in to comment.