github.com/evanw/esbuild/internal/js_ast.NamedImport.AliasLoc (field)
11 uses
github.com/evanw/esbuild/internal/js_ast (current package)
js_ast.go#L1738: AliasLoc logger.Loc
github.com/evanw/esbuild/internal/bundler
linker.go#L1891: c.addRangeError(file.source, js_lexer.RangeOfIdentifier(file.source, namedImport.AliasLoc),
linker.go#L1899: r := js_lexer.RangeOfIdentifier(file.source, namedImport.AliasLoc)
linker.go#L2026: c.log.AddRangeWarning(&source, js_lexer.RangeOfIdentifier(source, namedImport.AliasLoc),
linker.go#L2036: r := js_lexer.RangeOfIdentifier(source, namedImport.AliasLoc)
github.com/evanw/esbuild/internal/js_parser
js_parser.go#L11939: AliasLoc: name.Loc,
js_parser.go#L11957: AliasLoc: s.DefaultName.Loc,
js_parser.go#L11966: AliasLoc: *s.StarNameLoc,
js_parser.go#L11976: AliasLoc: item.AliasLoc,
js_parser.go#L12056: AliasLoc: s.Alias.Loc,
js_parser.go#L12076: AliasLoc: item.Name.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. |