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
Generate code import/export expressions with file extensions
// example beforeimporttype{CancelablePromise}from'./core/CancelablePromise';//example afterimporttype{CancelablePromise}from'./core/CancelablePromise.ts';
this is desireable for runtimes such as Deno that required file extensions in their imports
The text was updated successfully, but these errors were encountered:
Description
this is desireable for runtimes such as Deno that required file extensions in their imports
The text was updated successfully, but these errors were encountered: