DefinitelyTyped/types/estree
Ingvar Stepanyan e176bdbdff Minor fixes/adjustments to ESTree (#20400)
* Minor fixes/adjustments to ESTree

 - Add `type: string` to base interface to allow only strings for `type` in any descendants.
 - Change `UnaryExpression::prefix` to `true` (since it can never be false and is just a backwards compatibility artefact).
 - Add absent / `null` as a valid `RegexpLiteral::value` (it's used by compliant parsers/tools when RegExp can't be natively represented).
 - Make `Literal::raw` optional to allow creating nodes without one.
 - Add missing `type` and location properties to `Comment` node.

* Update index.d.ts
2017-10-12 20:38:38 -07:00
..
estree-tests.ts
flow.d.ts
index.d.ts Minor fixes/adjustments to ESTree (#20400) 2017-10-12 20:38:38 -07:00
tsconfig.json
UNUSED_FILES.txt