Clean up some imports in src/scanner.ts
This commit is contained in:
parent
971ee9f834
commit
9eb32d422e
1 changed files with 0 additions and 2 deletions
|
@ -10,7 +10,6 @@ import {
|
|||
import {
|
||||
BoltToken,
|
||||
createBoltImportKeyword,
|
||||
createBoltExportKeyword,
|
||||
createBoltRArrowAlt,
|
||||
createEndOfFile,
|
||||
createBoltIdentifier,
|
||||
|
@ -52,7 +51,6 @@ import {
|
|||
createBoltExMark,
|
||||
createBoltWhereKeyword,
|
||||
} from "./ast"
|
||||
import { outputFile } from "fs-extra";
|
||||
|
||||
export enum PunctType {
|
||||
Paren,
|
||||
|
|
Loading…
Reference in a new issue