github.com/evanw/esbuild/internal/js_ast.Scope.Children (field)
22 uses
github.com/evanw/esbuild/internal/js_ast (current package)
js_ast.go#L1521: Children []*Scope
js_ast.go#L1554: for _, child := range s.Children {
github.com/evanw/esbuild/internal/js_parser
js_parser.go#L1027: parent.Children = append(parent.Children, scope)
js_parser.go#L1130: last := len(parent.Children) - 1
js_parser.go#L1131: if parent.Children[last] != toDiscard {
js_parser.go#L1134: parent.Children = parent.Children[:last]
js_parser.go#L1153: last := len(parent.Children) - 1
js_parser.go#L1154: if parent.Children[last] != toFlatten {
js_parser.go#L1157: parent.Children = parent.Children[:last]
js_parser.go#L1160: for _, scope := range toFlatten.Children {
js_parser.go#L1162: parent.Children = append(parent.Children, scope)
js_parser.go#L1170: children := p.currentScope.Children
js_parser.go#L1181: p.currentScope.Children = children
js_parser.go#L1460: for _, child := range scope.Children {
js_parser.go#L12990: for _, child := range scope.Children {
github.com/evanw/esbuild/internal/renamer
renamer.go#L235: for _, child := range moduleScope.Children {
renamer.go#L285: for _, child := range scope.Children {
renamer.go#L406: for _, child := range scope.Children {
![]() |
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. |