Skip to content

Commit

Permalink
Browsers & node
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo committed Sep 14, 2023
1 parent 6a93fef commit 7efa361
Show file tree
Hide file tree
Showing 76 changed files with 436 additions and 117 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

@@ -1,7 +1,7 @@
{
"name": "@babel/plugin-proposal-import-wasm-source-to-fetch",
"name": "@babel/plugin-proposal-import-wasm-source",
"version": "7.22.5",
"description": "Transform source phase imports (`import source ... from '...'`) to `fetch` calls, assuming that the imported source is a WebAssembly module.",
"description": "Transform source phase imports (`import source ... from '...'`) to work in browsers and Node.js, assuming that the imported source is a WebAssembly module.",
"repository": {
"type": "git",
"url": "https://github.com/babel/babel.git",
Expand Down Expand Up @@ -29,6 +29,8 @@
"stage-3"
],
"dependencies": {
"@babel/helper-compilation-targets": "workspace:^",
"@babel/helper-module-imports": "workspace:^",
"@babel/helper-plugin-utils": "workspace:^",
"@babel/plugin-syntax-import-source-phase": "workspace:^"
},
Expand Down

0 comments on commit 7efa361

Please sign in to comment.