Commits
User selector
Commit history
Commits on Jul 28, 2026
Merge main (JSX/TSX support) into the editor-debugging branch
Show description for cdb8b2ccommitted
Commits on Jul 27, 2026
Emit portable PDBs that survive assembly-reference rewriting
Show description for 3a14dc6committedAdd JSX config plumbing, TSX dialect gating, and JsxCallInfo marker
Show description for 8dbe508committed- committed
nickna - committed
nickna Merge pull request #1302 from nickna/feat/typescript-project-support
Show description for d26240aauthored- committed
nickna fix(compile,typecheck): collect compiler warnings off Console; narrow typeof swallow
Show description for 712f5d6committed
nickna
Commits on Jul 25, 2026
feat(cli): tsc-compatible strictness flags + tsconfig.json discovery
Show description for 13e006ecommitted
nicknafeat(repl): type-aware autocomplete, and let Ctrl+C exit the REPL
Show description for 9da71b9committed
nickna
Commits on Jul 11, 2026
refactor(cli): extract shared EXE/DLL emission tail from the compile drivers
Show description for aa677f7committed
Commits on Jul 2, 2026
feat(process): full Node surface on the interpreter global — lifecycle, signals, diagnostics, identity (#1080-#1086)
Show description for d601f5dcommittedfeat(interop): sharpts.json reference manifest + NuGet packages for dotnet: imports (#1197)
Show description for 3bf7e17committed
Commits on Jul 1, 2026
fix(parser+interop): decorated exported classes (#1192) + --gen-decl discovery tool (#1194)
Show description for 3c38859committed
Commits on Jun 29, 2026
feat(child_process): compiled fork + named-pipe IPC, full roundtrip (#1017)
Show description for 04a7a4dcommitted
Commits on Jun 23, 2026
Extract the LSP server into its own project (OmniSharp out of core)
Show description for 4a10d39committedAdd decorator signatureHelp + CLR-type-name completion (Phase 2 cont.)
Show description for ed4e2edcommittedRemove the bespoke LspBridge; the language server replaces it
Show description for d43bfe5committedWire project references into the language server (Phase 1b)
Show description for cd182e4committedAdd SharpTS language server (LSP) with @DotNetType interop diagnostics
Show description for 72d84b5committed
Commits on Jun 11, 2026
fix(interpreter): report unhandled rejections from async callbacks invoked by built-ins (#228)
Show description for 8a11310committed
nickna
Commits on Jun 10, 2026
fix(verify): resolve IL verification against the runtime directory (#189) (#200)
Show description for b1f5206andauthored
Commits on Jun 7, 2026
feat: co-locate/pack SharpTS.dll for -t exe and --pack outputs (#117)
Show description for 711cbc1committed
nickna
Commits on Jun 6, 2026
compile: co-locate SharpTS.dll only when a feature needs it at runtime
Show description for 8e9c692committed
nickna
Commits on May 5, 2026
feat: skip type-check on .js files by default + ts-pragma support (#100)
Show description for 5e7add1committed
Commits on Apr 21, 2026
fix: unblock 'import from url' — narrow through && and isolate per-body narrowing scopes (#43)
Show description for eb51da8andcommitted
Commits on Apr 13, 2026
feat: lenient type checking for CJS dependency modules (#32)
Show description for f0ead7ccommitted
Commits on Apr 12, 2026
fix: three systemic CJS compatibility gaps — class hoisting, module globals, error surfacing
Show description for d72c943committed
Commits on Apr 7, 2026
feat: CommonJS support and var keyword for npm package compatibility
Show description for c68cc9fcommitted
Commits on Apr 5, 2026
Extract PE manipulation code into NickNa.PEPacker NuGet package
Show description for 52ee154committed
Commits on Mar 19, 2026
feat(child_process): complete module with fork, execFile, and IPC support
Show description for f8e04e0committed
Commits on Feb 12, 2026
Commits on Jan 25, 2026
Add SDK bundler support and detection mechanism
Show description for fca40c8committed
Commits on Jan 24, 2026
- committed
Refactor diagnostics handling in type checking and parser tests
Show description for bb9dd24committed