MCPcopy Index your code
hub / github.com/microsoft/typescript-go / parseModifiers

Method parseModifiers

internal/parser/parser.go:3861–3863  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3859}
3860
3861func (p *Parser) parseModifiers() *ast.ModifierList {
3862 return p.parseModifiersEx(false, false, false)
3863}
3864
3865func (p *Parser) parseModifiersEx(allowDecorators bool, permitConstAsModifier bool, stopOnStartOfClassStaticBlock bool) *ast.ModifierList {
3866 var hasLeadingModifier bool

Callers 3

parseTypeMemberMethod · 0.95
skipParameterStartMethod · 0.95

Calls 1

parseModifiersExMethod · 0.95

Tested by

no test coverage detected