@ryanatkn/gro 0.154.0 → 0.156.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (196) hide show
  1. package/dist/build.task.d.ts +1 -1
  2. package/dist/build.task.js +2 -2
  3. package/dist/changelog.js +1 -1
  4. package/dist/changeset.task.d.ts +1 -1
  5. package/dist/changeset.task.js +6 -6
  6. package/dist/check.task.d.ts +1 -1
  7. package/dist/check.task.js +3 -3
  8. package/dist/clean.task.d.ts +1 -1
  9. package/dist/clean.task.js +2 -2
  10. package/dist/clean_fs.js +2 -2
  11. package/dist/cli.d.ts +1 -1
  12. package/dist/cli.js +2 -2
  13. package/dist/commit.task.d.ts +1 -1
  14. package/dist/commit.task.js +1 -1
  15. package/dist/constants.d.ts +0 -1
  16. package/dist/constants.d.ts.map +1 -1
  17. package/dist/constants.js +0 -1
  18. package/dist/deploy.task.d.ts +1 -1
  19. package/dist/deploy.task.js +5 -5
  20. package/dist/dev.task.d.ts +2 -2
  21. package/dist/dev.task.js +2 -2
  22. package/dist/esbuild_helpers.d.ts +1 -1
  23. package/dist/esbuild_helpers.d.ts.map +1 -1
  24. package/dist/esbuild_helpers.js +1 -2
  25. package/dist/esbuild_plugin_external_worker.d.ts +1 -1
  26. package/dist/esbuild_plugin_external_worker.js +7 -7
  27. package/dist/esbuild_plugin_svelte.d.ts +1 -1
  28. package/dist/esbuild_plugin_svelte.js +4 -4
  29. package/dist/esbuild_plugin_sveltekit_local_imports.js +2 -2
  30. package/dist/esbuild_plugin_sveltekit_shim_app.d.ts +1 -1
  31. package/dist/esbuild_plugin_sveltekit_shim_app.js +2 -2
  32. package/dist/esbuild_plugin_sveltekit_shim_env.js +3 -3
  33. package/dist/filer.d.ts +3 -3
  34. package/dist/filer.js +6 -6
  35. package/dist/format.task.d.ts +1 -1
  36. package/dist/format.task.js +3 -3
  37. package/dist/format_directory.d.ts +1 -1
  38. package/dist/format_directory.js +5 -5
  39. package/dist/format_file.js +1 -1
  40. package/dist/gen.d.ts +5 -5
  41. package/dist/gen.js +4 -4
  42. package/dist/gen.task.d.ts +1 -1
  43. package/dist/gen.task.js +8 -8
  44. package/dist/git.js +1 -1
  45. package/dist/gro.config.default.d.ts +1 -1
  46. package/dist/gro.config.default.js +16 -8
  47. package/dist/gro.d.ts +1 -1
  48. package/dist/gro.js +3 -2
  49. package/dist/gro_config.d.ts +4 -4
  50. package/dist/gro_config.js +12 -4
  51. package/dist/gro_helpers.d.ts.map +1 -1
  52. package/dist/gro_helpers.js +5 -2
  53. package/dist/gro_plugin_gen.d.ts +2 -2
  54. package/dist/gro_plugin_gen.js +4 -4
  55. package/dist/gro_plugin_server.d.ts +1 -1
  56. package/dist/gro_plugin_server.js +11 -11
  57. package/dist/gro_plugin_sveltekit_app.d.ts +3 -3
  58. package/dist/gro_plugin_sveltekit_app.js +10 -10
  59. package/dist/gro_plugin_sveltekit_library.d.ts +2 -2
  60. package/dist/gro_plugin_sveltekit_library.js +3 -3
  61. package/dist/index.d.ts +4 -4
  62. package/dist/index.js +2 -2
  63. package/dist/input_path.d.ts +1 -1
  64. package/dist/input_path.js +3 -3
  65. package/dist/invoke.js +4 -4
  66. package/dist/invoke_task.d.ts +4 -4
  67. package/dist/invoke_task.js +7 -7
  68. package/dist/lint.task.d.ts +1 -1
  69. package/dist/lint.task.js +3 -3
  70. package/dist/loader.d.ts.map +1 -1
  71. package/dist/loader.js +70 -47
  72. package/dist/module.js +2 -2
  73. package/dist/modules.d.ts +2 -2
  74. package/dist/modules.js +10 -2
  75. package/dist/package.d.ts +1 -0
  76. package/dist/package.d.ts.map +1 -1
  77. package/dist/package.gen.d.ts +1 -1
  78. package/dist/package.gen.js +5 -5
  79. package/dist/package.js +6 -6
  80. package/dist/package_json.js +5 -5
  81. package/dist/package_meta.d.ts +2 -2
  82. package/dist/package_meta.js +1 -1
  83. package/dist/parse_imports.d.ts +1 -1
  84. package/dist/parse_imports.js +2 -2
  85. package/dist/paths.d.ts +1 -1
  86. package/dist/paths.js +2 -2
  87. package/dist/plugin.d.ts +3 -3
  88. package/dist/plugin.d.ts.map +1 -1
  89. package/dist/publish.task.d.ts +1 -1
  90. package/dist/publish.task.js +8 -8
  91. package/dist/reinstall.task.d.ts +1 -1
  92. package/dist/reinstall.task.js +2 -2
  93. package/dist/release.task.d.ts +1 -1
  94. package/dist/release.task.js +2 -2
  95. package/dist/resolve.task.d.ts +1 -1
  96. package/dist/resolve.task.js +2 -2
  97. package/dist/resolve_specifier.d.ts +1 -1
  98. package/dist/resolve_specifier.js +1 -1
  99. package/dist/run.task.d.ts +1 -1
  100. package/dist/run.task.js +2 -2
  101. package/dist/run_gen.d.ts +3 -3
  102. package/dist/run_gen.js +3 -3
  103. package/dist/run_task.d.ts +5 -5
  104. package/dist/run_task.js +4 -4
  105. package/dist/search_fs.d.ts +1 -1
  106. package/dist/src_json.d.ts +1 -1
  107. package/dist/src_json.js +2 -2
  108. package/dist/svelte_config.js +10 -2
  109. package/dist/sveltekit_helpers.d.ts +3 -3
  110. package/dist/sveltekit_helpers.js +6 -6
  111. package/dist/sveltekit_shim_app.d.ts +1 -1
  112. package/dist/sveltekit_shim_app_state.js +1 -1
  113. package/dist/sveltekit_shim_env.js +1 -1
  114. package/dist/sync.task.d.ts +1 -1
  115. package/dist/sync.task.js +3 -3
  116. package/dist/task.d.ts +7 -7
  117. package/dist/task.js +4 -4
  118. package/dist/task_logging.d.ts +1 -1
  119. package/dist/task_logging.js +1 -1
  120. package/dist/test.task.d.ts +1 -1
  121. package/dist/test.task.js +3 -3
  122. package/dist/typecheck.task.d.ts +1 -1
  123. package/dist/typecheck.task.js +6 -6
  124. package/dist/upgrade.task.d.ts +1 -1
  125. package/dist/upgrade.task.js +6 -6
  126. package/dist/watch_dir.d.ts +1 -1
  127. package/package.json +5 -4
  128. package/src/lib/build.task.ts +3 -3
  129. package/src/lib/changelog.ts +1 -1
  130. package/src/lib/changeset.task.ts +6 -6
  131. package/src/lib/check.task.ts +3 -3
  132. package/src/lib/clean.task.ts +3 -3
  133. package/src/lib/clean_fs.ts +2 -2
  134. package/src/lib/cli.ts +3 -3
  135. package/src/lib/commit.task.ts +2 -2
  136. package/src/lib/constants.ts +0 -1
  137. package/src/lib/deploy.task.ts +5 -5
  138. package/src/lib/dev.task.ts +3 -3
  139. package/src/lib/esbuild_helpers.ts +2 -3
  140. package/src/lib/esbuild_plugin_external_worker.ts +9 -9
  141. package/src/lib/esbuild_plugin_svelte.ts +4 -4
  142. package/src/lib/esbuild_plugin_sveltekit_local_imports.ts +2 -2
  143. package/src/lib/esbuild_plugin_sveltekit_shim_app.ts +3 -3
  144. package/src/lib/esbuild_plugin_sveltekit_shim_env.ts +3 -3
  145. package/src/lib/filer.ts +8 -8
  146. package/src/lib/format.task.ts +3 -3
  147. package/src/lib/format_directory.ts +5 -5
  148. package/src/lib/format_file.ts +1 -1
  149. package/src/lib/gen.task.ts +8 -8
  150. package/src/lib/gen.ts +7 -7
  151. package/src/lib/git.ts +1 -1
  152. package/src/lib/gro.config.default.ts +8 -8
  153. package/src/lib/gro.ts +4 -2
  154. package/src/lib/gro_config.ts +7 -7
  155. package/src/lib/gro_helpers.ts +5 -2
  156. package/src/lib/gro_plugin_gen.ts +6 -6
  157. package/src/lib/gro_plugin_server.ts +13 -13
  158. package/src/lib/gro_plugin_sveltekit_app.ts +11 -11
  159. package/src/lib/gro_plugin_sveltekit_library.ts +4 -4
  160. package/src/lib/index.ts +4 -4
  161. package/src/lib/input_path.ts +4 -4
  162. package/src/lib/invoke.ts +4 -4
  163. package/src/lib/invoke_task.ts +8 -8
  164. package/src/lib/lint.task.ts +3 -3
  165. package/src/lib/loader.ts +75 -64
  166. package/src/lib/module.ts +2 -2
  167. package/src/lib/modules.ts +3 -3
  168. package/src/lib/package.gen.ts +6 -6
  169. package/src/lib/package.ts +8 -8
  170. package/src/lib/package_json.ts +5 -5
  171. package/src/lib/package_meta.ts +3 -3
  172. package/src/lib/parse_imports.ts +3 -3
  173. package/src/lib/paths.ts +3 -3
  174. package/src/lib/plugin.ts +8 -5
  175. package/src/lib/publish.task.ts +8 -8
  176. package/src/lib/reinstall.task.ts +2 -2
  177. package/src/lib/release.task.ts +3 -3
  178. package/src/lib/resolve.task.ts +2 -2
  179. package/src/lib/resolve_specifier.ts +2 -2
  180. package/src/lib/run.task.ts +2 -2
  181. package/src/lib/run_gen.ts +5 -5
  182. package/src/lib/run_task.ts +7 -7
  183. package/src/lib/search_fs.ts +1 -1
  184. package/src/lib/src_json.ts +2 -2
  185. package/src/lib/svelte_config.ts +1 -1
  186. package/src/lib/sveltekit_helpers.ts +6 -6
  187. package/src/lib/sveltekit_shim_app.ts +1 -1
  188. package/src/lib/sveltekit_shim_app_state.ts +1 -1
  189. package/src/lib/sveltekit_shim_env.ts +1 -1
  190. package/src/lib/sync.task.ts +3 -3
  191. package/src/lib/task.ts +9 -9
  192. package/src/lib/task_logging.ts +3 -3
  193. package/src/lib/test.task.ts +3 -3
  194. package/src/lib/typecheck.task.ts +6 -6
  195. package/src/lib/upgrade.task.ts +6 -6
  196. package/src/lib/watch_dir.ts +1 -1
