@@ -3,15 +3,13 @@ export type {
33 StdinSyncOption ,
44 StdoutStderrOption ,
55 StdoutStderrSyncOption ,
6- } from './types/stdio/type' ;
7- export type { Options , SyncOptions } from './types/arguments/options' ;
8- export type { Result , SyncResult } from './types/return/result' ;
9- export type { ResultPromise , Subprocess } from './types/subprocess/subprocess' ;
10- /* eslint-disable import/extensions */
11- export { ExecaError , ExecaSyncError } from './types/return/final-error' ;
12- export { execa } from './types/methods/main-async' ;
13- export { execaSync } from './types/methods/main-sync' ;
14- export { execaCommand , execaCommandSync } from './types/methods/command' ;
15- export { $ } from './types/methods/script' ;
16- export { execaNode } from './types/methods/node' ;
17- /* eslint-enable import/extensions */
6+ } from './types/stdio/type.js' ;
7+ export type { Options , SyncOptions } from './types/arguments/options.js' ;
8+ export type { Result , SyncResult } from './types/return/result.js' ;
9+ export type { ResultPromise , Subprocess } from './types/subprocess/subprocess.js' ;
10+ export { ExecaError , ExecaSyncError } from './types/return/final-error.js' ;
11+ export { execa } from './types/methods/main-async.js' ;
12+ export { execaSync } from './types/methods/main-sync.js' ;
13+ export { execaCommand , execaCommandSync } from './types/methods/command.js' ;
14+ export { $ } from './types/methods/script.js' ;
15+ export { execaNode } from './types/methods/node.js' ;
0 commit comments