mirror of
https://github.com/swc-project/swc.git
synced 2024-12-24 14:16:12 +03:00
fix(node-swc/types): Change StringLiteral.has_escape
to StringLiteral.hasEscape
(#3581)
This commit is contained in:
parent
2d9735b9a9
commit
bf68155e56
@ -1424,7 +1424,7 @@ export interface StringLiteral extends Node, HasSpan {
|
||||
type: "StringLiteral";
|
||||
|
||||
value: string;
|
||||
has_escape: boolean;
|
||||
hasEscape: boolean;
|
||||
}
|
||||
|
||||
export interface BooleanLiteral extends Node, HasSpan {
|
||||
|
Loading…
Reference in New Issue
Block a user