const github.com/evanw/esbuild/internal/bundler.importCommonJSWithoutExports

4 uses

	github.com/evanw/esbuild/internal/bundler (current package)
		linker.go#L1994: 		case importCommonJS, importCommonJSWithoutExports, importExternal, importDisabled:
		linker.go#L2022: 			if status == importCommonJSWithoutExports {
		linker.go#L2256: 	importCommonJSWithoutExports
		linker.go#L2290: 		return importTracker{sourceIndex: otherSourceIndex, importRef: js_ast.InvalidRef}, importCommonJSWithoutExports, nil