diff --git a/estree/estree.d.ts b/estree/estree.d.ts index be60f8dbf..76bc94279 100644 --- a/estree/estree.d.ts +++ b/estree/estree.d.ts @@ -273,7 +273,7 @@ declare module ESTree { tail: boolean; value: { cooked: string; - value: string; + raw: string; }; }