@@ -4,18 +4,18 @@ import path from 'node:path';
44import semver from 'semver' ;
55import sumchecker from 'sumchecker' ;
66
7- import { getArtifactFileName , getArtifactRemoteURL , getArtifactVersion } from './artifact-utils' ;
7+ import { getArtifactFileName , getArtifactRemoteURL , getArtifactVersion } from './artifact-utils.js ' ;
88import {
99 ElectronArtifactDetails ,
1010 ElectronDownloadCacheMode ,
1111 ElectronDownloadRequestOptions ,
1212 ElectronGenericArtifactDetails ,
1313 ElectronPlatformArtifactDetails ,
1414 ElectronPlatformArtifactDetailsWithDefaults ,
15- } from './types' ;
16- import { Cache } from './Cache' ;
17- import { getDownloaderForSystem } from './downloader-resolver' ;
18- import { initializeProxy } from './proxy' ;
15+ } from './types.js ' ;
16+ import { Cache } from './Cache.js ' ;
17+ import { getDownloaderForSystem } from './downloader-resolver.js ' ;
18+ import { initializeProxy } from './proxy.js ' ;
1919import {
2020 withTempDirectoryIn ,
2121 getHostArch ,
@@ -27,11 +27,11 @@ import {
2727 effectiveCacheMode ,
2828 shouldTryReadCache ,
2929 TempDirCleanUpMode ,
30- } from './utils' ;
30+ } from './utils.js ' ;
3131
32- export { getHostArch } from './utils' ;
33- export { initializeProxy } from './proxy' ;
34- export * from './types' ;
32+ export { getHostArch } from './utils.js ' ;
33+ export { initializeProxy } from './proxy.js ' ;
34+ export * from './types.js ' ;
3535
3636const d = debug ( '@electron/get:index' ) ;
3737
0 commit comments