const github.com/evanw/esbuild/internal/js_ast.UnOpTypeof
11 uses
github.com/evanw/esbuild/internal/js_ast (current package)
js_ast.go#L113: UnOpTypeof
js_ast.go#L856: return e.Op == UnOpTypeof
github.com/evanw/esbuild/internal/js_parser
js_parser.go#L679: js_ast.UnOpNot, js_ast.UnOpTypeof, js_ast.UnOpDelete:
js_parser.go#L742: case js_ast.UnOpTypeof:
js_parser.go#L848: js_ast.UnOpTypeof:
js_parser.go#L2832: return js_ast.Expr{Loc: loc, Data: &js_ast.EUnary{Op: js_ast.UnOpTypeof, Value: value}}
js_parser.go#L9268: if typeof, ok := a.Data.(*js_ast.EUnary); ok && typeof.Op == js_ast.UnOpTypeof {
js_parser.go#L10590: case js_ast.UnOpTypeof:
js_parser.go#L10729: if p.options.mangleSyntax && e.Op != js_ast.UnOpDelete && e.Op != js_ast.UnOpTypeof {
js_parser.go#L12372: case js_ast.UnOpTypeof, js_ast.UnOpVoid, js_ast.UnOpNot:
js_parser.go#L12526: case js_ast.UnOpTypeof:
![]() |
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. |