Skip to content

Commit

Permalink
Add plugins name (babel#8769)
Browse files Browse the repository at this point in the history
* Add plugins name

* Add missing names found by the plugin

* Add eslint plugin
  • Loading branch information
nicolo-ribaudo committed Nov 18, 2018
1 parent 3892104 commit ef2a539
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.js
Expand Up @@ -411,6 +411,8 @@ export default declare((api, options) => {
}

return {
name: "transform-destructuring",

visitor: {
ExportNamedDeclaration(path) {
const declaration = path.get("declaration");
Expand Down

0 comments on commit ef2a539

Please sign in to comment.