nirguna 1.2.3 → 1.2.4

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/ChangeLog CHANGED
@@ -1,3 +1,25 @@
1
+ 2026.03.12, v1.2.4
2
+
3
+ fix:
4
+ - 04177ee nemesis: gets: rm cmp before if
5
+
6
+ feature:
7
+ - f141470 @nirguna/printer-fasm: @putout/printer v18.4.5
8
+ - 9c5da5b @nirguna/printer-wasm: @putout/plugin-printer v8.7.2
9
+ - 9db3c25 @nirguna/printer-fasm: @putout/plugin-printer v8.7.2
10
+ - fbe460f nemesis: mov out help
11
+ - 2bc5620 nemesis: dir -> ls
12
+ - e18914d nemesis: reuse constant
13
+ - 2942583 @nirguna/printer-wasm: coverage
14
+ - 996f6df @nirguna/printer-wasm: rm unused
15
+ - 0a82979 @nirguna/printer-wasm: FunctionDeclaration: rm unused
16
+ - 77ae252 @nirguna/printer-wasm: IfStatement: rm unused
17
+ - 2d1e42f @nigrung/printer-wasm: CallExpression: remove unused
18
+ - c45e041 @nirguna/printer-wasm: print-wasm-import: simplify
19
+ - 175531a @nirguna/printer-wasm: isWastMemory: simplify
20
+ - 42e64e2 @nirguna/printer-wasm: IfStatement: simplify
21
+ - b169a9d @nirguna/printer-wasm: IfStatement: simplify
22
+
1
23
  2026.03.04, v1.2.3
2
24
 
3
25
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nirguna",
3
- "version": "1.2.3",
3
+ "version": "1.2.4",
4
4
  "type": "module",
5
5
  "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
6
6
  "description": "Compile JavaScript to WASM and FASM",
@@ -48,7 +48,6 @@
48
48
  "@putout/plugin-esm": "^10.0.1",
49
49
  "@putout/plugin-remove-nested-blocks": "^9.0.0",
50
50
  "@putout/plugin-remove-useless-operand": "^3.0.0",
51
- "@putout/printer": "^18.0.0",
52
51
  "@typescript-eslint/typescript-estree": "^8.32.1",
53
52
  "chalk": "^5.4.1",
54
53
  "fasm.js": "^1.0.7",
@@ -68,7 +67,6 @@
68
67
  "devDependencies": {
69
68
  "@nirguna/operator-fasm": "^1.0.0",
70
69
  "@nirguna/runner-wasm": "*",
71
- "@putout/plugin-printer": "^7.1.1",
72
70
  "@putout/test": "^15.1.1",
73
71
  "eslint": "^10.0.1",
74
72
  "eslint-plugin-n": "^17.0.0",
@@ -60,4 +60,3 @@ export const compile = async (source, options = {}) => {
60
60
  emitLastStateChange('translate', places);
61
61
  return [binary, places];
62
62
  };
63
-