@tarojs/webpack5-runner 4.1.12-beta.3 → 4.1.12-beta.32

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.
@@ -0,0 +1,7 @@
1
+ /* eslint-disable no-undef */
2
+ // @ts-nocheck
3
+ const registerRecursiveComponent = globalThis.__taroRegisterRecursiveComponent
4
+
5
+ if (typeof registerRecursiveComponent !== 'function') {
6
+ throw new Error('globalThis.__taroRegisterRecursiveComponent is not a function')
7
+ }
@@ -5,7 +5,8 @@ exports.componentConfig = {
5
5
  includes: new Set(['view', 'catch-view', 'static-view', 'pure-view', 'click-view', 'scroll-view', 'image', 'static-image', 'text', 'static-text']),
6
6
  exclude: new Set(),
7
7
  thirdPartyComponents: new Map(),
8
- includeAll: false
8
+ includeAll: false,
9
+ scopedIncludes: new Map()
9
10
  };
10
11
  // 用户 cache 功能开启时,记录 parser 过程中的组件信息
11
12
  exports.elementNameSet = new Set();
@@ -1 +1 @@
1
- {"version":3,"file":"component.js","sourceRoot":"","sources":["../../src/utils/component.ts"],"names":[],"mappings":";;;AAEa,QAAA,eAAe,GAAqB;IAC/C,QAAQ,EAAE,IAAI,GAAG,CAAC,CAAC,MAAM,EAAE,YAAY,EAAE,aAAa,EAAE,WAAW,EAAE,YAAY,EAAE,aAAa,EAAE,OAAO,EAAE,cAAc,EAAE,MAAM,EAAE,aAAa,CAAC,CAAC;IAClJ,OAAO,EAAE,IAAI,GAAG,EAAE;IAClB,oBAAoB,EAAE,IAAI,GAAG,EAAE;IAC/B,UAAU,EAAE,KAAK;CAClB,CAAA;AAED,oCAAoC;AACvB,QAAA,cAAc,GAAG,IAAI,GAAG,EAAE,CAAA;AAC1B,QAAA,gBAAgB,GAAG,IAAI,GAAG,EAAE,CAAA"}
1
+ {"version":3,"file":"component.js","sourceRoot":"","sources":["../../src/utils/component.ts"],"names":[],"mappings":";;;AAEa,QAAA,eAAe,GAAqB;IAC/C,QAAQ,EAAE,IAAI,GAAG,CAAC,CAAC,MAAM,EAAE,YAAY,EAAE,aAAa,EAAE,WAAW,EAAE,YAAY,EAAE,aAAa,EAAE,OAAO,EAAE,cAAc,EAAE,MAAM,EAAE,aAAa,CAAC,CAAC;IAClJ,OAAO,EAAE,IAAI,GAAG,EAAE;IAClB,oBAAoB,EAAE,IAAI,GAAG,EAAE;IAC/B,UAAU,EAAE,KAAK;IACjB,cAAc,EAAE,IAAI,GAAG,EAAE;CAC1B,CAAA;AAED,oCAAoC;AACvB,QAAA,cAAc,GAAG,IAAI,GAAG,EAAE,CAAA;AAC1B,QAAA,gBAAgB,GAAG,IAAI,GAAG,EAAE,CAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tarojs/webpack5-runner",
3
- "version": "4.1.12-beta.3",
3
+ "version": "4.1.12-beta.32",
4
4
  "description": "Taro app runner",
5
5
  "author": "O2Team",
6
6
  "license": "MIT",
@@ -62,14 +62,14 @@
62
62
  "webpack-format-messages": "^3.0.1",
63
63
  "webpackbar": "^5.0.2",
64
64
  "webpack-virtual-modules": "^0.6.1",
65
- "@tarojs/helper": "4.1.12-beta.3",
66
- "@tarojs/runner-utils": "4.1.12-beta.3",
67
- "@tarojs/shared": "4.1.12-beta.3",
68
- "@tarojs/webpack5-prebundle": "4.1.12-beta.3",
69
- "postcss-html-transform": "4.1.12-beta.3",
70
- "@tarojs/taro-loader": "4.1.12-beta.3",
71
- "postcss-plugin-constparse": "4.1.12-beta.3",
72
- "postcss-pxtransform": "4.1.12-beta.3"
65
+ "@tarojs/helper": "4.1.12-beta.32",
66
+ "@tarojs/runner-utils": "4.1.12-beta.32",
67
+ "@tarojs/shared": "4.1.12-beta.32",
68
+ "@tarojs/taro-loader": "4.1.12-beta.32",
69
+ "@tarojs/webpack5-prebundle": "4.1.12-beta.32",
70
+ "postcss-html-transform": "4.1.12-beta.32",
71
+ "postcss-plugin-constparse": "4.1.12-beta.32",
72
+ "postcss-pxtransform": "4.1.12-beta.32"
73
73
  },
74
74
  "devDependencies": {
75
75
  "@babel/core": "^7.24.4",
@@ -80,8 +80,8 @@
80
80
  "stylus": "^0.63.0",
81
81
  "jest-transform-css": "^6.0.1",
82
82
  "webpack": "5.91.0",
83
- "@tarojs/taro": "4.1.12-beta.3",
84
- "@tarojs/runtime": "4.1.12-beta.3"
83
+ "@tarojs/taro": "4.1.12-beta.32",
84
+ "@tarojs/runtime": "4.1.12-beta.32"
85
85
  },
86
86
  "peerDependencies": {
87
87
  "@babel/core": "^7.12.0",
@@ -90,7 +90,7 @@
90
90
  "sass": "^1.3.0",
91
91
  "stylus": ">=0.52.4",
92
92
  "webpack": "5.91.0",
93
- "@tarojs/runtime": "4.1.12-beta.3"
93
+ "@tarojs/runtime": "4.1.12-beta.32"
94
94
  },
95
95
  "peerDependenciesMeta": {
96
96
  "less": {