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))