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
I noticed that setting the kind to Script will cause the esbuild outfile to be saved as .mjs.
So, I wanted to ask: Was there a reason for this?
From my perspective, it'd make more sense to make the extension dependent on the Format. The .mjs extension only really makes sense with the ESM format, no?
Yours,
Sigma
The text was updated successfully, but these errors were encountered:
Hi,
First of all: Love your project!
I noticed that setting the kind to Script will cause the esbuild outfile to be saved as .mjs.
So, I wanted to ask: Was there a reason for this?
From my perspective, it'd make more sense to make the extension dependent on the Format. The .mjs extension only really makes sense with the ESM format, no?
Yours,
Sigma
The text was updated successfully, but these errors were encountered: