type github.com/evanw/esbuild/internal/js_ast.Span
12 uses
github.com/evanw/esbuild/internal/js_ast (current package)
js_ast.go#L256: type Span struct {
js_ast.go#L1620: SourceMapComment Span
github.com/evanw/esbuild/internal/bundler
bundler.go#L524: comment js_ast.Span,
github.com/evanw/esbuild/internal/js_lexer
js_lexer.go#L236: JSXFactoryPragmaComment js_ast.Span
js_lexer.go#L237: JSXFragmentPragmaComment js_ast.Span
js_lexer.go#L238: SourceMappingURL js_ast.Span
js_lexer.go#L2431: func scanForPragmaArg(kind pragmaArg, start int, pragma string, text string) (js_ast.Span, bool) {
js_lexer.go#L2436: return js_ast.Span{}, false
js_lexer.go#L2443: return js_ast.Span{}, false
js_lexer.go#L2449: return js_ast.Span{}, false
js_lexer.go#L2468: return js_ast.Span{
github.com/evanw/esbuild/internal/js_parser
js_parser.go#L12851: func (p *parser) validateJSX(span js_ast.Span, name string) []string {
![]() |
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. |