Fix a typo in plugin-manager import of traverse
This commit is contained in:
parent
205fab2ed8
commit
02dd785d02
@ -2,7 +2,7 @@ import Transformer from "../transformer";
|
||||
import Plugin from "../plugin";
|
||||
import * as types from "../../types";
|
||||
import * as messages from "../../messages";
|
||||
import traverse from "../../types";
|
||||
import traverse from "../../traversal";
|
||||
import parse from "../../helpers/parse";
|
||||
|
||||
var context = {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user