github.com/evanw/esbuild/internal/js_ast.Scope.Generated (field)
63 uses
github.com/evanw/esbuild/internal/js_ast (current package)
js_ast.go#L1523: Generated []Ref
github.com/evanw/esbuild/internal/bundler
linker.go#L464: new.Generated = append([]js_ast.Ref{}, new.Generated...)
linker.go#L533: runtimeScope.Generated = append(runtimeScope.Generated, c.unboundModuleRef)
linker.go#L1455: repr.ast.ModuleScope.Generated = append(repr.ast.ModuleScope.Generated, ref)
linker.go#L1569: generated := &repr.ast.ModuleScope.Generated
github.com/evanw/esbuild/internal/js_parser
js_parser.go#L1380: scope.Generated = append(scope.Generated, hoistedRef)
js_parser.go#L1530: p.moduleScope.Generated = append(p.moduleScope.Generated, ref)
js_parser.go#L5158: p.currentScope.Generated = append(p.currentScope.Generated, defaultName.Ref)
js_parser.go#L5559: p.currentScope.Generated = append(p.currentScope.Generated, ref)
js_parser.go#L5886: p.currentScope.Generated = append(p.currentScope.Generated, stmt.NamespaceRef)
js_parser.go#L6282: scope.Generated = append(scope.Generated, ref)
js_parser.go#L6489: p.currentScope.Generated = append(p.currentScope.Generated, *ref)
js_parser.go#L6498: p.currentScope.Generated = append(p.currentScope.Generated, *ref)
js_parser.go#L8008: p.currentScope.Generated = append(p.currentScope.Generated, s.NamespaceRef)
js_parser.go#L8016: p.currentScope.Generated = append(p.currentScope.Generated, ref)
js_parser.go#L8026: p.currentScope.Generated = append(p.currentScope.Generated, s.NamespaceRef)
js_parser.go#L9087: p.currentScope.Generated = append(p.currentScope.Generated, classNameRef)
js_parser.go#L9398: p.moduleScope.Generated = append(p.moduleScope.Generated, item.Ref)
js_parser.go#L12763: p.moduleScope.Generated = append(p.moduleScope.Generated, ref)
js_parser.go#L12896: p.moduleScope.Generated = append(p.moduleScope.Generated, p.importMetaRef)
js_parser.go#L12953: p.moduleScope.Generated = append(p.moduleScope.Generated, ref)
js_parser.go#L13007: p.moduleScope.Generated = append(p.moduleScope.Generated, namespaceRef)
js_parser_lower.go#L366: p.currentScope.Generated = append(p.currentScope.Generated, argRef)
js_parser_lower.go#L391: p.currentScope.Generated = append(p.currentScope.Generated, argRef)
js_parser_lower.go#L422: p.currentScope.Generated = append(p.currentScope.Generated, *p.fnOrArrowDataVisit.superIndexRef, argRef)
js_parser_lower.go#L1829: p.moduleScope.Generated = append(p.moduleScope.Generated, p.weakMapRef)
js_parser_lower.go#L1905: p.moduleScope.Generated = append(p.moduleScope.Generated, p.weakSetRef)
js_parser_lower.go#L2012: p.currentScope.Generated = append(p.currentScope.Generated, argumentsRef)
js_parser_lower.go#L2156: p.currentScope.Generated = append(p.currentScope.Generated, captureRef)
ts_parser.go#L956: p.currentScope.Generated = append(p.currentScope.Generated, argRef)
github.com/evanw/esbuild/internal/renamer
renamer.go#L32: for _, ref := range scope.Generated {
renamer.go#L230: for _, ref := range moduleScope.Generated {
renamer.go#L244: for _, ref := range moduleScope.Generated {
renamer.go#L268: for _, ref := range scope.Generated {
renamer.go#L401: for _, ref := range scope.Generated {
 |
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. |