Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: TiLied/CSharpToJavaScript
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.1.10
Choose a base ref
...
head repository: TiLied/CSharpToJavaScript
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.2.0
Choose a head ref
  • 7 commits
  • 10 files changed
  • 1 contributor

Commits on Apr 20, 2026

  1. Updated attributes.

    TiLied committed Apr 20, 2026
    Configuration menu
    Copy the full SHA
    b4e4827 View commit details
    Browse the repository at this point in the history
  2. c# object -> js Object, c# string.Empty -> js String raw``, c# List c…

    …onstructor -> js Array constructor
    TiLied committed Apr 20, 2026
    Configuration menu
    Copy the full SHA
    b9d0416 View commit details
    Browse the repository at this point in the history
  3. Rewrote the walker into 3 rewriters and 1 walker. The translated resu…

    …lt should be more consistent.
    TiLied committed Apr 20, 2026
    Configuration menu
    Copy the full SHA
    3e9eb08 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b77238c View commit details
    Browse the repository at this point in the history
  5. Deleted Walker.cs.

    TiLied committed Apr 20, 2026
    Configuration menu
    Copy the full SHA
    4cf908d View commit details
    Browse the repository at this point in the history
  6. Small clean up.

    TiLied committed Apr 20, 2026
    Configuration menu
    Copy the full SHA
    bc7e753 View commit details
    Browse the repository at this point in the history
  7. Nuget 0.2.0

    TiLied committed Apr 20, 2026
    Configuration menu
    Copy the full SHA
    cb55652 View commit details
    Browse the repository at this point in the history
Loading