@cocos/ccbuild 2.3.17 → 2.3.19

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.
Files changed (33) hide show
  1. package/CHANGELOG.md +412 -400
  2. package/README.md +16 -16
  3. package/modules/build-engine/lib/engine-js/babel-plugins/decorator-parser.js +10 -10
  4. package/modules/build-engine/lib/engine-js/rollup-plugins/enum-scanner/core/enum.d.ts +12 -12
  5. package/modules/build-engine/lib/engine-js/rollup-plugins/enum-scanner/core/enum.js +12 -12
  6. package/modules/build-engine/lib/engine-js/rollup-plugins/enum-scanner/core/options.d.ts +17 -17
  7. package/modules/build-engine/lib/engine-js/rollup-plugins/enum-scanner/core/options.js +4 -4
  8. package/modules/build-engine/lib/engine-js/rollup-plugins/enum-scanner/index.d.ts +2 -2
  9. package/modules/build-engine/lib/engine-js/rollup-plugins/enum-scanner/index.js +2 -2
  10. package/modules/build-engine/lib/engine-js/rollup-plugins/external-wasm-loader.d.ts +28 -28
  11. package/modules/build-engine/lib/engine-js/rollup-plugins/external-wasm-loader.js +10 -10
  12. package/modules/build-engine/lib/engine-js/ts-plugins/properties-minifier/index.d.ts +2 -2
  13. package/modules/build-engine/lib/engine-ts/plugins/external-wasm-loader.d.ts +2 -2
  14. package/modules/build-engine/lib/engine-ts/plugins/interface.d.ts +14 -14
  15. package/modules/build-engine/lib/index.d.ts +131 -131
  16. package/modules/build-engine/lib/index.js +16 -16
  17. package/modules/dts-bundler/lib/index.js +5 -5
  18. package/modules/modularize/lib/module-config.d.ts +70 -70
  19. package/modules/modularize/lib/module-config.schema.json +10 -10
  20. package/modules/modularize/lib/module-query.d.ts +31 -31
  21. package/modules/modularize/lib/module-query.js +19 -19
  22. package/modules/modularize/lib/platform-config.d.ts +2 -2
  23. package/modules/modularize/lib/platform-config.d.ts.map +1 -1
  24. package/modules/modularize/lib/platform-config.js +2 -2
  25. package/modules/modularize/lib/platform-config.js.map +1 -1
  26. package/modules/stats-query/lib/config-interface.d.ts +68 -68
  27. package/modules/stats-query/lib/index.d.ts +59 -59
  28. package/modules/stats-query/lib/index.js +43 -43
  29. package/package.json +1 -1
  30. package/static/helper-dynamic-constants.txt +13 -13
  31. package/static/helper-file-decorator.ts +20 -20
  32. package/static/helper-global-exporter.txt +8 -8
  33. package/static/lib.dom.d.ts +2330 -2330
