-
Notifications
You must be signed in to change notification settings - Fork 680
Insights: microsoft/typescript-go
Overview
Could not load contribution data
Please try again later
16 Pull requests merged by 8 people
-
Fix Chinese character display by matching TypeScript's printer selection logic
#1559 merged
Aug 11, 2025 -
Fix panic runtime error on ast.KindTupleTypes
#1525 merged
Aug 11, 2025 -
Bump the github-actions group across 2 directories with 3 updates
#1557 merged
Aug 11, 2025 -
Reimplement rootDirs
#1540 merged
Aug 8, 2025 -
Fix typo in baseUrl paths conversion message
#1546 merged
Aug 8, 2025 -
fix: make ResponseMessage.Result omitzero
#1533 merged
Aug 8, 2025 -
Update NOTICE.txt
#1545 merged
Aug 8, 2025 -
Implement CLI TTY/terminal width/coloring
#1538 merged
Aug 8, 2025 -
Simplify file parsing and project reference parsing
#1536 merged
Aug 7, 2025 -
Fix signature help crash
#1527 merged
Aug 6, 2025 -
finishNode returns its node parameter
#1523 merged
Aug 6, 2025 -
Fix bogus "no jsdoc types" error in jsdoc
#1524 merged
Aug 6, 2025 -
Fix for dts emit for tripple slash directives in d.ts files
#1519 merged
Aug 5, 2025 -
Set UseAliasDefinedOutsideCurrentScope in hover
#1516 merged
Aug 5, 2025 -
Cache coverage builds in CI too
#1518 merged
Aug 5, 2025 -
Fourslash conversion script improvements + fix
#1503 merged
Aug 5, 2025
15 Pull requests opened by 10 people
-
ignore me, testing CI caching
#1517 opened
Aug 5, 2025 -
Port object rest and spread transform
#1529 opened
Aug 7, 2025 -
Store tasks by path instead of file name
#1535 opened
Aug 7, 2025 -
Port --traceResolutions
#1537 opened
Aug 7, 2025 -
Port class fields transformer
#1542 opened
Aug 8, 2025 -
Go-to-def should include both declaration(s) and target call signature
#1543 opened
Aug 8, 2025 -
Update deps
#1547 opened
Aug 8, 2025 -
Reduce string copies and allocations when emitting inlined sourcemaps
#1550 opened
Aug 10, 2025 -
Avoid copying content when writing files
#1551 opened
Aug 10, 2025 -
[DRAFT] autoimport
#1553 opened
Aug 11, 2025 -
fix: improve panic message for unspecified ScriptKind in `Parser::initializeState`
#1556 opened
Aug 11, 2025 -
perf(tspath): optimize the fast path case for `ToFileNameLowerCase`
#1558 opened
Aug 11, 2025 -
Fix getTokensFromNode template scanning issue
#1560 opened
Aug 11, 2025 -
JSDoc completions
#1561 opened
Aug 11, 2025 -
Fix misported emitCommentsBeforeToken
#1562 opened
Aug 11, 2025
9 Issues closed by 4 people
-
autocomplete does not display as chinese when typing
#1555 closed
Aug 11, 2025 -
panic: runtime error: slice bounds out of range [:59935] with length 568
#1501 closed
Aug 11, 2025 -
[lsp] Go to implementation isnt implemented
#1499 closed
Aug 11, 2025 -
issue with importing type from virtual directory (rootDirs)
#1367 closed
Aug 8, 2025 -
Suggestion in error message TS5102 is incorrect
#1544 closed
Aug 8, 2025 -
Signature help crash on parenthesized call
#1415 closed
Aug 6, 2025 -
Signature help crash when closing parenthesis is typed too quickly
#1421 closed
Aug 6, 2025 -
Exit code for type error is incorrect starting from `7.0.0-dev.20250724.1`
#1493 closed
Aug 6, 2025
10 Issues opened by 9 people
-
`getTokensFromNode` is wrong when the ast contains template
#1554 opened
Aug 11, 2025 -
Crash in incremental due to inconsistent casing
#1549 opened
Aug 8, 2025 -
tsbuildinfo files include platform-specific paths
#1548 opened
Aug 8, 2025 -
20% more memory use starting in `7.0.0-dev.20250724.1`
#1541 opened
Aug 8, 2025 -
tsgo panics with invalid UTF-8 when marshalling build info
#1531 opened
Aug 7, 2025 -
jsx Prop on <style> Tag Not Recognized
#1530 opened
Aug 7, 2025 -
[lsp]: instance of Go to Definition going to the type definition instead.
#1528 opened
Aug 6, 2025 -
Emit adds generated code before file header/copyright comment
#1526 opened
Aug 6, 2025 -
Incorrect Argument Count Error for optional params when using jsconfig
#1521 opened
Aug 6, 2025 -
--incremental builds are a bit slower after the 20250805 release
#1520 opened
Aug 5, 2025
20 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
Snapshot LSP
#1505 commented on
Aug 8, 2025 • 11 new comments -
[wip] Build mode
#1484 commented on
Aug 5, 2025 • 0 new comments -
Rewrite matchFiles without regexp
#1483 commented on
Aug 8, 2025 • 0 new comments -
fix(1374): support declaration emit for expando functions
#1399 commented on
Aug 8, 2025 • 0 new comments -
Enable staticcheck
#717 commented on
Aug 8, 2025 • 0 new comments -
panic: runtime error: slice bounds out of range
#1359 commented on
Aug 11, 2025 • 0 new comments -
[lsp] Typescript generics type error
#1498 commented on
Aug 11, 2025 • 0 new comments -
Benchmark suggestion, power usage
#771 commented on
Aug 8, 2025 • 0 new comments -
tsgo "Type instantiation is excessively deep and possibly infinite" error when using react-hook-form
#988 commented on
Aug 8, 2025 • 0 new comments -
High CPU usage with --watch when idling on MacOS
#1317 commented on
Aug 8, 2025 • 0 new comments -
noEmit slow on Mac M2
#1062 commented on
Aug 8, 2025 • 0 new comments -
Use Profile-Guided Optimization (PGO) for the compiler itself
#657 commented on
Aug 8, 2025 • 0 new comments -
TypeScript-Go Performance Issue
#1507 commented on
Aug 8, 2025 • 0 new comments -
Using pointer address as node/symbol id
#650 commented on
Aug 8, 2025 • 0 new comments -
[lsp][bug] LSP locks up for ~12s when navigating to files within the same project
#813 commented on
Aug 8, 2025 • 0 new comments -
LSP file watch events with many paths spends too much time/memory in MatchesFileName
#1265 commented on
Aug 8, 2025 • 0 new comments -
Defer baseline comparisons until end of test
#1451 commented on
Aug 8, 2025 • 0 new comments -
baseUrl removal caused multiple libraries to fail
#1431 commented on
Aug 8, 2025 • 0 new comments -
Evolving arrays don't work in JS
#993 commented on
Aug 8, 2025 • 0 new comments -
Unable to use `const enum` in third-party API
#1216 commented on
Aug 6, 2025 • 0 new comments