github.com/evanw/esbuild/internal/js_parser.optionsThatSupportStructuralEquality.keepNames (field)
9 uses
github.com/evanw/esbuild/internal/js_parser (current package)
js_parser.go#L289: keepNames bool
js_parser.go#L311: keepNames: options.KeepNames,
js_parser.go#L7923: if p.options.keepNames && wasAnonymousNamedExpr {
js_parser.go#L8080: if p.options.keepNames {
js_parser.go#L8094: if p.options.keepNames && s2.Fn.Name != nil {
js_parser.go#L8519: if p.options.keepNames {
js_parser.go#L11467: if p.options.keepNames && name != nil {
js_parser_lower.go#L2082: if p.options.keepNames && nameToKeep != "" {
js_parser_lower.go#L2103: if p.options.keepNames && nameToKeep != "" {
![]() |
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. |