@@ -1,8 +1,8 @@
1
1
  import {z} from 'zod';
2
2
  import {styleText as st} from 'node:util';
3
3
 
4
- import {TASK_FILE_SUFFIXES, type Task} from './task.js';
5
- import {resolve_input_paths, to_input_paths} from './input_path.js';
4
+ import {TASK_FILE_SUFFIXES, type Task} from './task.ts';
5
+ import {resolve_input_paths, to_input_paths} from './input_path.ts';
6
6
 
7
7
  export const Args = z
8
8
  .object({
@@ -1,8 +1,8 @@
1
1
  import {extname, isAbsolute, join, relative} from 'node:path';
2
2
  import {existsSync} from 'node:fs';
3
3
 
4
- import {replace_extension} from './paths.js';
5
- import type {Path_Id} from './path.js';
4
+ import {replace_extension} from './paths.ts';
5
+ import type {Path_Id} from './path.ts';
6
6
 
7
7
  export interface Resolved_Specifier {
8
8
  /**
@@ -2,8 +2,8 @@ import {z} from 'zod';
2
2
  import {styleText as st} from 'node:util';
3
3
  import {existsSync} from 'node:fs';
4
4
 
5
- import {Task_Error, type Task} from './task.js';
6
- import {resolve_gro_module_path, spawn_with_loader} from './gro_helpers.js';
5
+ import {Task_Error, type Task} from './task.ts';
6
+ import {resolve_gro_module_path, spawn_with_loader} from './gro_helpers.ts';
7
7
 
8
8
  export const Args = z
9
9
  .object({
@@ -10,11 +10,11 @@ import {
10
10
  type Genfile_Module_Meta,
11
11
  to_gen_result,
12
12
  type Raw_Gen_Result,
13
- } from './gen.js';
14
- import {print_path, to_root_path} from './paths.js';
15
- import type {format_file as base_format_file} from './format_file.js';
16
- import type {Gro_Config} from './gro_config.js';
17
- import {default_svelte_config} from './svelte_config.js';
13
+ } from './gen.ts';
14
+ import {print_path, to_root_path} from './paths.ts';
15
+ import type {format_file as base_format_file} from './format_file.ts';
16
+ import type {Gro_Config} from './gro_config.ts';
17
+ import {default_svelte_config} from './svelte_config.ts';
18
18
 
19
19
  export const GEN_NO_PROD_MESSAGE = 'gen runs only during development';
20
20
 
@@ -3,13 +3,13 @@ import {print_log_label} from '@ryanatkn/belt/print.js';
3
3
  import {System_Logger} from '@ryanatkn/belt/log.js';
4
4
  import type {Timings} from '@ryanatkn/belt/timings.js';
5
5
 
6
- import {parse_args, type Args} from './args.js';
7
- import type {invoke_task as base_invoke_task} from './invoke_task.js';
8
- import {log_task_help} from './task_logging.js';
9
- import type {Gro_Config} from './gro_config.js';
10
- import {Task_Error, type Task_Module_Meta} from './task.js';
11
- import {default_svelte_config} from './svelte_config.js';
12
- import type {Filer} from './filer.js';
6
+ import {parse_args, type Args} from './args.ts';
7
+ import type {invoke_task as base_invoke_task} from './invoke_task.ts';
8
+ import {log_task_help} from './task_logging.ts';
9
+ import type {Gro_Config} from './gro_config.ts';
10
+ import {Task_Error, type Task_Module_Meta} from './task.ts';
11
+ import {default_svelte_config} from './svelte_config.ts';
12
+ import type {Filer} from './filer.ts';
13
13
 
14
14
  export type Run_Task_Result =
15
15
  | {
@@ -4,7 +4,7 @@ import {ensure_end} from '@ryanatkn/belt/string.js';
4
4
  import {isAbsolute, join} from 'node:path';
5
5
  import {existsSync, readdirSync} from 'node:fs';
6
6
 
7
- import type {File_Filter, Resolved_Path, Path_Filter} from './path.js';
7
+ import type {File_Filter, Resolved_Path, Path_Filter} from './path.ts';
8
8
 
9
9
  export interface Search_Fs_Options {
10
10
  /**
@@ -4,12 +4,12 @@ import {strip_start} from '@ryanatkn/belt/string.js';
4
4
  import {Project} from 'ts-morph';
5
5
  import {existsSync} from 'node:fs';
6
6
 
7
- import {paths, replace_extension} from './paths.js';
7
+ import {paths, replace_extension} from './paths.ts';
8
8
  import {
9
9
  transform_empty_object_to_undefined,
10
10
  type Package_Json,
11
11
  type Package_Json_Exports,
12
- } from './package_json.js';
12
+ } from './package_json.ts';
13
13
 
14
14
  // TODO @many rename to prefix with `Src_Json_`?
15
15
  export const Src_Module_Declaration = z
@@ -3,7 +3,7 @@ import type {CompileOptions, ModuleCompileOptions, PreprocessorGroup} from 'svel
3
3
  import {join} from 'node:path';
4
4
  import {EMPTY_OBJECT} from '@ryanatkn/belt/object.js';
5
5
 
6
- import {SVELTE_CONFIG_FILENAME} from './constants.js';
6
+ import {SVELTE_CONFIG_FILENAME} from './constants.ts';
7
7
 
8
8
  /*
9
9
 
@@ -3,12 +3,12 @@ import {existsSync} from 'node:fs';
3
3
  import type {Logger} from '@ryanatkn/belt/log.js';
4
4
  import {join} from 'node:path';
5
5
 
6
- import {Package_Json, has_dep} from './package_json.js';
7
- import {default_svelte_config, type Parsed_Svelte_Config} from './svelte_config.js';
8
- import {SVELTE_CONFIG_FILENAME, SVELTEKIT_DEV_DIRNAME, PM_CLI_DEFAULT} from './constants.js';
9
- import {find_cli, spawn_cli, to_cli_name, type Cli} from './cli.js';
10
- import {Task_Error} from './task.js';
11
- import {serialize_args, to_forwarded_args} from './args.js';
6
+ import {Package_Json, has_dep} from './package_json.ts';
7
+ import {default_svelte_config, type Parsed_Svelte_Config} from './svelte_config.ts';
8
+ import {SVELTE_CONFIG_FILENAME, SVELTEKIT_DEV_DIRNAME, PM_CLI_DEFAULT} from './constants.ts';
9
+ import {find_cli, spawn_cli, to_cli_name, type Cli} from './cli.ts';
10
+ import {Task_Error} from './task.ts';
11
+ import {serialize_args, to_forwarded_args} from './args.ts';
12
12
 
13
13
  export const SVELTEKIT_CLI = 'svelte-kit';
14
14
 
@@ -1,4 +1,4 @@
1
- import type {Parsed_Svelte_Config} from './svelte_config.js';
1
+ import type {Parsed_Svelte_Config} from './svelte_config.ts';
2
2
 
3
3
  export const SVELTEKIT_SHIM_APP_PATHS_MATCHER = /\/util\/sveltekit_shim_app_paths\.js$/;
4
4
  export const SVELTEKIT_SHIM_APP_ENVIRONMENT_MATCHER = /\/util\/sveltekit_shim_app_environment\.js$/;
@@ -30,6 +30,6 @@ export const page: typeof base_page = {
30
30
  export const updated: typeof base_updated = {
31
31
  current: false,
32
32
  check: () => {
33
- throw new Error('Can only call updated.check() in the browser');
33
+ throw Error('Can only call updated.check() in the browser');
34
34
  },
35
35
  };
@@ -1,4 +1,4 @@
1
- import {load_env} from './env.js';
1
+ import {load_env} from './env.ts';
2
2
 
3
3
  // TODO might want to do more escaping and validation
4
4
 
@@ -1,9 +1,9 @@
1
1
  import {z} from 'zod';
2
2
  import {spawn} from '@ryanatkn/belt/process.js';
3
3
 
4
- import {Task_Error, type Task} from './task.js';
5
- import {sync_package_json} from './package_json.js';
6
- import {sveltekit_sync} from './sveltekit_helpers.js';
4
+ import {Task_Error, type Task} from './task.ts';
5
+ import {sync_package_json} from './package_json.ts';
6
+ import {sveltekit_sync} from './sveltekit_helpers.ts';
7
7
 
8
8
  export const Args = z
9
9
  .object({
package/src/lib/task.ts CHANGED
@@ -6,21 +6,21 @@ import {styleText as st} from 'node:util';
6
6
  import type {Result} from '@ryanatkn/belt/result.js';
7
7
  import {isAbsolute, join, relative} from 'node:path';
8
8
 
9
- import type {Args} from './args.js';
10
- import type {Path_Id} from './path.js';
11
- import type {Gro_Config} from './gro_config.js';
12
- import type {Parsed_Svelte_Config} from './svelte_config.js';
9
+ import type {Args} from './args.ts';
10
+ import type {Path_Id} from './path.ts';
11
+ import type {Gro_Config} from './gro_config.ts';
12
+ import type {Parsed_Svelte_Config} from './svelte_config.ts';
13
13
  import {
14
14
  resolve_input_files,
15
15
  resolve_input_paths,
16
16
  type Input_Path,
17
17
  type Resolved_Input_File,
18
18
  type Resolved_Input_Path,
19
- } from './input_path.js';
20
- import {GRO_DIST_DIR, print_path} from './paths.js';
21
- import {search_fs} from './search_fs.js';
22
- import {load_modules, type Load_Modules_Failure, type Module_Meta} from './modules.js';
23
- import type {Filer} from './filer.js';
19
+ } from './input_path.ts';
20
+ import {GRO_DIST_DIR, print_path} from './paths.ts';
21
+ import {search_fs} from './search_fs.ts';
22
+ import {load_modules, type Load_Modules_Failure, type Module_Meta} from './modules.ts';
23
+ import type {Filer} from './filer.ts';
24
24
 
25
25
  export interface Task<
26
26
  T_Args = Args, // same as `z.infer<typeof Args>`
@@ -4,9 +4,9 @@ import {plural} from '@ryanatkn/belt/string.js';
4
4
  import {print_value} from '@ryanatkn/belt/print.js';
5
5
  import {ZodFirstPartyTypeKind, type ZodObjectDef, type ZodTypeAny, type ZodTypeDef} from 'zod';
6
6
 
7
- import type {Arg_Schema} from './args.js';
8
- import type {Loaded_Tasks, Task_Module_Meta} from './task.js';
9
- import {print_path} from './paths.js';
7
+ import type {Arg_Schema} from './args.ts';
8
+ import type {Loaded_Tasks, Task_Module_Meta} from './task.ts';
9
+ import {print_path} from './paths.ts';
10
10
 
11
11
  export const log_tasks = (log: Logger, loaded_tasks: Loaded_Tasks, log_intro = true): void => {
12
12
  const {modules, found_tasks} = loaded_tasks;
@@ -1,9 +1,9 @@
1
1
  import {styleText as st} from 'node:util';
2
2
  import {z} from 'zod';
3
3
 
4
- import {Task_Error, type Task} from './task.js';
5
- import {paths} from './paths.js';
6
- import {find_cli} from './cli.js';
4
+ import {Task_Error, type Task} from './task.ts';
5
+ import {paths} from './paths.ts';
6
+ import {find_cli} from './cli.ts';
7
7
 
8
8
  export const Args = z
9
9
  .object({
@@ -1,12 +1,12 @@
1
1
  import {print_spawn_result} from '@ryanatkn/belt/process.js';
2
2
  import {z} from 'zod';
3
3
 
4
- import {Task_Error, type Task} from './task.js';
5
- import {serialize_args, to_forwarded_args} from './args.js';
6
- import {find_cli, spawn_cli, spawn_cli_process} from './cli.js';
7
- import {SVELTE_CHECK_CLI, sveltekit_sync_if_available} from './sveltekit_helpers.js';
8
- import {configure_colored_output_with_path_replacement} from './child_process_logging.js';
9
- import {paths} from './paths.js';
4
+ import {Task_Error, type Task} from './task.ts';
5
+ import {serialize_args, to_forwarded_args} from './args.ts';
6
+ import {find_cli, spawn_cli, spawn_cli_process} from './cli.ts';
7
+ import {SVELTE_CHECK_CLI, sveltekit_sync_if_available} from './sveltekit_helpers.ts';
8
+ import {configure_colored_output_with_path_replacement} from './child_process_logging.ts';
9
+ import {paths} from './paths.ts';
10
10
 
11
11
  export const Args = z
12
12
  .object({
@@ -2,12 +2,12 @@ import {spawn} from '@ryanatkn/belt/process.js';
2
2
  import {z} from 'zod';
3
3
  import {rmSync} from 'node:fs';
4
4
 
5
- import {Task_Error, type Task} from './task.js';
6
- import {extract_deps, load_package_json, type Package_Json_Dep} from './package_json.js';
7
- import {Git_Origin, git_pull} from './git.js';
8
- import {spawn_cli} from './cli.js';
9
- import {serialize_args, to_forwarded_args} from './args.js';
10
- import {NODE_MODULES_DIRNAME} from './constants.js';
5
+ import {Task_Error, type Task} from './task.ts';
6
+ import {extract_deps, load_package_json, type Package_Json_Dep} from './package_json.ts';
7
+ import {Git_Origin, git_pull} from './git.ts';
8
+ import {spawn_cli} from './cli.ts';
9
+ import {serialize_args, to_forwarded_args} from './args.ts';
10
+ import {NODE_MODULES_DIRNAME} from './constants.ts';
11
11
 
12
12
  export const Args = z
13
13
  .object({
@@ -3,7 +3,7 @@ import {relative} from 'node:path';
3
3
  import {statSync} from 'node:fs';
4
4
  import {create_deferred, type Deferred} from '@ryanatkn/belt/async.js';
5
5
 
6
- import type {Path_Filter} from './path.js';
6
+ import type {Path_Filter} from './path.ts';
7
7
 
8
8
  // TODO pretty hacky
9
9