github.com/evanw/esbuild/internal/js_ast.Span.Range (field)
6 uses
github.com/evanw/esbuild/internal/js_ast (current package)
js_ast.go#L258: Range logger.Range
github.com/evanw/esbuild/internal/bundler
bundler.go#L532: log.AddRangeWarning(source, comment.Range, fmt.Sprintf("Unsupported source map comment: %s", err.Error()))
bundler.go#L547: log.AddRangeError(source, comment.Range, fmt.Sprintf("Cannot read file %q: %s", res.PrettyPath(path), err.Error()))
bundler.go#L554: log.AddRangeWarning(source, comment.Range, "Unsupported source map comment")
github.com/evanw/esbuild/internal/js_lexer
js_lexer.go#L2470: Range: logger.Range{
github.com/evanw/esbuild/internal/js_parser
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. |