fix: import Parser as type (#8146) [skip ci]

This commit is contained in:
晏兵兵
2018-06-13 01:42:10 +08:00
committed by Henry Zhu
parent 387cda8fbb
commit 106907e605

View File

@@ -1,6 +1,6 @@
// @flow
import Parser from "./index";
import type Parser from "./index";
import UtilParser from "./util";
import { SourceLocation, type Position } from "../util/location";
import type { Comment, Node as NodeType, NodeBase } from "../types";