github.com/evanw/esbuild/internal/js_parser.parser.tsUseCounts (field)
7 uses
github.com/evanw/esbuild/internal/js_parser (current package)
js_parser.go#L55: tsUseCounts []uint32
js_parser.go#L1195: p.tsUseCounts = append(p.tsUseCounts, 0)
js_parser.go#L1505: p.tsUseCounts[ref.InnerIndex]++
js_parser.go#L11782: if p.options.ts.Parse && p.tsUseCounts[s.DefaultName.Ref.InnerIndex] != 0 {
js_parser.go#L11798: if p.options.ts.Parse && p.tsUseCounts[s.NamespaceRef.InnerIndex] != 0 {
js_parser.go#L11821: if p.options.ts.Parse && p.tsUseCounts[item.Name.Ref.InnerIndex] != 0 {
![]() |
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. |