You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: