github.com/evanw/esbuild/internal/js_parser.parser.typeofRequire (field)
5 uses
github.com/evanw/esbuild/internal/js_parser (current package)
js_parser.go#L204: typeofRequire js_ast.E
js_parser.go#L10100: if result && (e.Left.Data == p.typeofRequire || e.Right.Data == p.typeofRequire) {
js_parser.go#L10607: p.typeofRequire = &js_ast.EString{Value: js_lexer.StringToUTF16("function")}
js_parser.go#L10608: return js_ast.Expr{Loc: expr.Loc, Data: p.typeofRequire}, exprOut{}
![]() |
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. |