issues
search
dsherret
/
ts-morph
TypeScript Compiler API wrapper for static analysis and programmatic code changes.
https://ts-morph.com
MIT License
5.02k
stars
196
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
feat: allow exporting function declarations
#1587
bennycode
closed
2 days ago
2
NotImplementedError: Unexpected! Inserting syntax kind of ExportAssignment, but FunctionDeclaration was inserted.
#1586
bennycode
closed
2 days ago
1
How to set the language for diagnostic messages
#1585
qq865738120
opened
4 days ago
0
Unexpected! Inserting syntax kind of VariableStatement, but ExpressionStatement was inserted.
#1584
qq865738120
opened
6 days ago
0
Running `setIsAsync(true)` on `ArrowFunction` incorrectly inserts `async` keyword
#1583
tmaarse
opened
1 week ago
0
How to retrieve the TS Config file path from a project instance?
#1582
bennycode
opened
1 month ago
1
advice on how to convert from object oriented to data oriented
#1581
mreinstein
closed
3 weeks ago
1
Missing types when resolving intersection (`string` | `null`)
#1580
TomChv
opened
1 month ago
0
[Help] How to resolve types that are imports to the declaring type?
#1579
douglasg14b
opened
1 month ago
0
How to extract ts type from record in ts-morph
#1578
programandoconro
opened
1 month ago
0
24.0.0
#1577
dsherret
closed
1 month ago
0
feat: TypeScript 5.6
#1576
dsherret
closed
1 month ago
1
refactor: cleanup string deindenation
#1575
dsherret
closed
1 month ago
0
Not implemented feature for syntax kind 'ParenthesizedExpression'
#1574
SaikaSakura
closed
2 months ago
0
Add a way to figure out why a type has no Symbol
#1573
ofersadgat
closed
2 months ago
0
How to get object string index name?
#1572
kemper0110
opened
2 months ago
0
Check out tree-sitter
#1571
kibiz0r
opened
2 months ago
0
Single-line comment with AddPropertyAssignment caused an extra comma
#1570
linzebingo
opened
2 months ago
0
chore: fix ci
#1569
dsherret
closed
3 months ago
0
Type references dont work
#1568
ofersadgat
closed
2 months ago
1
ts-morph does not handle js/jsx properly
#1567
ofersadgat
closed
3 months ago
1
chore: remove dependency on mkdirp
#1566
benmccann
closed
3 months ago
2
NEW APIļ¼SourceFile.addGlobalDeclare
#1565
peterroe
opened
3 months ago
0
No way to `findReferences` for exported arrow function
#1564
alexgorbatchev
opened
3 months ago
1
`MethodSignature.getReturnType()` does not support `T | undefined` (optional/nullable return types)
#1563
mrousavy
closed
3 months ago
2
Deep structures allowing for one parse
#1562
AustinGrey
opened
3 months ago
0
can't find constructor references of indirectly import
#1561
zxt5105515
opened
4 months ago
0
fix: getBodyText() doesn't work as would be expected
#1560
jmyrick02
closed
1 month ago
1
getBodyText() doesn't work as would be expected
#1559
jmyrick02
closed
1 month ago
0
perf: switch to tinyglobby to drop 15 dependencies
#1558
benmccann
closed
1 month ago
0
fix: getDerivedClasses() isn't correct in some cases
#1557
jmyrick02
closed
1 month ago
0
getDerivedClasses() isn't correct in some cases
#1556
jmyrick02
closed
1 month ago
0
Allow removing nodes in SourceFile transform traversal
#1555
tmkx
opened
4 months ago
0
Calling `addSourceFileAtPathIfExists` has a side effect of internally remembering directories that don't exist which causes subsequent operations to fail
#1554
kronodeus
opened
4 months ago
0
Question: How to determine if a tuple element is optional
#1553
GeekyEggo
opened
4 months ago
1
Filesystem implementations must throw specific `Error` subclass in order to work, but that subclass is not exported properly
#1552
ryan-palmer-snc
opened
4 months ago
1
Removing the last named export creates a star export
#1551
kosciolek
opened
4 months ago
4
ts-morph package does not re-export types from @ts-morph/common
#1550
kronodeus
opened
4 months ago
1
perf: remove mkdirp dependency
#1549
benmccann
closed
3 months ago
4
23.0.0
#1548
dsherret
closed
5 months ago
0
fix: handle removeDefaultImport with type only import
#1547
dsherret
closed
5 months ago
0
feat: Type.prototype.isBigInt and isBigIntLiteral
#1546
dsherret
closed
5 months ago
0
feat: ts 5.5
#1545
dsherret
closed
5 months ago
0
refactor: publish deno build to jsr
#1544
dsherret
closed
5 months ago
0
Question: Why propertyAssignment node don't support getJsDoc method?
#1543
mortalYoung
opened
5 months ago
1
useInMemoryFileSystem: true and addSourceFilesAtPaths('**/*.*') doesn't work
#1542
radzserg
closed
5 months ago
2
Question: How to determine if a PropertyAccessExpression is an optional property in an interface?
#1541
ivayloc
closed
5 months ago
1
Missing `undefined` enum members
#1540
amccloud
closed
5 months ago
2
Formatting Constructor Parameters after insertion
#1539
HaychBe
opened
5 months ago
0
Get properties from ObjectType using an EcmaScript symbol instead of a string
#1538
Melchyore
opened
5 months ago
3
Next