mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Fix TemplateElement.value.value -> .value.raw
Issue: https://github.com/estree/estree/issues/97
This commit is contained in:
Vendored
+1
-1
@@ -273,7 +273,7 @@ declare module ESTree {
|
||||
tail: boolean;
|
||||
value: {
|
||||
cooked: string;
|
||||
value: string;
|
||||
raw: string;
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user