type github.com/evanw/esbuild/internal/resolver.TSConfigJSON
8 uses
github.com/evanw/esbuild/internal/resolver (current package)
resolver.go#L646: tsConfigJSON *TSConfigJSON // Is there a "tsconfig.json" file in this directory or a parent directory?
resolver.go#L676: func (r *resolver) parseTSConfig(file string, visited map[string]bool) (*TSConfigJSON, error) {
resolver.go#L696: result := ParseTSConfigJSON(r.log, source, &r.caches.JSONCache, func(extends string, extendsRange logger.Range) *TSConfigJSON {
resolver.go#L1270: func (r *resolver) matchTSConfigPaths(tsConfigJSON *TSConfigJSON, path string, kind ast.ImportKind) (PathPair, bool, *fs.DifferentCase) {
tsconfig_json.go#L14: type TSConfigJSON struct {
tsconfig_json.go#L43: extends func(string, logger.Range) *TSConfigJSON,
tsconfig_json.go#L44: ) *TSConfigJSON {
tsconfig_json.go#L61: var result TSConfigJSON
 |
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. |