github.com/evanw/esbuild/internal/js_ast.Symbol.MustNotBeRenamed (field)
14 uses
github.com/evanw/esbuild/internal/js_ast (current package)
js_ast.go#L1433: MustNotBeRenamed bool
js_ast.go#L1465: if s.Kind == SymbolUnbound || s.MustNotBeRenamed {
js_ast.go#L1856: if oldSymbol.MustNotBeRenamed {
js_ast.go#L1858: newSymbol.MustNotBeRenamed = true
github.com/evanw/esbuild/internal/bundler
linker.go#L4355: symbols.Get(b.Ref).MustNotBeRenamed = true
linker.go#L4436: c.symbols.Get(member.Ref).MustNotBeRenamed = true
github.com/evanw/esbuild/internal/js_parser
js_parser.go#L1113: p.symbols[member.Ref.InnerIndex].MustNotBeRenamed = true
js_parser.go#L1209: if oldSymbol.MustNotBeRenamed {
js_parser.go#L1210: newSymbol.MustNotBeRenamed = true
js_parser.go#L1404: symbol.MustNotBeRenamed = true
js_parser.go#L4718: p.symbols[fn.ArgumentsRef.InnerIndex].MustNotBeRenamed = true
js_parser.go#L6351: p.symbols[ref.InnerIndex].MustNotBeRenamed = true
github.com/evanw/esbuild/internal/renamer
renamer.go#L28: if symbol.Kind == js_ast.SymbolUnbound || symbol.MustNotBeRenamed {
renamer.go#L34: if symbol.Kind == js_ast.SymbolUnbound || symbol.MustNotBeRenamed {
![]() |
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. |