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

Allow emitting .js extension in module paths in compiled output #6265

Closed
b-strauss opened this issue Dec 27, 2015 · 1 comment
Closed

Allow emitting .js extension in module paths in compiled output #6265

b-strauss opened this issue Dec 27, 2015 · 1 comment
Labels
Duplicate An existing issue was already created

Comments

@b-strauss
Copy link

Module loaders like systemjs expect module paths to point to a valid file path, including the .js extension. Although exploringjs says the extension might not be needed, the module loader spec's default behaviour has not yet been decided upon. So for code to have the widest possible support it would be good to have an option to tell the compiler to add the extension.

@vladima vladima added the Duplicate An existing issue was already created label Dec 28, 2015
@vladima
Copy link
Contributor

vladima commented Dec 28, 2015

looks like a duplicate of #4595 (this comment)

@vladima vladima closed this as completed Dec 28, 2015
@microsoft microsoft locked and limited conversation to collaborators Jun 19, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Duplicate An existing issue was already created
Projects
None yet
Development

No branches or pull requests

2 participants