Add plugins name (#8769)
* Add plugins name * Add missing names found by the plugin * Add eslint plugin
This commit is contained in:
@@ -166,6 +166,8 @@ export default declare((api, options) => {
|
||||
};
|
||||
|
||||
return {
|
||||
name: "transform-modules-systemjs",
|
||||
|
||||
visitor: {
|
||||
CallExpression(path, state) {
|
||||
if (path.node.callee.type === TYPE_IMPORT) {
|
||||
|
||||
Reference in New Issue
Block a user