hermes-windows/lib/Parser
Aakash Patel 4338f781f3 Fix lexing of ?? in type annotations.
Summary:
Types shouldn't treat `??` as a punctuator.
This broke as an unintended side effect of adding `?.` as a valid
punctuator in Flow.

Reviewed By: tmikov

Differential Revision: D28524594

fbshipit-source-id: 9164fc1be1844014c7b5ea875917c356231c39b4
2021-05-20 13:22:57 -07:00
..
CMakeLists.txt Parse TS types. 2021-05-07 10:12:38 -07:00
JSLexer.cpp Fix lexing of ?? in type annotations. 2021-05-20 13:22:57 -07:00
JSONParser.cpp Fix compiler warnings 2020-09-17 21:43:38 -07:00
JSParser.cpp Store parser params in lazy data. 2020-12-28 14:04:44 -08:00
JSParserImpl-flow.cpp Parse Flow OptionalIndexedAccessType type annotation 2021-05-08 10:55:44 -07:00
JSParserImpl-jsx.cpp AST nodes with parenthesized expression child nodes include child's parens in source location 2020-12-05 11:42:45 -08:00
JSParserImpl-ts.cpp Parse TS types. 2021-05-07 10:12:38 -07:00
JSParserImpl.cpp Parse TS 'as' expression. 2021-05-07 10:12:39 -07:00
JSParserImpl.h Parse TS type annotations. 2021-05-07 10:12:39 -07:00