- Small clean up.
- Deleted Walker.cs.
- Switch to the rewriters instead of a walker.
- Rewrote a walker into 3 rewriters and 1 walker. The translated result should be more consistent.
- c# object -> js Object, c# string.Empty -> js String.raw``, c# List constructor -> js Array constructor
- Updated attributes.
What's Changed
New Contributors
Full Changelog: 0.1.10...0.2.0