type github.com/evanw/esbuild/internal/js_ast.SymbolUse
18 uses
github.com/evanw/esbuild/internal/js_ast (current package)
js_ast.go#L1771: SymbolUses map[Ref]SymbolUse
js_ast.go#L1798: type SymbolUse struct {
github.com/evanw/esbuild/internal/bundler
linker.go#L426: clone := make(map[js_ast.Ref]js_ast.SymbolUse, len(part.SymbolUses))
linker.go#L600: part.SymbolUses = make(map[js_ast.Ref]js_ast.SymbolUse)
linker.go#L1436: part.SymbolUses[repr.ast.ModuleRef] = js_ast.SymbolUse{CountEstimate: 1}
linker.go#L1477: SymbolUses: map[js_ast.Ref]js_ast.SymbolUse{repr.ast.ModuleRef: {CountEstimate: 1}},
linker.go#L1485: part.SymbolUses[export.ref] = js_ast.SymbolUse{CountEstimate: 1}
linker.go#L1535: nsExportSymbolUses := make(map[js_ast.Ref]js_ast.SymbolUse)
linker.go#L1536: entryPointExportSymbolUses := make(map[js_ast.Ref]js_ast.SymbolUse)
linker.go#L1617: entryPointExportSymbolUses[tempRef] = js_ast.SymbolUse{CountEstimate: 2}
linker.go#L1665: nsExportSymbolUses[export.ref] = js_ast.SymbolUse{CountEstimate: 1}
linker.go#L1667: entryPointExportSymbolUses[export.ref] = js_ast.SymbolUse{CountEstimate: 1}
linker.go#L1831: entryPointExportSymbolUses[repr.ast.WrapperRef] = js_ast.SymbolUse{CountEstimate: 1}
linker.go#L2357: SymbolUses: map[js_ast.Ref]js_ast.SymbolUse{
github.com/evanw/esbuild/internal/js_parser
js_parser.go#L64: symbolUses map[js_ast.Ref]js_ast.SymbolUse
js_parser.go#L12095: p.symbolUses = make(map[js_ast.Ref]js_ast.SymbolUse)
js_parser.go#L12835: p.symbolUses = make(map[js_ast.Ref]js_ast.SymbolUse)
github.com/evanw/esbuild/internal/renamer
renamer.go#L125: func (r *MinifyRenamer) AccumulateSymbolUseCounts(symbolUses map[js_ast.Ref]js_ast.SymbolUse, stableSourceIndices []uint32) {
![]() |
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. |