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)