github.com/evanw/esbuild/internal/config.JSXOptions.Parse (field)
8 uses
github.com/evanw/esbuild/internal/config (current package)
config.go#L18: Parse bool
github.com/evanw/esbuild/internal/bundler
bundler.go#L229: args.options.JSX.Parse = true
bundler.go#L242: args.options.JSX.Parse = true
github.com/evanw/esbuild/internal/js_parser
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#L12902: if p.options.jsx.Parse {
![]() |
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. |