Add plugins name (#8769)

* Add plugins name

* Add missing names found by the plugin

* Add eslint plugin
This commit is contained in:
Nicolò Ribaudo
2018-11-18 23:02:58 +01:00
committed by GitHub
parent 88696601e1
commit 8c7d4b55c9
94 changed files with 431 additions and 163 deletions

View File

@@ -20,6 +20,8 @@ export default declare((api, options) => {
const { loose, allowTopLevelThis, strict, strictMode, noInterop } = options;
return {
name: "transform-modules-amd",
visitor: {
Program: {
exit(path) {