PureKrome / EcmaScript.NET

C# Port of the Java EcmaScript project.
Other
15 stars 14 forks source link

// Comments not getting converted to /* */ #5

Closed hexxone closed 3 years ago

hexxone commented 8 years ago

I've just minimized one of my old projects just for fun, and when trying to run it I noticed that it was broken.. The syntax got completely destroyed since I had a lot of double-slash ( // ) comments which end with the line and therefore need to be converted to /* */ comments ot have a newline eachafter for the script to stay intact :smile:

PureKrome commented 3 years ago

Closing this issue as this repo is now Archived.