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

Support Web-only use case #82

Open
kebugcheckex opened this issue Sep 17, 2023 · 0 comments
Open

Support Web-only use case #82

kebugcheckex opened this issue Sep 17, 2023 · 0 comments

Comments

@kebugcheckex
Copy link

kebugcheckex commented Sep 17, 2023

I'm building a tool similar to AST Explorer. It doesn't have a backend and everything runs in the browser. However, there are code in debugger.ts and index.ts referencing Node.js libraries. This causes errors in the browser environment as these libraries cannot be found. Those code are used to read Thrift code from files.

Is there a workaround? Right now I just comment out those code my usage doesn't need them. But is there a better way I can solve this issue?

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

1 participant