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

[dart2js][DartEditor]The name of the generated JavaScript file does not preserve capital letters #4032

Closed
DartBot opened this issue Jul 10, 2012 · 2 comments
Labels
closed-duplicate Closed in favor of an existing report

Comments

@DartBot
Copy link

DartBot commented Jul 10, 2012

This issue was originally filed by [email protected]


What steps will reproduce the problem?

  1. Prepare a HelloWorld.dart
  2. In DartEditor menu, select "Tools/Generate JavaScript".
  3. file "helloworld.dart.js" is generated in the same folder.

What is the expected output? What do you see instead?
I expect to see "HelloWorld.dart.js"; NOT "helloworld.dart.js". The capital letters does not preserved.

The dart.js preserve captital letters of dart file name, doesn't it?
Is this intentional?

What version of the product are you using? On what operating system?
DartEditor 9474
DartSDK 9474
Win7

@DartBot
Copy link
Author

DartBot commented Jul 10, 2012

This comment was originally written by @bp74


duplicate with issue #3320

@devoncarew
Copy link
Member

Added Duplicate label.
Marked as being merged into #3320.

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
closed-duplicate Closed in favor of an existing report
Projects
None yet
Development

No branches or pull requests

2 participants