type github.com/evanw/esbuild/internal/js_ast.EImportIdentifier

8 uses

	github.com/evanw/esbuild/internal/js_ast (current package)
		js_ast.go#L547: type EImportIdentifier struct {
		js_ast.go#L664: func (*EImportIdentifier) isExpr()  {}

	github.com/evanw/esbuild/internal/bundler
		linker.go#L1553: 			value = js_ast.Expr{Data: &js_ast.EImportIdentifier{Ref: export.ref}}
		linker.go#L1610: 						Value:   &js_ast.Expr{Data: &js_ast.EImportIdentifier{Ref: export.ref}},

	github.com/evanw/esbuild/internal/js_parser
		js_parser.go#L11572: 		return js_ast.Expr{Loc: loc, Data: &js_ast.EImportIdentifier{
		js_parser.go#L12302: 	case *js_ast.EImportIdentifier:

	github.com/evanw/esbuild/internal/js_printer
		js_printer.go#L1170: 				case *js_ast.EImportIdentifier:
		js_printer.go#L1932: 	case *js_ast.EImportIdentifier: