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

Enable autogen import/export files with file extension #935

Open
bombillazo opened this issue Aug 14, 2024 · 0 comments · May be fixed by #936
Open

Enable autogen import/export files with file extension #935

bombillazo opened this issue Aug 14, 2024 · 0 comments · May be fixed by #936
Labels
feature 🚀 New feature or request

Comments

@bombillazo
Copy link

Description

  • Generate code import/export expressions with file extensions
// example before
import type { CancelablePromise } from './core/CancelablePromise';

//example after
import type { CancelablePromise } from './core/CancelablePromise.ts';

this is desireable for runtimes such as Deno that required file extensions in their imports

@bombillazo bombillazo added the feature 🚀 New feature or request label Aug 14, 2024
@bombillazo bombillazo linked a pull request Aug 14, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature 🚀 New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant