github.com/evanw/esbuild/internal/js_parser.parser.visitExpr (method)
62 uses
github.com/evanw/esbuild/internal/js_parser (current package)
js_parser.go#L7444: *d.Value = p.visitExpr(*d.Value)
js_parser.go#L7491: *item.DefaultValue = p.visitExpr(*item.DefaultValue)
js_parser.go#L7504: property.Key = p.visitExpr(property.Key)
js_parser.go#L7509: *property.DefaultValue = p.visitExpr(*property.DefaultValue)
js_parser.go#L8060: *s.Value.Expr = p.visitExpr(*s.Value.Expr)
js_parser.go#L8120: p.visitExpr(s.Value),
js_parser.go#L8166: *d.Value = p.visitExpr(*d.Value)
js_parser.go#L8235: s.Value = p.visitExpr(s.Value)
js_parser.go#L8246: s.Value = p.visitExpr(s.Value)
js_parser.go#L8250: *s.Value = p.visitExpr(*s.Value)
js_parser.go#L8286: s.Value = p.visitExpr(s.Value)
js_parser.go#L8292: s.Test = p.visitExpr(s.Test)
js_parser.go#L8312: s.Test = p.visitExpr(s.Test)
js_parser.go#L8319: s.Test = p.visitExpr(s.Test)
js_parser.go#L8369: *s.Test = p.visitExpr(*s.Test)
js_parser.go#L8382: *s.Update = p.visitExpr(*s.Update)
js_parser.go#L8407: s.Value = p.visitExpr(s.Value)
js_parser.go#L8437: s.Value = p.visitExpr(s.Value)
js_parser.go#L8474: s.Test = p.visitExpr(s.Test)
js_parser.go#L8480: *c.Value = p.visitExpr(*c.Value)
js_parser.go#L8593: *value.Value = p.visitExpr(*value.Value)
js_parser.go#L8947: tsDecorators[i] = p.visitExpr(decorator)
js_parser.go#L8997: *class.Extends = p.visitExpr(*class.Extends)
js_parser.go#L9012: key := p.visitExpr(property.Key)
js_parser.go#L9048: *property.Value = p.maybeKeepExprSymbolName(p.visitExpr(*property.Value), nameToKeep, wasAnonymousNamedExpr)
js_parser.go#L9050: *property.Value = p.visitExpr(*property.Value)
js_parser.go#L9061: *property.Initializer = p.maybeKeepExprSymbolName(p.visitExpr(*property.Initializer), nameToKeep, wasAnonymousNamedExpr)
js_parser.go#L9063: *property.Initializer = p.visitExpr(*property.Initializer)
js_parser.go#L9158: *arg.Default = p.visitExpr(*arg.Default)
js_parser.go#L9672: func (p *parser) visitExpr(expr js_ast.Expr) js_ast.Expr {
js_parser.go#L9888: e.Value = p.visitExpr(e.Value)
js_parser.go#L9958: *tag = p.visitExpr(*tag)
js_parser.go#L9964: property.Key = p.visitExpr(property.Key)
js_parser.go#L9967: *property.Value = p.visitExpr(*property.Value)
js_parser.go#L9970: *property.Initializer = p.visitExpr(*property.Initializer)
js_parser.go#L9986: args = append(args, p.visitExpr(child))
js_parser.go#L10005: *e.Tag = p.visitExpr(*e.Tag)
js_parser.go#L10008: e.Parts[i].Value = p.visitExpr(part.Value)
js_parser.go#L10032: e.Right = p.visitExpr(e.Right)
js_parser.go#L10035: e.Right = p.visitExpr(e.Right)
js_parser.go#L10043: e.Right = p.visitExpr(e.Right)
js_parser.go#L10046: e.Right = p.visitExpr(e.Right)
js_parser.go#L10054: e.Right = p.visitExpr(e.Right)
js_parser.go#L10057: e.Right = p.visitExpr(e.Right)
js_parser.go#L10061: e.Right = p.visitExpr(e.Right)
js_parser.go#L10543: e.Index = p.visitExpr(e.Index)
js_parser.go#L10825: e.Test = p.visitExpr(e.Test)
js_parser.go#L10833: e.Yes = p.visitExpr(e.Yes)
js_parser.go#L10834: e.No = p.visitExpr(e.No)
js_parser.go#L10839: e.Yes = p.visitExpr(e.Yes)
js_parser.go#L10842: e.No = p.visitExpr(e.No)
js_parser.go#L10864: e.Yes = p.visitExpr(e.Yes)
js_parser.go#L10866: e.No = p.visitExpr(e.No)
js_parser.go#L10892: e.Value = p.visitExpr(e.Value)
js_parser.go#L10901: *e.Value = p.visitExpr(*e.Value)
js_parser.go#L10922: e2.Right = p.visitExpr(e2.Right)
js_parser.go#L10956: key := p.visitExpr(property.Key)
js_parser.go#L10993: *property.Initializer = p.visitExpr(*property.Initializer)
js_parser.go#L11088: e.Expr = p.visitExpr(e.Expr)
js_parser.go#L11211: arg = p.visitExpr(arg)
js_parser.go#L11396: e.Target = p.visitExpr(e.Target)
js_parser.go#L11400: e.Args[i] = p.visitExpr(arg)
![]() |
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. |