github.com/evanw/esbuild/internal/bundler.linkerContext.symbols (field)
39 uses
github.com/evanw/esbuild/internal/bundler (current package)
linker.go#L65: symbols js_ast.SymbolMap
linker.go#L391: symbols: js_ast.NewSymbolMap(len(files)),
linker.go#L420: c.symbols.Outer[sourceIndex] = fileSymbols
linker.go#L530: runtimeSymbols := &c.symbols.Outer[runtime.SourceIndex]
linker.go#L636: js_ast.FollowAllSymbols(c.symbols)
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#L1280: exportsRef := js_ast.FollowSymbols(c.symbols, repr.ast.ExportsRef)
linker.go#L1281: moduleRef := js_ast.FollowSymbols(c.symbols, repr.ast.ModuleRef)
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#L1404: js_ast.MergeSymbols(c.symbols, importRef, importToBind.ref)
linker.go#L1452: inner := &c.symbols.Outer[sourceIndex]
linker.go#L1552: if c.symbols.Get(export.ref).NamespaceAlias != nil {
linker.go#L1560: inner := &c.symbols.Outer[sourceIndex]
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#L3031: if repr.meta.cjsStyleExports && js_ast.FollowSymbols(c.symbols, namespaceRef) == repr.ast.ExportsRef {
linker.go#L3464: PrintResult: js_printer.Print(tree, c.symbols, r, printOptions),
linker.go#L3474: entryPointTail := js_printer.Print(tree, c.symbols, r, printOptions)
linker.go#L3487: reservedNames := renamer.ComputeReservedNames(moduleScopes, c.symbols)
linker.go#L3502: r := renamer.NewMinifyRenamer(c.symbols, firstTopLevelSlots, reservedNames)
linker.go#L3546: r := renamer.NewNumberRenamer(c.symbols, reservedNames)
linker.go#L3653: commonJSRef := js_ast.FollowSymbols(c.symbols, runtimeMembers["__commonJS"].Ref)
linker.go#L3654: toModuleRef := js_ast.FollowSymbols(c.symbols, runtimeMembers["__toModule"].Ref)
linker.go#L3710: }, c.symbols, r, printOptions).JS
linker.go#L3713: }, c.symbols, r, printOptions).JS
linker.go#L4400: preventBindingsFromBeingRenamed(decl.Binding, c.symbols)
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
 |
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. |