@jsenv/core 25.6.1 → 25.6.2
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/dist/browser_runtime/asset-manifest.json +2 -2
- package/dist/browser_runtime/{browser_runtime_27a156f1.js → browser_runtime_c81cd9af.js} +4 -1
- package/dist/browser_runtime/{browser_runtime_27a156f1.js.map → browser_runtime_c81cd9af.js.map} +3 -3
- package/dist/build_manifest.js +5 -5
- package/dist/compile_proxy/asset-manifest.json +2 -2
- package/dist/compile_proxy/{compile_proxy.html__inline__20_f4285042.js.map → compile_proxy.html__inline__20_c05fdc30.js.map} +2 -2
- package/dist/compile_proxy/{compile_proxy_f2f16cc6.html → compile_proxy_93ec4247.html} +4 -2
- package/dist/redirector/asset-manifest.json +2 -2
- package/dist/redirector/{redirector.html__inline__12_404b8295.js.map → redirector.html__inline__12_20421b23.js.map} +2 -2
- package/dist/redirector/{redirector_eef2bb25.html → redirector_ddc79416.html} +4 -2
- package/dist/toolbar/asset-manifest.json +2 -2
- package/dist/toolbar/{toolbar.main_2c56a4e0.js.map → toolbar.main_7d7783d3.js.map} +2 -2
- package/dist/toolbar/{toolbar_7447de59.html → toolbar_d6045dd0.html} +4 -2
- package/dist/toolbar_injector/asset-manifest.json +2 -2
- package/dist/toolbar_injector/{toolbar_injector_524c2404.js → toolbar_injector_c8c214dd.js} +5 -2
- package/dist/toolbar_injector/{toolbar_injector_524c2404.js.map → toolbar_injector_c8c214dd.js.map} +4 -4
- package/helpers/babel/asyncIterator/asyncIterator.js +61 -8
- package/helpers/babel/createClass/createClass.js +12 -12
- package/helpers/babel/inherits/inherits.js +10 -6
- package/helpers/babel/jsx/jsx.js +27 -22
- package/helpers/babel/objectSpread2/objectSpread2.js +22 -14
- package/helpers/babel/readme.md +3 -8
- package/helpers/babel/wrapRegExp/wrapRegExp.js +29 -29
- package/package.json +34 -36
- package/readme.md +1 -1
- package/src/dev_server.js +6 -4
- package/src/internal/jsenvCoreDirectoryUrl.js +7 -18
|
@@ -30,6 +30,9 @@ var _defineProperty = (function (obj, key, value) {
|
|
|
30
30
|
return obj;
|
|
31
31
|
});
|
|
32
32
|
|
|
33
|
+
// filters on symbol properties only. Returned string properties are always
|
|
34
|
+
// enumerable. It is good to use in objectSpread.
|
|
35
|
+
|
|
33
36
|
function ownKeys(object, enumerableOnly) {
|
|
34
37
|
var keys = Object.keys(object);
|
|
35
38
|
|
|
@@ -5294,4 +5297,4 @@ window.__jsenv__ = {
|
|
|
5294
5297
|
};
|
|
5295
5298
|
})();
|
|
5296
5299
|
|
|
5297
|
-
//# sourceMappingURL=
|
|
5300
|
+
//# sourceMappingURL=browser_runtime_c81cd9af.js.map
|