Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bun.sh support #1733

Closed
CodeFromAnywhere opened this issue Jul 30, 2023 · 2 comments
Closed

Bun.sh support #1733

CodeFromAnywhere opened this issue Jul 30, 2023 · 2 comments

Comments

@CodeFromAnywhere
Copy link
Contributor

CodeFromAnywhere commented Jul 30, 2023

I recently migrated my entire project to bun.sh but I'm relying on ts-json-schema-generator for some JSON schema generation. However, many files return errors, and this is the one I keep seeing everywhere that I did not get in node.js:

TypeError: undefined is not an object (evaluating 'aliasedSymbol.declarations.filter')

It'd be great if anyone here could help me getting this to work in Bun. I don't understand much of this codebase, so I'm afraid I need some direction at least to make any PR's. Or if there's any workarounds, some help would be highly appreciated.

Edit: As a workaround, I've returned any in this scenario, so it doesn't crash. Check: https://github.com/vega/ts-json-schema-generator/pull/1737/files

@domoritz
Copy link
Member

I don't think I have the cycles to support bun from my side but I'm happy to review prs that fix issues.

@domoritz domoritz closed this as not planned Won't fix, can't repro, duplicate, stale Jul 31, 2023
@CodeFromAnywhere
Copy link
Contributor Author

Fixed: #1737

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants