chore: organize file structure

This commit is contained in:
Evan You
2019-09-16 15:11:45 -04:00
parent 1c8f5b612a
commit 16fa44bd57
6 changed files with 97 additions and 97 deletions

View File

@@ -11,7 +11,7 @@ import {
Position,
TextNode
} from '../src/ast'
import { ParserErrorTypes } from '../src/errorTypes'
import { ParserErrorTypes } from '../src/parserErrorTypes'
import { parserOptionsMinimal as parserOptions } from '../src/parserOptionsMinimal'
describe('parser/parse', () => {