vite 2.7.0-beta.1 → 2.7.0-beta.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.
Potentially problematic release.
This version of vite might be problematic. Click here for more details.
- package/CHANGELOG.md +48 -0
- package/LICENSE.md +0 -2
- package/dist/node/chunks/{dep-c4a46bac.js → dep-39172335.js} +2 -2
- package/dist/node/chunks/{dep-c4a46bac.js.map → dep-39172335.js.map} +1 -1
- package/dist/node/chunks/{dep-deef6691.js → dep-b89007db.js} +3 -2
- package/dist/node/chunks/dep-b89007db.js.map +1 -0
- package/dist/node/chunks/{dep-966eddc9.js → dep-caa1572d.js} +4014 -3808
- package/dist/node/chunks/dep-caa1572d.js.map +1 -0
- package/dist/node/chunks/{dep-49091104.js → dep-e85c9ca9.js} +2 -2
- package/dist/node/chunks/{dep-49091104.js.map → dep-e85c9ca9.js.map} +1 -1
- package/dist/node/cli.js +23 -21
- package/dist/node/cli.js.map +1 -1
- package/dist/node/index.d.ts +101 -53
- package/dist/node/index.js +12 -12
- package/package.json +13 -14
- package/types/commonjs.d.ts +20 -0
- package/dist/node/chunks/dep-966eddc9.js.map +0 -1
- package/dist/node/chunks/dep-deef6691.js.map +0 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var build = require('./dep-
|
|
3
|
+
var build = require('./dep-caa1572d.js');
|
|
4
4
|
|
|
5
5
|
function _mergeNamespaces(n, m) {
|
|
6
6
|
for (var i = 0; i < m.length; i++) {
|
|
@@ -1858,6 +1858,7 @@ function parseTag(context, type, parent) {
|
|
|
1858
1858
|
}
|
|
1859
1859
|
if (hasIf && hasFor) {
|
|
1860
1860
|
warnDeprecation("COMPILER_V_IF_V_FOR_PRECEDENCE" /* COMPILER_V_IF_V_FOR_PRECEDENCE */, context, getSelection(context, start));
|
|
1861
|
+
break;
|
|
1861
1862
|
}
|
|
1862
1863
|
}
|
|
1863
1864
|
}
|
|
@@ -8719,4 +8720,4 @@ var compilerDom_cjs$1 = /*#__PURE__*/_mergeNamespaces({
|
|
|
8719
8720
|
}, [compilerDom_cjs$2]);
|
|
8720
8721
|
|
|
8721
8722
|
exports.compilerDom_cjs = compilerDom_cjs$1;
|
|
8722
|
-
//# sourceMappingURL=dep-
|
|
8723
|
+
//# sourceMappingURL=dep-b89007db.js.map
|