-
-
Notifications
You must be signed in to change notification settings - Fork 8
Description
Hi!
I've been looking for a C# to .TS parser and this project has plenty of features. Respect to you for building this.
As I built an example at work, some edge cases appeared. I though that maybe I can contribute to the project to handle these edge cases, so I pulled this project and tried running the tests.
Currently I can not get any tests to pass. I tried these two things:
Approach 1:
Try the older package versions in hope that the tests will run, the way you built them once.
- lock the versions you specified in package.json (remove ^).
- Fix the remaining errors:
- tsconfig -> "skipLibCheck": true,
- EnumEmitter.ts @ 66 (ts.createUnionOrIntersectionTypeNode)
Approach 2:
Try with everything updated.
- install with the latest
- fix every deprecation warning.
In both attempts I ended up getting some internal typescript.js errors.
TypeError: Cannot read properties of null (reading 'kind')
At this point I feel like Hal trying to change a light bulb (youtube)
So before I spend any more time trying to debug and decide if I should use this project.
Is it abandoned?
Can we add some kind of contribution guideline?
