@markw65/monkeyc-optimizer 1.0.0

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 (3) hide show
  1. package/README.md +11 -0
  2. package/build/optimizer.cjs +12354 -0
  3. package/package.json +43 -0
package/README.md ADDED
@@ -0,0 +1,11 @@
1
+ # monkeyc-optimizer README
2
+
3
+ This module is a set of utilities for optimizing Garmin Monkey-C code. Its the engine behind [prettier-extension-monkeyc](https://marketplace.visualstudio.com/items?itemName=markw65.prettier-extension-monkeyc). Its not currently expected to be useful outside of that context but may be extended in future to make it useful in complex projects beyond the scope of that extension.
4
+
5
+ ## Release Notes
6
+
7
+ #### 1.0.0
8
+
9
+ Initial release
10
+
11
+ ---