@markw65/monkeyc-optimizer 1.0.8 → 1.0.9
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/README.md +10 -0
- package/build/api.cjs +7 -7191
- package/build/optimizer.cjs +40 -79
- package/build/sdk-util.cjs +7245 -0
- package/build/util.cjs +19 -9
- package/package.json +3 -2
package/README.md
CHANGED
|
@@ -82,3 +82,13 @@ More fixes found via open source projects.
|
|
|
82
82
|
- Check the manifest's application id, and throw in a valid one if necessary
|
|
83
83
|
- Allow project specific overrides for the generated monkey.jungle files, and use it to fix some projects
|
|
84
84
|
- Add patches for some broken projects
|
|
85
|
+
|
|
86
|
+
### 1.0.9
|
|
87
|
+
|
|
88
|
+
- Only generate the parts of the jungle we're going to use
|
|
89
|
+
- Also publish sdk-util.cjs
|
|
90
|
+
- Bump to @markw65/prettier-plugin-monkeyc:1.0.15
|
|
91
|
+
- Fixes a bug that dropped attributes on modules
|
|
92
|
+
- LiteralIntegerRe should be case insensitive
|
|
93
|
+
- Proper fix for promiseAll
|
|
94
|
+
- Auto-include barrels.jungle when its present
|