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

8 uses

	github.com/evanw/esbuild/internal/ast (current package)
		ast.go#L19: 	ImportRequire
		ast.go#L38: 	case ImportRequire:

	github.com/evanw/esbuild/internal/bundler
		linker.go#L1166: 				case ast.ImportRequire:
		linker.go#L2620: 			if record.Kind != ast.ImportRequire && !c.options.OutputFormat.KeepES6ImportExportSyntax() {
		linker.go#L2643: 		if record.Kind != ast.ImportRequire && !otherRepr.meta.skipCallingToModule {

	github.com/evanw/esbuild/internal/js_parser
		js_parser.go#L11351: 								importRecordIndex := p.addImportRecord(ast.ImportRequire, arg.Loc, js_lexer.UTF16ToString(str.Value))

	github.com/evanw/esbuild/internal/resolver
		resolver.go#L1243: 						if kind != ast.ImportRequire {

	github.com/evanw/esbuild/pkg/api
		api_impl.go#L1190: 			case ast.ImportRequire: