The Wayback Machine - https://web.archive.org/web/20201005001111/https://github.com/topics/ecmascript
Skip to content
#

ecmascript

Here are 769 public repositories matching this topic...

es4x
yuangu
yuangu commented Aug 17, 2020

I have a idea. Auto create a typescript project by run es4x init with --typescript or -t 。It's not manual copy file by sample.
And “mvnDependencies ” added to the package.json by default. Because a lot of people don't know about it。
If you agree, I can modify this code. ^_^

wolfbeast
wolfbeast commented Jun 18, 2018

We're having a mix of named function syntax (old style) and non-named function syntax (new style) in our internal JavaScript.

The old style was mostly there for JS stack traces before they were as nice as what we have now. Since that's solved, having named functions has become unnecessary and will just take up JS data space when processing.

We should convert all named function syntax in JSO

Improve this page

Add a description, image, and links to the ecmascript topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the ecmascript topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.