github.com/evanw/esbuild/internal/ast.ImportRecord.Range (field)
16 uses
github.com/evanw/esbuild/internal/ast (current package)
ast.go#L60: Range logger.Range
github.com/evanw/esbuild/internal/bundler
bundler.go#L430: record.Range,
bundler.go#L442: args.log.AddRangeWarning(&source, record.Range,
bundler.go#L471: args.log.AddRangeError(&source, record.Range,
bundler.go#L1261: &result.file.source, record.Range, resolveResult.PluginData, inputKindNormal, nil)
bundler.go#L1353: s.log.AddRangeError(&result.file.source, record.Range,
bundler.go#L1362: s.log.AddRangeError(&result.file.source, record.Range,
bundler.go#L1367: s.log.AddRangeError(&result.file.source, record.Range,
bundler.go#L1380: s.log.AddRangeError(&result.file.source, record.Range,
bundler.go#L1426: s.log.AddRangeWarningWithNotes(&result.file.source, record.Range,
linker.go#L3040: Value: &js_ast.Expr{Loc: record.Range.Loc, Data: &js_ast.ERequire{ImportRecordIndex: importRecordIndex}},
linker.go#L3112: {Loc: record.Range.Loc, Data: &js_ast.ERequire{ImportRecordIndex: s.ImportRecordIndex}},
github.com/evanw/esbuild/internal/css_parser
css_parser.go#L345: Range: r,
css_parser.go#L605: Range: t.Range,
css_parser.go#L630: Range: original[0].Range,
github.com/evanw/esbuild/internal/js_parser
js_parser.go#L6146: Range: p.source.RangeOfString(loc),
 |
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. |