start moving more transformers to packages and finish import of plugins from babel-plugins
This commit is contained in:
7
packages/babel-plugin-function-bind/src/index.js
Normal file
7
packages/babel-plugin-function-bind/src/index.js
Normal file
@@ -0,0 +1,7 @@
|
||||
export default function ({ types: t }) {
|
||||
return {
|
||||
visitor: {
|
||||
// your visitor methods go here
|
||||
}
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user