package/CHANGELOG.md CHANGED
@@ -1,400 +1,412 @@
1
- # Change Log - @cocos/ccbuild
2
-
3
- ## 2.0.3
4
-
5
- ### Patch Changes
6
-
7
- - 10582c8: remove dep of Modularize on StatsQuery
8
- - 0beceb0: feat: build-engine don't rely on symlink
9
- - a26b8c6: fix: node module resolve support on dts-bundler
10
- - 2c600f4: add peerDependencies for module config
11
- - 4fdf4b4: Fix rollup hash issue
12
- - a26b8c6: feat: support moduleQuery getAllExports
13
- - 08afa0f: feat: support buildDTS
14
- - 7daa6f5: optimize: remove eslint deps on ts engine builder
15
- - cfb2aec: fix: circular reference && type merge && handle cache
16
- - be67053: remove api-extractor and use tfig as api report tool
17
- - 436fc37: fix: undefined module exports
18
- - 7e2ae38: fix: if there is no decorator left after culling editor only decorators
19
- - cfb2aec: fix: dts files copy in naitve/external
20
- - 10582c8: feat: support enumerateDependentAssets and remove deprecation of enumerateDependentChunks
21
- - 5cf707e: feat: support editor internal export
22
- - 17fecf1: workflow: support gen module graph
23
- - 217b4c2: fix: type error in CCBuildTsFieldDecoratorHelper
24
- - cfb2aec: fix: use posix path to resolve id
25
- - 49258e2: optimize: get all modules with node exporting package.json
26
- - cf7762d: fix: build ts engine with asm.js in CJS
27
- - be67053: designed module config schema
28
- - f8469ff: feat: support cc.editor.d.ts build
29
- - f4d039f: feat: support CULL_MESHOPT build flag
30
- - be67053: fix: add babel types
31
- - e64950d: fix: build ts engine with dynamic import
32
- - be67053: support typescript in Transformer module
33
- - 436fc37: optimize: remove node export condition
34
- - be67053: add Modularize module to support engine modularization
35
- - 6bcd452: optimize: integrate '@types/cc-ambient-types/query' to build dts files
36
- - cfb2aec: fix: circular reference while building ts engine
37
- - 49258e2: fix: getAllModules in ModuleQuery
38
-
39
- ## 2.0.3-alpha.19
40
-
41
- ### Patch Changes
42
-
43
- - Fix target with empty string
44
-
45
- ## 2.0.3-alpha.18
46
-
47
- ### Patch Changes
48
-
49
- - Fix rollup hash issue
50
-
51
- ## 2.0.3-alpha.17
52
-
53
- ### Patch Changes
54
-
55
- - 22c6781: fix: undefined module exports
56
- - 38008ad: optimize: remove node export condition
57
-
58
- ## 2.0.3-alpha.16
59
-
60
- ### Patch Changes
61
-
62
- - e4120d7: fix: node module resolve support on dts-bundler
63
- - 918035b: feat: support moduleQuery getAllExports
64
-
65
- ## 2.0.3-alpha.15
66
-
67
- ### Patch Changes
68
-
69
- - 0beceb0: feat: build-engine don't rely on symlink
70
- - fix: if there is no decorator left after culling editor only decorators
71
-
72
- ## 2.0.3-alpha.14
73
-
74
- ### Patch Changes
75
-
76
- - optimize: integrate '@types/cc-ambient-types/query' to build dts files
77
-
78
- ## 2.0.3-alpha.13
79
-
80
- ### Patch Changes
81
-
82
- - fix: build ts engine with dynamic import
83
-
84
- ## 2.0.3-alpha.12
85
-
86
- ### Patch Changes
87
-
88
- - feat: support CULL_MESHOPT build flag
89
-
90
- ## 2.0.3-alpha.11
91
-
92
- ### Patch Changes
93
-
94
- - optimize: get all modules with node exporting package.json
95
-
96
- ## 2.0.3-alpha.10
97
-
98
- ### Patch Changes
99
-
100
- - 7bb3ea2: fix: getAllModules in ModuleQuery
101
-
102
- ## 2.0.3-alpha.9
103
-
104
- ### Patch Changes
105
-
106
- - 2c600f4: add peerDependencies for module config
107
- - 08afa0f: feat: support buildDTS
108
- - 354cc12: feat: support cc.editor.d.ts build
109
-
110
- ## 2.0.3-alpha.8
111
-
112
- ### Patch Changes
113
-
114
- - a294f8b: remove dep of Modularize on StatsQuery
115
- - fe1f559: feat: support enumerateDependentAssets and remove deprecation of enumerateDependentChunks
116
- - 17fecf1: workflow: support gen module graph
117
-
118
- ## 2.0.3-alpha.7
119
-
120
- ### Patch Changes
121
-
122
- - be67053: remove api-extractor and use tfig as api report tool
123
- - 5cf707e: feat: support editor internal export
124
- - fix: build ts engine with asm.js in CJS
125
- - be67053: designed module config schema
126
- - be67053: fix: add babel types
127
- - be67053: add Modularize module to support engine modularization
128
-
129
- ## 2.0.3-alpha.6
130
-
131
- ### Patch Changes
132
-
133
- - 2c4e7a8: support typescript in Transformer module
134
-
135
- ## 2.0.3-alpha.5
136
-
137
- ### Patch Changes
138
-
139
- - optimize: remove eslint deps on ts engine builder
140
-
141
- ## 2.0.3-alpha.4
142
-
143
- ### Patch Changes
144
-
145
- - 673cb2d: fix: type error in CCBuildTsFieldDecoratorHelper
146
-
147
- ## 2.0.3-alpha.3
148
-
149
- ### Patch Changes
150
-
151
- - fix: dts files copy in naitve/external
152
-
153
- ## 2.0.3-alpha.2
154
-
155
- ### Patch Changes
156
-
157
- - a8463a2: fix: circular reference && type merge && handle cache
158
-
159
- ## 2.0.3-alpha.1
160
-
161
- ### Patch Changes
162
-
163
- - 5df4c85: fix: circular reference while building ts engine
164
-
165
- ## 2.0.3-alpha.0
166
-
167
- ### Patch Changes
168
-
169
- - f171c63: fix: use posix path to resolve id
170
-
171
- ## 2.0.2
172
-
173
- ### Patch Changes
174
-
175
- - fix: build ts engine with external wasm
176
-
177
- This log was last generated on Fri, 14 Jul 2023 13:11:15 GMT and should not be manually modified.
178
-
179
- ## 2.0.1
180
-
181
- Fri, 14 Jul 2023 13:11:15 GMT
182
-
183
- ### Patches
184
-
185
- - feat: support building ts engine with npm module
186
-
187
- ## 2.0.0
188
-
189
- Thu, 13 Jul 2023 15:30:27 GMT
190
-
191
- ### Breaking changes
192
-
193
- - BREAKING: change transformer to Transfomer and add Bundler interface
194
- - refactor: use uniform babel && rollup module
195
- - refactor: modularize @cocos/ccbuild
196
-
197
- ### Patches
198
-
199
- - fix dts types && fix fs-extra version
200
- - fix build ts engine with intrinsic flag
201
-
202
- ## 1.1.20
203
-
204
- ### Patch Changes
205
-
206
- - 1cb3389: dperecate: build engine loose option
207
-
208
- ## 1.1.19
209
-
210
- ### Patch Changes
211
-
212
- - bb5f1e5: fix: async bundle external wasm module
213
-
214
- ## 1.1.18
215
-
216
- ### Patch Changes
217
-
218
- - 84d16d6: feat: wasm subpackage support umd
219
-
220
- ## 1.1.17
221
-
222
- ### Patch Changes
223
-
224
- - fix: enumerateAllDependents doesn't resolve featureUnits' dependent chunks' dependent asset
225
-
226
- ## 1.1.16
227
-
228
- ### Patch Changes
229
-
230
- - 40da2c0: fix: use inline dynamic imports on OH platform
231
-
232
- ## 1.1.15
233
-
234
- ### Patch Changes
235
-
236
- - downgrade glob to fix compability with node14
237
-
238
- ## 1.1.14
239
-
240
- ### Patch Changes
241
-
242
- - 1a46941: feat: support wasmSubpackage options on externalWasmLoader
243
-
244
- ## 1.1.13
245
-
246
- ### Patch Changes
247
-
248
- - feat: support constant WASM_SUBPACKAGE
249
-
250
- ## 1.1.12
251
-
252
- ### Patch Changes
253
-
254
- - 84a40ac: feat: support load wasm.fallback module && WASM_FALLBACK constant
255
-
256
- ## 1.1.11
257
-
258
- ### Patch Changes
259
-
260
- - 58a3a35: feat: support buildEngine.enumerateAllDependents()
261
-
262
- ## 1.1.10
263
-
264
- ### Patch Changes
265
-
266
- - e3c3221: fix: culling bullet wasm on wechat platform
267
-
268
- ## 1.1.9
269
-
270
- ### Patch Changes
271
-
272
- - f7fe86e: feat: support constant CULL_ASM_JS_MODULE
273
-
274
- ## 1.1.8
275
-
276
- ### Patch Changes
277
-
278
- - eb0ede7: fix: change .mem suffix to .bin
279
-
280
- ## 1.1.7
281
-
282
- ### Patch Changes
283
-
284
- - 32d1541: feat: support loading '.js.mem' module
285
- - 345fc75: fix: downgrade "typescript" version
286
-
287
- ## 1.1.6
288
-
289
- ### Patch Changes
290
-
291
- - fix bullet wasm emit
292
-
293
- ## 1.1.5
294
-
295
- ### Patch Changes
296
-
297
- - caffe4d: add FORCE_BANNING_BULLET_WASM constant, controlled by ammoJsWasm option
298
-
299
- ## 1.1.4
300
-
301
- ### Patch Changes
302
-
303
- - 2aa2d7f: add EDITOR_NOT_IN_PREVIEW dynamic constant
304
- - 8001c61: Revert "patch: add EDITOR_PREVIEW dynamic constant (#7)"
305
-
306
- ## 1.1.3
307
-
308
- ### Patch Changes
309
-
310
- - 9406d42: add EDITOR_PREVIEW dynamic constant
311
-
312
- ## 1.1.2
313
-
314
- ### Patch Changes
315
-
316
- - d70a215: fix: export `WASM_SUPPORT_MODE` for dynamic const
317
-
318
- ## 1.1.1
319
-
320
- ### Patch Changes
321
-
322
- - fix: use fixed babel version
323
-
324
- ## 1.1.0
325
-
326
- ### Minor Changes
327
-
328
- - 279e42a: feat: support engine WASM module building
329
-
330
- ### Patch Changes
331
-
332
- - 6411ef4: feat: support CCBuildTsFieldDecoratorHelper
333
-
334
- ## 1.0.1-alpha.0
335
-
336
- ### Patch Changes
337
-
338
- - d94d769: feat: support CCBuildTsFieldDecoratorHelper
339
-
340
- ## 1.0.0
341
-
342
- ### Major Changes
343
-
344
- - e49f97e: integrate build js engine
345
-
346
- ### Patch Changes
347
-
348
- - e49f97e: revert @rollup/plugin-node-resolve version to fix rollup issue https://github.com/rollup/plugins/issues/1464
349
- - e49f97e: fix wrong rullup version deps
350
- - d2b5b77: support keepTypes options
351
- - bdea922: change @rollup/plugin-terser to rollup-plugin-terser
352
- - d2b5b77: make PlatformType for string
353
- - b2f4116: implement build ts engine
354
- - 74eb0fc: use build js engine for OH platform
355
- - remove assert that build js engine should be in BUILD mode
356
- - ed9a9db: fix @rollup/plugin-json deps for editor-extension install
357
- - 3ac56fa: change keepTypes to preserveType option
358
-
359
- ## 1.0.0-alpha.13
360
-
361
- ### Patch Changes
362
-
363
- - change keepTypes to preserveType option
364
-
365
- ## 1.0.0-alpha.12
366
-
367
- ### Patch Changes
368
-
369
- - support keepTypes options
370
- - make PlatformType for string
371
- - b2f4116: implement build ts engine
372
-
373
- ## 1.0.0-alpha.11
374
-
375
- ### Patch Changes
376
-
377
- - use build js engine for OH platform
378
-
379
- ## 1.0.0-alpha.10
380
-
381
- ### Patch Changes
382
-
383
- - change @rollup/plugin-terser to rollup-plugin-terser
384
-
385
- ## 1.0.0-alpha.9
386
-
387
- ### Patch Changes
388
-
389
- - fix @rollup/plugin-json deps for editor-extension install
390
-
391
- ## 1.0.0-alpha.8
392
-
393
- ### Major Changes
394
-
395
- - e49f97e: integrate build js engine
396
-
397
- ### Patch Changes
398
-
399
- - e49f97e: revert @rollup/plugin-node-resolve version to fix rollup issue https://github.com/rollup/plugins/issues/1464
400
- - e49f97e: fix wrong rullup version deps
1
+ # Change Log - @cocos/ccbuild
2
+
3
+ ## 2.3.19
4
+
5
+ ### Patch Changes
6
+
7
+ - Remove xiaomi & migu platform.
8
+
9
+ ## 2.3.18
10
+
11
+ ### Patch Changes
12
+
13
+ - export USE_SORTING_2D
14
+
15
+ ## 2.0.3
16
+
17
+ ### Patch Changes
18
+
19
+ - 10582c8: remove dep of Modularize on StatsQuery
20
+ - 0beceb0: feat: build-engine don't rely on symlink
21
+ - a26b8c6: fix: node module resolve support on dts-bundler
22
+ - 2c600f4: add peerDependencies for module config
23
+ - 4fdf4b4: Fix rollup hash issue
24
+ - a26b8c6: feat: support moduleQuery getAllExports
25
+ - 08afa0f: feat: support buildDTS
26
+ - 7daa6f5: optimize: remove eslint deps on ts engine builder
27
+ - cfb2aec: fix: circular reference && type merge && handle cache
28
+ - be67053: remove api-extractor and use tfig as api report tool
29
+ - 436fc37: fix: undefined module exports
30
+ - 7e2ae38: fix: if there is no decorator left after culling editor only decorators
31
+ - cfb2aec: fix: dts files copy in naitve/external
32
+ - 10582c8: feat: support enumerateDependentAssets and remove deprecation of enumerateDependentChunks
33
+ - 5cf707e: feat: support editor internal export
34
+ - 17fecf1: workflow: support gen module graph
35
+ - 217b4c2: fix: type error in CCBuildTsFieldDecoratorHelper
36
+ - cfb2aec: fix: use posix path to resolve id
37
+ - 49258e2: optimize: get all modules with node exporting package.json
38
+ - cf7762d: fix: build ts engine with asm.js in CJS
39
+ - be67053: designed module config schema
40
+ - f8469ff: feat: support cc.editor.d.ts build
41
+ - f4d039f: feat: support CULL_MESHOPT build flag
42
+ - be67053: fix: add babel types
43
+ - e64950d: fix: build ts engine with dynamic import
44
+ - be67053: support typescript in Transformer module
45
+ - 436fc37: optimize: remove node export condition
46
+ - be67053: add Modularize module to support engine modularization
47
+ - 6bcd452: optimize: integrate '@types/cc-ambient-types/query' to build dts files
48
+ - cfb2aec: fix: circular reference while building ts engine
49
+ - 49258e2: fix: getAllModules in ModuleQuery
50
+
51
+ ## 2.0.3-alpha.19
52
+
53
+ ### Patch Changes
54
+
55
+ - Fix target with empty string
56
+
57
+ ## 2.0.3-alpha.18
58
+
59
+ ### Patch Changes
60
+
61
+ - Fix rollup hash issue
62
+
63
+ ## 2.0.3-alpha.17
64
+
65
+ ### Patch Changes
66
+
67
+ - 22c6781: fix: undefined module exports
68
+ - 38008ad: optimize: remove node export condition
69
+
70
+ ## 2.0.3-alpha.16
71
+
72
+ ### Patch Changes
73
+
74
+ - e4120d7: fix: node module resolve support on dts-bundler
75
+ - 918035b: feat: support moduleQuery getAllExports
76
+
77
+ ## 2.0.3-alpha.15
78
+
79
+ ### Patch Changes
80
+
81
+ - 0beceb0: feat: build-engine don't rely on symlink
82
+ - fix: if there is no decorator left after culling editor only decorators
83
+
84
+ ## 2.0.3-alpha.14
85
+
86
+ ### Patch Changes
87
+
88
+ - optimize: integrate '@types/cc-ambient-types/query' to build dts files
89
+
90
+ ## 2.0.3-alpha.13
91
+
92
+ ### Patch Changes
93
+
94
+ - fix: build ts engine with dynamic import
95
+
96
+ ## 2.0.3-alpha.12
97
+
98
+ ### Patch Changes
99
+
100
+ - feat: support CULL_MESHOPT build flag
101
+
102
+ ## 2.0.3-alpha.11
103
+
104
+ ### Patch Changes
105
+
106
+ - optimize: get all modules with node exporting package.json
107
+
108
+ ## 2.0.3-alpha.10
109
+
110
+ ### Patch Changes
111
+
112
+ - 7bb3ea2: fix: getAllModules in ModuleQuery
113
+
114
+ ## 2.0.3-alpha.9
115
+
116
+ ### Patch Changes
117
+
118
+ - 2c600f4: add peerDependencies for module config
119
+ - 08afa0f: feat: support buildDTS
120
+ - 354cc12: feat: support cc.editor.d.ts build
121
+
122
+ ## 2.0.3-alpha.8
123
+
124
+ ### Patch Changes
125
+
126
+ - a294f8b: remove dep of Modularize on StatsQuery
127
+ - fe1f559: feat: support enumerateDependentAssets and remove deprecation of enumerateDependentChunks
128
+ - 17fecf1: workflow: support gen module graph
129
+
130
+ ## 2.0.3-alpha.7
131
+
132
+ ### Patch Changes
133
+
134
+ - be67053: remove api-extractor and use tfig as api report tool
135
+ - 5cf707e: feat: support editor internal export
136
+ - fix: build ts engine with asm.js in CJS
137
+ - be67053: designed module config schema
138
+ - be67053: fix: add babel types
139
+ - be67053: add Modularize module to support engine modularization
140
+
141
+ ## 2.0.3-alpha.6
142
+
143
+ ### Patch Changes
144
+
145
+ - 2c4e7a8: support typescript in Transformer module
146
+
147
+ ## 2.0.3-alpha.5
148
+
149
+ ### Patch Changes
150
+
151
+ - optimize: remove eslint deps on ts engine builder
152
+
153
+ ## 2.0.3-alpha.4
154
+
155
+ ### Patch Changes
156
+
157
+ - 673cb2d: fix: type error in CCBuildTsFieldDecoratorHelper
158
+
159
+ ## 2.0.3-alpha.3
160
+
161
+ ### Patch Changes
162
+
163
+ - fix: dts files copy in naitve/external
164
+
165
+ ## 2.0.3-alpha.2
166
+
167
+ ### Patch Changes
168
+
169
+ - a8463a2: fix: circular reference && type merge && handle cache
170
+
171
+ ## 2.0.3-alpha.1
172
+
173
+ ### Patch Changes
174
+
175
+ - 5df4c85: fix: circular reference while building ts engine
176
+
177
+ ## 2.0.3-alpha.0
178
+
179
+ ### Patch Changes
180
+
181
+ - f171c63: fix: use posix path to resolve id
182
+
183
+ ## 2.0.2
184
+
185
+ ### Patch Changes
186
+
187
+ - fix: build ts engine with external wasm
188
+
189
+ This log was last generated on Fri, 14 Jul 2023 13:11:15 GMT and should not be manually modified.
190
+
191
+ ## 2.0.1
192
+
193
+ Fri, 14 Jul 2023 13:11:15 GMT
194
+
195
+ ### Patches
196
+
197
+ - feat: support building ts engine with npm module
198
+
199
+ ## 2.0.0
200
+
201
+ Thu, 13 Jul 2023 15:30:27 GMT
202
+
203
+ ### Breaking changes
204
+
205
+ - BREAKING: change transformer to Transfomer and add Bundler interface
206
+ - refactor: use uniform babel && rollup module
207
+ - refactor: modularize @cocos/ccbuild
208
+
209
+ ### Patches
210
+
211
+ - fix dts types && fix fs-extra version
212
+ - fix build ts engine with intrinsic flag
213
+
214
+ ## 1.1.20
215
+
216
+ ### Patch Changes
217
+
218
+ - 1cb3389: dperecate: build engine loose option
219
+
220
+ ## 1.1.19
221
+
222
+ ### Patch Changes
223
+
224
+ - bb5f1e5: fix: async bundle external wasm module
225
+
226
+ ## 1.1.18
227
+
228
+ ### Patch Changes
229
+
230
+ - 84d16d6: feat: wasm subpackage support umd
231
+
232
+ ## 1.1.17
233
+
234
+ ### Patch Changes
235
+
236
+ - fix: enumerateAllDependents doesn't resolve featureUnits' dependent chunks' dependent asset
237
+
238
+ ## 1.1.16
239
+
240
+ ### Patch Changes
241
+
242
+ - 40da2c0: fix: use inline dynamic imports on OH platform
243
+
244
+ ## 1.1.15
245
+
246
+ ### Patch Changes
247
+
248
+ - downgrade glob to fix compability with node14
249
+
250
+ ## 1.1.14
251
+
252
+ ### Patch Changes
253
+
254
+ - 1a46941: feat: support wasmSubpackage options on externalWasmLoader
255
+
256
+ ## 1.1.13
257
+
258
+ ### Patch Changes
259
+
260
+ - feat: support constant WASM_SUBPACKAGE
261
+
262
+ ## 1.1.12
263
+
264
+ ### Patch Changes
265
+
266
+ - 84a40ac: feat: support load wasm.fallback module && WASM_FALLBACK constant
267
+
268
+ ## 1.1.11
269
+
270
+ ### Patch Changes
271
+
272
+ - 58a3a35: feat: support buildEngine.enumerateAllDependents()
273
+
274
+ ## 1.1.10
275
+
276
+ ### Patch Changes
277
+
278
+ - e3c3221: fix: culling bullet wasm on wechat platform
279
+
280
+ ## 1.1.9
281
+
282
+ ### Patch Changes
283
+
284
+ - f7fe86e: feat: support constant CULL_ASM_JS_MODULE
285
+
286
+ ## 1.1.8
287
+
288
+ ### Patch Changes
289
+
290
+ - eb0ede7: fix: change .mem suffix to .bin
291
+
292
+ ## 1.1.7
293
+
294
+ ### Patch Changes
295
+
296
+ - 32d1541: feat: support loading '.js.mem' module
297
+ - 345fc75: fix: downgrade "typescript" version
298
+
299
+ ## 1.1.6
300
+
301
+ ### Patch Changes
302
+
303
+ - fix bullet wasm emit
304
+
305
+ ## 1.1.5
306
+
307
+ ### Patch Changes
308
+
309
+ - caffe4d: add FORCE_BANNING_BULLET_WASM constant, controlled by ammoJsWasm option
310
+
311
+ ## 1.1.4
312
+
313
+ ### Patch Changes
314
+
315
+ - 2aa2d7f: add EDITOR_NOT_IN_PREVIEW dynamic constant
316
+ - 8001c61: Revert "patch: add EDITOR_PREVIEW dynamic constant (#7)"
317
+
318
+ ## 1.1.3
319
+
320
+ ### Patch Changes
321
+
322
+ - 9406d42: add EDITOR_PREVIEW dynamic constant
323
+
324
+ ## 1.1.2
325
+
326
+ ### Patch Changes
327
+
328
+ - d70a215: fix: export `WASM_SUPPORT_MODE` for dynamic const
329
+
330
+ ## 1.1.1
331
+
332
+ ### Patch Changes
333
+
334
+ - fix: use fixed babel version
335
+
336
+ ## 1.1.0
337
+
338
+ ### Minor Changes
339
+
340
+ - 279e42a: feat: support engine WASM module building
341
+
342
+ ### Patch Changes
343
+
344
+ - 6411ef4: feat: support CCBuildTsFieldDecoratorHelper
345
+
346
+ ## 1.0.1-alpha.0
347
+
348
+ ### Patch Changes
349
+
350
+ - d94d769: feat: support CCBuildTsFieldDecoratorHelper
351
+
352
+ ## 1.0.0
353
+
354
+ ### Major Changes
355
+
356
+ - e49f97e: integrate build js engine
357
+
358
+ ### Patch Changes
359
+
360
+ - e49f97e: revert @rollup/plugin-node-resolve version to fix rollup issue https://github.com/rollup/plugins/issues/1464
361
+ - e49f97e: fix wrong rullup version deps
362
+ - d2b5b77: support keepTypes options
363
+ - bdea922: change @rollup/plugin-terser to rollup-plugin-terser
364
+ - d2b5b77: make PlatformType for string
365
+ - b2f4116: implement build ts engine
366
+ - 74eb0fc: use build js engine for OH platform
367
+ - remove assert that build js engine should be in BUILD mode
368
+ - ed9a9db: fix @rollup/plugin-json deps for editor-extension install
369
+ - 3ac56fa: change keepTypes to preserveType option
370
+
371
+ ## 1.0.0-alpha.13
372
+
373
+ ### Patch Changes
374
+
375
+ - change keepTypes to preserveType option
376
+
377
+ ## 1.0.0-alpha.12
378
+
379
+ ### Patch Changes
380
+
381
+ - support keepTypes options
382
+ - make PlatformType for string
383
+ - b2f4116: implement build ts engine
384
+
385
+ ## 1.0.0-alpha.11
386
+
387
+ ### Patch Changes
388
+
389
+ - use build js engine for OH platform
390
+
391
+ ## 1.0.0-alpha.10
392
+
393
+ ### Patch Changes
394
+
395
+ - change @rollup/plugin-terser to rollup-plugin-terser
396
+
397
+ ## 1.0.0-alpha.9
398
+
399
+ ### Patch Changes
400
+
401
+ - fix @rollup/plugin-json deps for editor-extension install
402
+
403
+ ## 1.0.0-alpha.8
404
+
405
+ ### Major Changes
406
+
407
+ - e49f97e: integrate build js engine
408
+
409
+ ### Patch Changes
410
+
411
+ - e49f97e: revert @rollup/plugin-node-resolve version to fix rollup issue https://github.com/rollup/plugins/issues/1464
412
+ - e49f97e: fix wrong rullup version deps