Skip to content

Commit

Permalink
Archive @babel/plugin-syntax-export-namespace-from (#11236)
Browse files Browse the repository at this point in the history
* Archive @babel/plugin-syntax-export-namespace-from

Enabled by default in #10521

babel/babel-archive@5ccc77e

* Fix tests
  • Loading branch information
nicolo-ribaudo committed Mar 11, 2020
1 parent f9d4b79 commit cbbf0bc
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 58 deletions.
1 change: 1 addition & 0 deletions jest.config.js
Expand Up @@ -8,6 +8,7 @@ const externalBabelPackages = [
"plugin-syntax-object-rest-spread",
"plugin-syntax-optional-catch-binding",
"plugin-syntax-optional-chaining",
"plugin-syntax-export-namespace-from",
];

// prettier-ignore
Expand Down
3 changes: 0 additions & 3 deletions packages/babel-plugin-syntax-export-namespace-from/.npmignore

This file was deleted.

19 changes: 0 additions & 19 deletions packages/babel-plugin-syntax-export-namespace-from/README.md

This file was deleted.

23 changes: 0 additions & 23 deletions packages/babel-plugin-syntax-export-namespace-from/package.json

This file was deleted.

13 changes: 0 additions & 13 deletions packages/babel-plugin-syntax-export-namespace-from/src/index.js

This file was deleted.

0 comments on commit cbbf0bc

Please sign in to comment.