refactor: split locationParser into ParserErrors and error message (#11653)
This commit is contained in:
@@ -5,7 +5,7 @@ import {
|
||||
CLASS_ELEMENT_FLAG_STATIC,
|
||||
type ClassElementTypes,
|
||||
} from "./scopeflags";
|
||||
import { Errors } from "../parser/location";
|
||||
import { Errors } from "../parser/error";
|
||||
|
||||
export class ClassScope {
|
||||
// A list of private named declared in the current class
|
||||
|
||||
@@ -16,7 +16,7 @@ import {
|
||||
type BindingTypes,
|
||||
} from "./scopeflags";
|
||||
import * as N from "../types";
|
||||
import { Errors } from "../parser/location";
|
||||
import { Errors } from "../parser/error";
|
||||
|
||||
// Start an AST node, attaching a start offset.
|
||||
export class Scope {
|
||||
|
||||
Reference in New Issue
Block a user