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.2.0
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.1
Choose a head ref
  • 11 commits
  • 14 files changed
  • 2 contributors

Commits on Apr 22, 2026

  1. Found with dotnet-trace that GetDiagnostics takes half of the time.

    Added the "DisableDiagnostics" option and removed the "DisableCompilationErrors" option.
    Default is false.
    TiLied committed Apr 22, 2026
    Configuration menu
    Copy the full SHA
    b5d7fca View commit details
    Browse the repository at this point in the history
  2. Added the "CustomPathToDLLs" option.

    Searches for any DLL in the specified directory.
    Previously, it was hardcoded to "./bin/".
    Default: "./bin/"
    TiLied committed Apr 22, 2026
    Configuration menu
    Copy the full SHA
    ad3dd18 View commit details
    Browse the repository at this point in the history
  3. Added support for modules.

    Only public classes are exported/imported.
    The "EnableModules" option is a three-state value.
    0 = disable.
    1 = auto. If 2 or more files, then enable.
    2 = enable.
    Default: 1
    TiLied committed Apr 22, 2026
    Configuration menu
    Copy the full SHA
    5ca5a33 View commit details
    Browse the repository at this point in the history
  4. Updated generated cs.

    TiLied committed Apr 22, 2026
    Configuration menu
    Copy the full SHA
    3936e8f View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2026

  1. Changed WithSemanticRewriter to WithSemanticWalker.

    Fixed bugs.
    TiLied committed Apr 26, 2026
    Configuration menu
    Copy the full SHA
    ae05d07 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7973475 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    de8a5ba View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eab5a56 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    eeeb09f View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2026

  1. Update README.md

    TiLied authored Apr 27, 2026
    Configuration menu
    Copy the full SHA
    3a49767 View commit details
    Browse the repository at this point in the history
  2. Nuget 0.2.1

    github-actions[bot] committed Apr 27, 2026
    Configuration menu
    Copy the full SHA
    bea44de View commit details
    Browse the repository at this point in the history
Loading