github.com/evanw/esbuild/internal/js_parser.optionsThatSupportStructuralEquality.mangleSyntax (field)
44 uses
github.com/evanw/esbuild/internal/js_parser (current package)
js_parser.go#L290: mangleSyntax bool
js_parser.go#L312: mangleSyntax: options.MangleSyntax,
js_parser.go#L1011: if p.options.mode == config.ModeBundle && kind == js_ast.LocalConst && p.options.mangleSyntax {
js_parser.go#L6626: if !p.options.mangleSyntax {
js_parser.go#L8187: if p.options.mangleSyntax && s.Kind == js_ast.LocalLet {
js_parser.go#L8238: if p.options.mangleSyntax {
js_parser.go#L8253: if p.options.mangleSyntax {
js_parser.go#L8274: if p.options.mangleSyntax {
js_parser.go#L8295: if p.options.mangleSyntax {
js_parser.go#L8314: if p.options.mangleSyntax {
js_parser.go#L8321: if p.options.mangleSyntax {
js_parser.go#L8351: if p.options.mangleSyntax {
js_parser.go#L8358: if p.options.mangleSyntax {
js_parser.go#L8371: if p.options.mangleSyntax {
js_parser.go#L8400: if p.options.mangleSyntax {
js_parser.go#L8611: if p.options.mangleSyntax && js_lexer.IsIdentifier(name) {
js_parser.go#L8654: if p.options.mangleSyntax {
js_parser.go#L9016: if p.options.mangleSyntax && property.IsComputed {
js_parser.go#L10011: if p.options.mangleSyntax {
js_parser.go#L10079: if p.options.mangleSyntax {
js_parser.go#L10112: if p.options.mangleSyntax {
js_parser.go#L10133: if p.options.mangleSyntax {
js_parser.go#L10154: if p.options.mangleSyntax {
js_parser.go#L10175: if p.options.mangleSyntax {
js_parser.go#L10202: if p.options.mangleSyntax {
js_parser.go#L10229: if p.options.mangleSyntax {
js_parser.go#L10259: if p.options.mangleSyntax {
js_parser.go#L10480: if p.options.mangleSyntax && e.Op != js_ast.BinOpComma {
js_parser.go#L10495: if p.options.mangleSyntax {
js_parser.go#L10674: if p.options.mangleSyntax {
js_parser.go#L10682: if p.options.mangleSyntax {
js_parser.go#L10729: if p.options.mangleSyntax && e.Op != js_ast.UnOpDelete && e.Op != js_ast.UnOpTypeof {
js_parser.go#L10827: if p.options.mangleSyntax {
js_parser.go#L10845: if p.options.mangleSyntax {
js_parser.go#L10868: if p.options.mangleSyntax {
js_parser.go#L10886: if p.options.mangleSyntax {
js_parser.go#L10939: if p.options.mangleSyntax && hasSpread && in.assignTarget == js_ast.AssignTargetNone {
js_parser.go#L10971: if p.options.mangleSyntax && property.IsComputed {
js_parser.go#L11049: if p.options.mangleSyntax && hasSpread {
js_parser.go#L11255: if p.options.mangleSyntax && hasSpread && in.assignTarget == js_ast.AssignTargetNone {
js_parser.go#L11431: if p.options.mangleSyntax && len(e.Body.Stmts) == 1 {
js_parser.go#L11462: if p.options.mangleSyntax && name != nil && p.symbols[name.Ref.InnerIndex].UseCountEstimate == 0 {
js_parser.go#L11772: if (p.options.mangleSyntax || p.options.ts.Parse) && !keepUnusedImports {
js_parser_lower.go#L1558: if p.options.mangleSyntax && symbol.UseCountEstimate == 0 {
![]() |
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. |