github.com/evanw/esbuild/internal/resolver.TSConfigJSON.JSXFragmentFactory (field)
5 uses
github.com/evanw/esbuild/internal/resolver (current package)
resolver.go#L370: result.JSXFragment = dirInfo.tsConfigJSON.JSXFragmentFactory
tsconfig_json.go#L34: JSXFragmentFactory []string
tsconfig_json.go#L93: result.JSXFragmentFactory = parseMemberExpressionForJSX(log, source, valueJSON.Loc, value)
github.com/evanw/esbuild/pkg/api
api_impl.go#L1058: if len(result.JSXFragmentFactory) > 0 {
api_impl.go#L1059: jsx.Fragment = result.JSXFragmentFactory
![]() |
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. |