type github.com/evanw/esbuild/internal/js_parser.prependTempRefsOpts
6 uses
github.com/evanw/esbuild/internal/js_parser (current package)
js_parser.go#L6468: type prependTempRefsOpts struct {
js_parser.go#L6473: func (p *parser) visitStmtsAndPrependTempRefs(stmts []js_ast.Stmt, opts prependTempRefsOpts) []js_ast.Stmt {
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})
js_parser.go#L12100: Stmts: p.visitStmtsAndPrependTempRefs(stmts, prependTempRefsOpts{}),
 |
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. |