rollipop 0.1.0-alpha.12 → 0.1.0-alpha.14

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/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # rollipop
2
2
 
3
+ ## 0.1.0-alpha.14
4
+
5
+ ### Patch Changes
6
+
7
+ - dca60fd: add `devMode.useFileSystemBundle` for raw bundle debugging
8
+ - 2c1a088: enable `externalHelpers`
9
+ - 7438e0b: bump version up dependencies
10
+
11
+ ## 0.1.0-alpha.13
12
+
13
+ ### Patch Changes
14
+
15
+ - 67d29b4: fix cjs compatibility for commands
16
+ - 49ec649: export esm only
17
+
3
18
  ## 0.1.0-alpha.12
4
19
 
5
20
  ### Patch Changes
@@ -1,9 +1,8 @@
1
1
  import { createRequire } from "node:module";
2
2
 
3
- //#region rolldown:runtime
3
+ //#region \0rolldown/runtime.js
4
4
  var __defProp = Object.defineProperty;
5
- var __commonJSMin = (cb, mod) => () => (mod || cb((mod = { exports: {} }).exports, mod), mod.exports);
6
- var __exportAll = (all, symbols) => {
5
+ var __exportAll = (all, no_symbols) => {
7
6
  let target = {};
8
7
  for (var name in all) {
9
8
  __defProp(target, name, {
@@ -11,7 +10,7 @@ var __exportAll = (all, symbols) => {
11
10
  enumerable: true
12
11
  });
13
12
  }
14
- if (symbols) {
13
+ if (!no_symbols) {
15
14
  __defProp(target, Symbol.toStringTag, { value: "Module" });
16
15
  }
17
16
  return target;
@@ -19,4 +18,4 @@ var __exportAll = (all, symbols) => {
19
18
  var __require = /* @__PURE__ */ createRequire(import.meta.url);
20
19
 
21
20
  //#endregion
22
- export { __exportAll as n, __require as r, __commonJSMin as t };
21
+ export { __require as n, __exportAll as t };