-
**Describe the bug**
typescript version: 3.7.4
ts-morph version: 6.0.2
Here's an odd one! I am unable to call `getTagName()` on JSDoc tags if they are `@template` tags. Oddly, I have a number of …
-
I am using ts-morph to auto-generate documentation for a project of mine and just upgraded from ts-morph from 9.1.0 to 10.0.1.
**Describe the bug**
Version: 10.0.1
Prior to the upgrade, [this…
-
Hi, I'm working on project that verify the architecture of other projects.
I'm using ts-morph to read files and get imports from them.
Everything works fine expect for some imports that could not …
teyma updated
4 months ago
-
### Current Behavior
Use project **without** `legacy-peer-deps=true`.
Run the following command
```
nx migrate --run-migrations
```
it logs:
```
NX Running 'npm install' to make sure ne…
-
**Is your feature request related to a problem? Please describe.**
I'm new to ts-morph (I found out about it this week). I didn't even know it existed to solve a few problems I've had for a fe…
-
Expected outcome:
- [x] clone react router tags (React Dev Tolls `getOwnerList`) - promt for new uri
- [ ] clone page *.tsx file - prompt for new file name
Typescript Code Morph https://github.c…
-
If you were to use a class in your custom data type, it would be imported in the .ts file e.g. by:
`import { Timestamp } from '@google-cloud/firestore';`
This will result in non working import in th…
-
**Describe the bug**
Version: 23.0.0
Calling `namedExport.remove()` on the last named export in a declaration inserts an `export * from 'module';` , instead of removing the declaration.
…
-
**Is your feature request related to a problem? Please describe.**
TextChanges is useful tools for sourceCode edit by language service inside typescript internal.
You can see [here](https://…
-
**Is your feature request related to a problem? Please describe.**
For documentation purposes I would like to get access to the [tuple element labels](https://www.typescriptlang.org/docs/handbo…