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 URLs for tsconfig files #40

Closed
KnorpelSenf opened this issue Jul 16, 2023 · 1 comment
Closed

Support URLs for tsconfig files #40

KnorpelSenf opened this issue Jul 16, 2023 · 1 comment
Labels
breaking enhancement New feature or request

Comments

@KnorpelSenf
Copy link
Collaborator

It would be cool if we could run d2n from a URL in a project that does not contain TS config yet—mostly because the project is in Deno already, which does not require such configuration files.

My suggested solution would be to test via URL if the supplied TypeScript configuration file path is a URL, and if so, to fetch the file contents from it.

@wojpawlik
Copy link
Owner

deno2node 2 CLI will allow overriding "files" to "include".

I could easily allow to specify custom fileSystem. Making tsconfig.json completely optional is likely better tho.

@wojpawlik wojpawlik closed this as not planned Won't fix, can't repro, duplicate, stale Dec 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants