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

Approach to linting, lsp, and fmt #6

Open
yorinasub17 opened this issue Nov 8, 2023 · 0 comments
Open

Approach to linting, lsp, and fmt #6

yorinasub17 opened this issue Nov 8, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@yorinasub17
Copy link
Member

Initially, rely solely on existing typescript ecosystem. Better to use typescript approach since plan is to include support for node_modules instead of deno approach.

Note that this has a disadvantage where the typescript lsp will expose things that we don't support, such as fetch. We'll need to investigate if there is a way to omit some functions (adding is easy, as we can create an npm package containing senc types).

@yorinasub17 yorinasub17 added the enhancement New feature or request label Apr 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant