refactor: split locationParser into ParserErrors and error message (#11653)

This commit is contained in:
Huáng Jùnliàng
2020-05-30 15:05:42 -04:00
committed by GitHub
parent 15d6da076a
commit b5c4a46a69
13 changed files with 82 additions and 78 deletions

View File

@@ -48,7 +48,7 @@ import {
PARAM,
functionFlags,
} from "../util/production-parameter";
import { Errors } from "./location";
import { Errors } from "./error";
export default class ExpressionParser extends LValParser {
// Forward-declaration: defined in statement.js