type github.com/evanw/esbuild/internal/js_parser.exprFlag
6 uses
github.com/evanw/esbuild/internal/js_parser (current package)
js_parser.go#L2610: type exprFlag uint8
js_parser.go#L2613: exprFlagTSDecorator exprFlag = 1 << iota
js_parser.go#L2616: func (p *parser) parsePrefix(level js_ast.L, errors *deferredErrors, flags exprFlag) js_ast.Expr {
js_parser.go#L3287: func (p *parser) parseExprWithFlags(level js_ast.L, flags exprFlag) js_ast.Expr {
js_parser.go#L3291: func (p *parser) parseExprCommon(level js_ast.L, errors *deferredErrors, flags exprFlag) js_ast.Expr {
js_parser.go#L3312: func (p *parser) parseSuffix(left js_ast.Expr, level js_ast.L, errors *deferredErrors, flags exprFlag) js_ast.Expr {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |