0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Mar 17, 2025 — Mar 17, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update README.md More... over 5 years ago
Fixed `Compat.INT_MAX` AND `Compat.INT_MIN` (#345) More... over 6 years ago
Fixed runtime error conversion 'for' to 'while'. fixes #323 (#324) More... about 8 years ago
Loops will be converted to `while` insted of `for` if the condition should be checked continuously, e.g. `for(var i = 0; some(i); i++)`. fixes #296 (#322) More... over 8 years ago
Loops will be converted to `while` insted of `for` if the condition should be checked continuously, e.g. `i < a.length`. fixes #296 (#321) More... over 8 years ago
fixes #316 (#319) More... over 8 years ago
Small refactoring + test for #27. closes #27 More... over 8 years ago
Update haxelib.json More... over 8 years ago
Test cases for #314 More... over 8 years ago
Remove replaced if statement More... over 8 years ago
Fixes #314 More... over 8 years ago
Fixes #261 More... over 8 years ago
Copied test\issues\Issue261_1.hx to test\issues\Issue261_2.hx More... over 8 years ago
Copied test\issues\Issue261_1.as to test\issues\Issue261_2.as More... over 8 years ago
WIP More... over 8 years ago
WIP More... over 8 years ago
Copied test\issues\Issue261.hx to test\issues\Issue261_1.hx More... over 8 years ago
Copied test\issues\Issue261.as to test\issues\Issue261_1.as More... over 8 years ago
Fixed conversion of `typeof 3`. fixes #300 (#310) More... over 8 years ago
Added .editorconfig More... over 8 years ago
Created .editorconfig More... over 8 years ago
Fixed conversion of 'function(i:int = 1e5)'. fixes #303 (#306) More... over 8 years ago
Fixed conversion of 'function(i:int = 1.5)'. fixes #302 (#305) More... over 8 years ago
Fixed conversion of '1.79E+308'. fixes #298 (#299) More... over 8 years ago
Fixed conversion of 'array[index]['key']'. fixes #261 (#297) More... over 8 years ago
Update help (#295) More... over 8 years ago
Fixed conversion of 'setTimeout(callback, (a + b) * 1000, args)'. fixes #293 More... over 8 years ago
Fixed conversion of 'parseInt('0xFFFFFF', 16)'. fixes #265 More... over 8 years ago
[skip ci] Update CHANGES.md More... over 8 years ago
Update to 1.0.6 More... over 8 years ago