github.com/evanw/esbuild/internal/js_ast.Span.Text (field)
8 uses
github.com/evanw/esbuild/internal/js_ast (current package)
js_ast.go#L257: Text string
github.com/evanw/esbuild/internal/bundler
bundler.go#L484: if repr, ok := result.file.repr.(*reprJS); ok && repr.ast.SourceMapComment.Text != "" {
bundler.go#L528: if parsed, ok := resolver.ParseDataURL(comment.Text); ok {
bundler.go#L539: absPath := fs.Join(absResolveDir, comment.Text)
github.com/evanw/esbuild/internal/js_lexer
js_lexer.go#L2469: Text: text[:i],
github.com/evanw/esbuild/internal/js_parser
js_parser.go#L12852: if span.Text == "" {
js_parser.go#L12855: parts := strings.Split(span.Text, ".")
js_parser.go#L12858: p.log.AddRangeWarning(&p.source, span.Range, fmt.Sprintf("Invalid JSX %s: %s", name, span.Text))
![]() |
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. |