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
In DartEditor menu, select "Tools/Generate JavaScript".
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
The text was updated successfully, but these errors were encountered:
This issue was originally filed by [email protected]
What steps will reproduce the problem?
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
The text was updated successfully, but these errors were encountered: