github.com/evanw/esbuild/internal/js_ast.SymbolMap.Get (method)
34 uses
github.com/evanw/esbuild/internal/js_ast (current package)
js_ast.go#L1575: func (sm SymbolMap) Get(ref Ref) *Symbol {
js_ast.go#L1807: symbol := symbols.Get(ref)
js_ast.go#L1842: oldSymbol := symbols.Get(old)
js_ast.go#L1848: newSymbol := symbols.Get(new)
github.com/evanw/esbuild/internal/bundler
linker.go#L846: c.symbols.Get(declared.Ref).ChunkIndex = ast.MakeIndex32(uint32(chunkIndex))
linker.go#L854: symbol := c.symbols.Get(ref)
linker.go#L870: symbol = c.symbols.Get(ref)
linker.go#L912: if otherChunkIndex := c.symbols.Get(importRef).ChunkIndex; otherChunkIndex.IsValid() {
linker.go#L954: alias = r.NextRenamedName(c.symbols.Get(export.ref).OriginalName)
linker.go#L1282: c.symbols.Get(exportsRef).Kind = js_ast.SymbolUnbound
linker.go#L1283: c.symbols.Get(moduleRef).Kind = js_ast.SymbolUnbound
linker.go#L1368: c.symbols.Get(repr.ast.ExportsRef).OriginalName = name + "_exports"
linker.go#L1369: c.symbols.Get(repr.ast.ModuleRef).OriginalName = name + "_module"
linker.go#L1552: if c.symbols.Get(export.ref).NamespaceAlias != nil {
linker.go#L1873: c.symbols.Get(importRef).NamespaceAlias = &js_ast.NamespaceAlias{
linker.go#L1884: c.symbols.Get(importRef).NamespaceAlias = &js_ast.NamespaceAlias{
linker.go#L1912: symbol := c.symbols.Get(importRef)
linker.go#L2024: symbol := c.symbols.Get(tracker.importRef)
linker.go#L2032: symbol := c.symbols.Get(tracker.importRef)
linker.go#L4355: symbols.Get(b.Ref).MustNotBeRenamed = true
linker.go#L4407: c.symbols.Get(s.Fn.Name.Ref).Kind = js_ast.SymbolUnbound
linker.go#L4413: c.symbols.Get(s.Class.Name.Ref).Kind = js_ast.SymbolUnbound
linker.go#L4436: c.symbols.Get(member.Ref).MustNotBeRenamed = true
github.com/evanw/esbuild/internal/js_printer
js_printer.go#L1173: symbol := p.symbols.Get(ref)
js_printer.go#L1935: symbol := p.symbols.Get(ref)
js_printer.go#L2122: symbol := p.symbols.Get(js_ast.FollowSymbols(p.symbols, id.Ref))
github.com/evanw/esbuild/internal/renamer
renamer.go#L27: symbol := symbols.Get(member.Ref)
renamer.go#L33: symbol := symbols.Get(ref)
renamer.go#L62: return r.symbols.Get(ref).OriginalName
renamer.go#L97: symbol := r.symbols.Get(ref)
renamer.go#L145: symbol := r.symbols.Get(ref)
renamer.go#L148: symbol = r.symbols.Get(ref)
renamer.go#L345: return r.symbols.Get(ref).OriginalName
renamer.go#L362: symbol := r.symbols.Get(ref)
![]() |
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. |