-
**Describe the bug**
Version: 22.0.0
**To Reproduce**
```ts
import { Project } from "ts-morph";
const project = new Project();
const sourceFile = project.createSourceFile("test.ts", …
-
Hi,
Is it possible to find the original definition in a `.ts` source file starting from the compiled `.d.ts` declaration file when its `.d.ts.map` source map file is also available?
To better ex…
velut updated
2 years ago
-
Bug description
Including `class` on a template element (even commented-out) results in a parsing error, and file to be missing from output SVG.
`[2019-08-29 06:10:00.902 +0000] ERROR: Error par…
-
Fresh installation of strapi Launchpad ending in an error when trying to get User Data after register and login.
Normal Strapi Installation works without problems.
We used Thunder Client
1. P…
-
Hi,
Just wondering what 3D animation tools that work with the Horde3D 's converter.
There's openCollada with Max/Maya:
http://horde3d.org/forums/viewtopic.php?f=11&t=2285
And I found TrueSpace …
gwald updated
1 month ago
-
TL;DR: A little bit changes to the options of the `Project` constructor will greatly reduce the time consuming during the initializing of the new instance.
```js
const project = new Project({
t…
-
Am I able to resolve `import("myComponent")` and inline it with ts-morph?
-
As pointed out at https://github.com/dsherret/ts-morph/issues/949#issuecomment-792288644, one important caveat to using ts-morph to analyze Deno code is that even though ts-morph runs in Deno, it cann…
-
**Is your feature request related to a problem? Please describe.**
The TypeScript compiler supports a [subset of JSDoc](https://www.typescriptlang.org/docs/handbook/jsdoc-supported-types.html#u…
-
I don't know if I'm doing something wrong, if so, please tell me.
If I specify a single file it works fine, but whenever I try to use wildcards it just throws an error:
`npx organize-imports-cl…