github.com/evanw/esbuild/internal/js_parser.scopeOrder.scope (field)
7 uses
github.com/evanw/esbuild/internal/js_parser (current package)
js_parser.go#L378: scope *js_ast.Scope
js_parser.go#L1172: if child.scope.Parent == p.currentScope {
js_parser.go#L1174: if children[i] == child.scope {
js_parser.go#L6290: if order.loc != loc || order.scope.Kind != kind {
js_parser.go#L6294: order.scope.Kind, order.loc.Start))
js_parser.go#L6298: p.currentScope = order.scope
js_parser.go#L6299: p.scopesForCurrentPart = append(p.scopesForCurrentPart, order.scope)
![]() |
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. |