func github.com/evanw/esbuild/internal/js_ast.FollowSymbols
17 uses
github.com/evanw/esbuild/internal/js_ast (current package)
js_ast.go#L1806: func FollowSymbols(symbols SymbolMap, ref Ref) Ref {
js_ast.go#L1812: link := FollowSymbols(symbols, symbol.Link)
js_ast.go#L1829: FollowSymbols(symbols, Ref{uint32(sourceIndex), uint32(symbolIndex)})
github.com/evanw/esbuild/internal/bundler
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#L3031: if repr.meta.cjsStyleExports && js_ast.FollowSymbols(c.symbols, namespaceRef) == repr.ast.ExportsRef {
linker.go#L3653: commonJSRef := js_ast.FollowSymbols(c.symbols, runtimeMembers["__commonJS"].Ref)
linker.go#L3654: toModuleRef := js_ast.FollowSymbols(c.symbols, runtimeMembers["__toModule"].Ref)
github.com/evanw/esbuild/internal/js_printer
js_printer.go#L1172: ref := js_ast.FollowSymbols(p.symbols, e.Ref)
js_printer.go#L1934: ref := js_ast.FollowSymbols(p.symbols, e.Ref)
js_printer.go#L2122: symbol := p.symbols.Get(js_ast.FollowSymbols(p.symbols, id.Ref))
github.com/evanw/esbuild/internal/renamer
renamer.go#L61: ref = js_ast.FollowSymbols(r.symbols, ref)
renamer.go#L96: ref = js_ast.FollowSymbols(r.symbols, ref)
renamer.go#L144: ref = js_ast.FollowSymbols(r.symbols, ref)
renamer.go#L147: ref = js_ast.FollowSymbols(r.symbols, symbol.NamespaceAlias.NamespaceRef)
renamer.go#L339: ref = js_ast.FollowSymbols(r.symbols, ref)
renamer.go#L353: ref = js_ast.FollowSymbols(r.symbols, 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. |