rebuildjs 0.63.11 → 0.63.13

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rebuildjs",
3
- "version": "0.63.11",
3
+ "version": "0.63.13",
4
4
  "description": "Reactive esbuild...simple hackable alternative to vite for Multi Page Apps",
5
5
  "keywords": [
6
6
  "reactive",
@@ -1,7 +1,7 @@
1
1
  import type { ctx__be_T, ctx__get_T, ctx__set_T, nullish, rmemo__wait_ret_T, rmemo_T, sig_T } from 'ctx-core/rmemo'
2
- import type { BuildContext, BuildOptions, Plugin } from 'esbuild'
3
- import type { wide_app_ctx_T } from '../ctx/index.js'
2
+ import type { BuildContext, BuildOptions, Loader, Plugin } from 'esbuild'
4
3
  import type { rebuildjs_metafile_T } from '../metafile_l0/index.js'
4
+ export declare const default_loader:{ [ext:string]:Loader }
5
5
  export declare const build_id$_:ctx__be_T<sig_T<string|undefined>, 'app'>
6
6
  export declare const build_id_:ctx__get_T<string|undefined, 'app'>
7
7
  export declare const build_id__set:ctx__set_T<string|undefined, 'app'>