github.com/evanw/esbuild/internal/js_ast.SImport.Items (field)
25 uses
github.com/evanw/esbuild/internal/js_ast (current package)
js_ast.go#L1124: Items *[]ClauseItem
github.com/evanw/esbuild/internal/bundler
linker.go#L995: Items: &items,
linker.go#L3157: Items: &s.Items,
linker.go#L3599: if s.Items != nil {
linker.go#L3600: for _, item := range *s.Items {
github.com/evanw/esbuild/internal/js_parser
js_parser.go#L5787: stmt.Items = &items
js_parser.go#L5859: stmt.Items = &items
js_parser.go#L5899: if stmt.Items != nil {
js_parser.go#L5900: for i, item := range *stmt.Items {
js_parser.go#L5905: (*stmt.Items)[i].Name.Ref = ref
js_parser.go#L7972: if s.Items != nil {
js_parser.go#L7973: for _, item := range *s.Items {
js_parser.go#L11813: if s.Items != nil {
js_parser.go#L11817: for _, item := range *s.Items {
js_parser.go#L11827: (*s.Items)[itemsEnd] = item
js_parser.go#L11834: s.Items = nil
js_parser.go#L11836: *s.Items = (*s.Items)[:itemsEnd]
js_parser.go#L11922: if s.Items != nil {
js_parser.go#L11926: s.Items = &items
js_parser.go#L11972: if s.Items != nil {
js_parser.go#L11973: for _, item := range *s.Items {
js_parser.go#L13033: Items: &clauseItems,
github.com/evanw/esbuild/internal/js_printer
js_printer.go#L2898: if s.Items != nil {
js_printer.go#L2909: for i, item := range *s.Items {
![]() |
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. |