Remove outdated imports
They were not needed since c4fb3fe742c61ee2dd0ab1b1197a254d3c9f6a55 because now each files declare a new class instead of adding method to the existing one.
This commit is contained in:
parent
ef31a148a6
commit
b97c534b32
@ -2,16 +2,8 @@
|
||||
|
||||
import type { Options } from "./options";
|
||||
import Parser, { plugins } from "./parser";
|
||||
import "./parser/util";
|
||||
import "./parser/statement";
|
||||
import "./parser/lval";
|
||||
import "./parser/expression";
|
||||
import "./parser/node";
|
||||
import "./parser/location";
|
||||
import "./parser/comments";
|
||||
|
||||
import { types as tokTypes } from "./tokenizer/types";
|
||||
import "./tokenizer";
|
||||
import "./tokenizer/context";
|
||||
|
||||
import type { Expression, File } from "./types";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user