mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-24 05:06:02 +08:00
Fix TemplateElement.value.value -> .value.raw
Issue: https://github.com/estree/estree/issues/97
This commit is contained in:
2
estree/estree.d.ts
vendored
2
estree/estree.d.ts
vendored
@@ -273,7 +273,7 @@ declare module ESTree {
|
||||
tail: boolean;
|
||||
value: {
|
||||
cooked: string;
|
||||
value: string;
|
||||
raw: string;
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user