You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
samples/packages/_fe_analyzer_shared/src/parser/parser.md

585 B

Uses of peek in the parser

  • In parseType, the parser uses peekAfterIfType to tell the difference between id and id id.

  • In parseSwitchCase, the parser uses peekPastLabels to select between case labels and statement labels.

  • The parser uses isGeneralizedFunctionType in parseType.

  • The parser uses isValidMethodTypeArguments in parseSend.