github.com/evanw/esbuild/internal/js_ast.SImport.StarNameLoc (field)
16 uses
github.com/evanw/esbuild/internal/js_ast (current package)
js_ast.go#L1125: StarNameLoc *logger.Loc
github.com/evanw/esbuild/internal/bundler
linker.go#L3079: StarNameLoc: &stmt.Loc,
linker.go#L3132: StarNameLoc: &s.Alias.Loc,
github.com/evanw/esbuild/internal/js_parser
js_parser.go#L5775: stmt.StarNameLoc = &starLoc
js_parser.go#L5853: stmt.StarNameLoc = &starLoc
js_parser.go#L5879: if stmt.StarNameLoc != nil {
js_parser.go#L5881: stmt.NamespaceRef = p.declareSymbol(js_ast.SymbolImport, *stmt.StarNameLoc, name)
js_parser.go#L8038: StarNameLoc: &s.Alias.Loc,
js_parser.go#L11793: if s.StarNameLoc != nil {
js_parser.go#L11807: s.StarNameLoc = nil
js_parser.go#L11864: if s.StarNameLoc != nil {
js_parser.go#L11892: s.StarNameLoc = nil
js_parser.go#L11963: if s.StarNameLoc != nil {
js_parser.go#L11966: AliasLoc: *s.StarNameLoc,
js_parser.go#L11986: if s.StarNameLoc != nil {
github.com/evanw/esbuild/internal/js_printer
js_printer.go#L2938: if s.StarNameLoc != nil {
![]() |
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. |