const github.com/evanw/esbuild/internal/js_ast.SlotMustNotBeRenamed
8 uses
github.com/evanw/esbuild/internal/js_ast (current package)
js_ast.go#L1461: SlotMustNotBeRenamed
js_ast.go#L1466: return SlotMustNotBeRenamed
github.com/evanw/esbuild/internal/js_parser
js_parser.go#L12980: if symbol.SlotNamespace() != js_ast.SlotMustNotBeRenamed {
js_parser.go#L12986: if symbol.SlotNamespace() != js_ast.SlotMustNotBeRenamed {
github.com/evanw/esbuild/internal/renamer
renamer.go#L101: if ns == js_ast.SlotMustNotBeRenamed {
renamer.go#L153: if ns == js_ast.SlotMustNotBeRenamed {
renamer.go#L263: if ns := symbol.SlotNamespace(); ns != js_ast.SlotMustNotBeRenamed && !symbol.NestedScopeSlot.IsValid() {
renamer.go#L270: if ns := symbol.SlotNamespace(); ns != js_ast.SlotMustNotBeRenamed && !symbol.NestedScopeSlot.IsValid() {
![]() |
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. |