github.com/evanw/esbuild/internal/js_parser.Options.jsx (field)
19 uses
github.com/evanw/esbuild/internal/js_parser (current package)
js_parser.go#L267: jsx config.JSXOptions
js_parser.go#L302: jsx: options.JSX,
js_parser.go#L341: if a.jsx.Parse != b.jsx.Parse || !stringArraysEqual(a.jsx.Factory, b.jsx.Factory) || !stringArraysEqual(a.jsx.Fragment, b.jsx.Fragment) {
js_parser.go#L3122: if p.options.ts.Parse && p.options.jsx.Parse {
js_parser.go#L3148: if p.options.jsx.Parse {
js_parser.go#L9955: value := p.jsxStringsToMemberExpression(expr.Loc, p.options.jsx.Fragment)
js_parser.go#L9992: Target: p.jsxStringsToMemberExpression(expr.Loc, p.options.jsx.Factory),
js_parser.go#L12688: if len(options.jsx.Factory) == 0 {
js_parser.go#L12689: options.jsx.Factory = defaultJSXFactory
js_parser.go#L12691: if len(options.jsx.Fragment) == 0 {
js_parser.go#L12692: options.jsx.Fragment = defaultJSXFragment
js_parser.go#L12902: if p.options.jsx.Parse {
js_parser.go#L12904: p.options.jsx.Factory = value
js_parser.go#L12907: p.options.jsx.Fragment = value
![]() |
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. |