github.com/evanw/esbuild/internal/js_ast.SEnum.Arg (field)
11 uses
github.com/evanw/esbuild/internal/js_ast (current package)
js_ast.go#L1006: Arg Ref
github.com/evanw/esbuild/internal/js_parser
js_parser.go#L8555: p.recordDeclaredSymbol(s.Arg)
js_parser.go#L8563: p.isExportedInsideNamespace[value.Ref] = s.Arg
js_parser.go#L8578: p.knownEnumValues[s.Arg] = valuesSoFar
js_parser.go#L8615: Target: js_ast.Expr{Loc: value.Loc, Data: &js_ast.EIdentifier{Ref: s.Arg}},
js_parser.go#L8625: Target: js_ast.Expr{Loc: value.Loc, Data: &js_ast.EIdentifier{Ref: s.Arg}},
js_parser.go#L8631: p.recordUsage(s.Arg)
js_parser.go#L8640: Target: js_ast.Expr{Loc: value.Loc, Data: &js_ast.EIdentifier{Ref: s.Arg}},
js_parser.go#L8646: p.recordUsage(s.Arg)
js_parser.go#L8667: stmts, stmt.Loc, s.IsExport, s.Name.Loc, s.Name.Ref, s.Arg, valueStmts)
ts_parser.go#L826: Arg: argRef,
 |
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. |