github.com/evanw/esbuild/internal/js_parser.parser.relocatedTopLevelVars (field)
6 uses
github.com/evanw/esbuild/internal/js_parser (current package)
js_parser.go#L234: relocatedTopLevelVars []js_ast.LocRef
js_parser.go#L8738: p.relocatedTopLevelVars = append(p.relocatedTopLevelVars, js_ast.LocRef{Loc: loc, Ref: ref})
js_parser.go#L12105: if len(p.relocatedTopLevelVars) > 0 {
js_parser.go#L12107: for _, local := range p.relocatedTopLevelVars {
js_parser.go#L12127: p.relocatedTopLevelVars = nil
![]() |
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. |