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

feat: support mts, cts, mjs and cts files in source code #595

Merged
merged 1 commit into from
Jul 23, 2024

Conversation

satya164
Copy link
Member

@satya164 satya164 commented Jul 23, 2024

Summary

currently these files get treated as assets and are copied over as is. however this is not the correct behavior. this changes them to be trated as source code.

in addition, the module syntax in .mts or .mjs files is preserved as is.

Test plan

tested in a generated project by creating .mts and .cts files.

currently these files get treated as assets and are copied over as is. however this is not the correct behavior. this changes the to be trated as source code.

in addition, the module syntax in .mts or .mjs files is preserved as is.
@satya164 satya164 added this pull request to the merge queue Jul 23, 2024
Merged via the queue into main with commit d522793 Jul 23, 2024
32 checks passed
@satya164 satya164 deleted the @satya164/mts-support branch July 23, 2024 12:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants