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.6
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.1.7
Choose a head ref
  • 10 commits
  • 331 files changed
  • 2 contributors

Commits on Feb 17, 2026

  1. Updated generated c#.

    TiLied committed Feb 17, 2026
    Configuration menu
    Copy the full SHA
    a791fd8 View commit details
    Browse the repository at this point in the history
  2. Fixed cast expression.

    TiLied committed Feb 17, 2026
    Configuration menu
    Copy the full SHA
    c5dd5d0 View commit details
    Browse the repository at this point in the history
  3. Added support for base method calls.

    Basic, should be enough for the majority of cases..
    TiLied committed Feb 17, 2026
    Configuration menu
    Copy the full SHA
    54805bf View commit details
    Browse the repository at this point in the history
  4. Added Value property to NaN, Infinity and Undefined.

    Allowing the use of NaN, Infinity and Undefined as an expression.
    For example:
    cs: var a = NaN.Value;
    translated js: let a = NaN;
    TiLied committed Feb 17, 2026
    Configuration menu
    Copy the full SHA
    19fd127 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    20ff2d1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8ebe780 View commit details
    Browse the repository at this point in the history
  7. Updated generated docs.

    TiLied committed Feb 17, 2026
    Configuration menu
    Copy the full SHA
    cac4b3d View commit details
    Browse the repository at this point in the history
  8. Updated generated c#.

    TiLied committed Feb 17, 2026
    Configuration menu
    Copy the full SHA
    f12d972 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2026

  1. Small cleanup.

    TiLied committed Feb 23, 2026
    Configuration menu
    Copy the full SHA
    9e70abf View commit details
    Browse the repository at this point in the history
  2. Nuget 0.1.7

    github-actions[bot] committed Feb 23, 2026
    Configuration menu
    Copy the full SHA
    1349fcb View commit details
    Browse the repository at this point in the history
Loading