github.com/evanw/esbuild/internal/config.JSXOptions.Factory (field)
11 uses
github.com/evanw/esbuild/internal/config (current package)
config.go#L19: Factory []string
github.com/evanw/esbuild/internal/bundler
bundler.go#L970: optionsClone.JSX.Factory = resolveResult.JSXFactory
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#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#L12904: p.options.jsx.Factory = value
github.com/evanw/esbuild/pkg/api
api_impl.go#L638: Factory: validateJSX(log, buildOpts.JSXFactory, "factory"),
api_impl.go#L1042: Factory: validateJSX(log, transformOpts.JSXFactory, "factory"),
api_impl.go#L1056: jsx.Factory = result.JSXFactory
 |
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. |