const github.com/evanw/esbuild/internal/ast.ImportStmt

12 uses

	github.com/evanw/esbuild/internal/ast (current package)
		ast.go#L16: 	ImportStmt
		ast.go#L36: 	case ImportStmt:

	github.com/evanw/esbuild/internal/bundler
		linker.go#L742: 					Kind: ast.ImportStmt,
		linker.go#L1143: 				case ast.ImportStmt:
		linker.go#L2478: 				if record.Kind != ast.ImportStmt {
		linker.go#L2629: 		if record.Kind == ast.ImportStmt && !otherRepr.meta.cjsStyleExports {
		linker.go#L2948: 					if record.SourceIndex.IsValid() && (record.Kind == ast.ImportStmt || isPartInThisChunk) {

	github.com/evanw/esbuild/internal/js_parser
		js_parser.go#L5291: 			importRecordIndex := p.addImportRecord(ast.ImportStmt, pathLoc, pathText)
		js_parser.go#L5309: 				importRecordIndex := p.addImportRecord(ast.ImportStmt, pathLoc, pathText)
		js_parser.go#L5875: 		stmt.ImportRecordIndex = p.addImportRecord(ast.ImportStmt, pathLoc, pathText)
		js_parser.go#L13010: 	importRecordIndex := p.addImportRecord(ast.ImportStmt, logger.Loc{}, path)

	github.com/evanw/esbuild/pkg/api
		api_impl.go#L1188: 			case ast.ImportStmt: