Use peerDep rather than plugin param for common APIs.
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
export default function({ types: t }) {
|
||||
import { types as t } from "@babel/core";
|
||||
|
||||
export default function() {
|
||||
return {
|
||||
visitor: {
|
||||
BinaryExpression(path) {
|
||||
|
||||
Reference in New Issue
Block a user