github.com/evanw/esbuild/internal/js_parser.prependTempRefsOpts.kind (field)
5 uses
github.com/evanw/esbuild/internal/js_parser (current package)
js_parser.go#L6470: kind stmtsKind
js_parser.go#L6479: stmts = p.visitStmts(stmts, opts.kind)
js_parser.go#L8689: stmtsInsideNamespace := p.visitStmtsAndPrependTempRefs(s.Stmts, prependTempRefsOpts{kind: stmtsFnBody})
js_parser.go#L11426: e.Body.Stmts = p.visitStmtsAndPrependTempRefs(e.Body.Stmts, prependTempRefsOpts{kind: stmtsFnBody})
js_parser.go#L11655: fn.Body.Stmts = p.visitStmtsAndPrependTempRefs(fn.Body.Stmts, prependTempRefsOpts{fnBodyLoc: &fn.Body.Loc, kind: stmtsFnBody})
![]() |
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. |