Does this include native module import/export? I never saw anything to suggest they were even working on that.
WebKit is now 100% ES6 complete
11–20 of 119 posts
Re: WebKit is now 100% ES6 complete
#12Re: WebKit is now 100% ES6 complete
#13Re: WebKit is now 100% ES6 complete
#14Re: WebKit is now 100% ES6 complete
#15Is ES6 native much faster than transpiled?
From my limited anecdotal testing no. In fact it may be slower. This is a good view of this: https://kpdecker.github.io/six-speed/ However... the potential upside is size. Native code will usually be smaller, which for a web client is a win.
Re: WebKit is now 100% ES6 complete
#16Is anyone using Safari Technical Preview as their main Browser? I was hesitant to use it, but I've heard a few people say that it's stable.
Re: WebKit is now 100% ES6 complete
#17Is anyone using Safari Technical Preview as their main Browser? I was hesitant to use it, but I've heard a few people say that it's stable.
Re: WebKit is now 100% ES6 complete
#18Re: WebKit is now 100% ES6 complete
#19Re: WebKit is now 100% ES6 complete
#20Does this include native module import/export? I never saw anything to suggest they were even working on that.
Module import/export syntax was in ES6, but the browser implementation has not yet been standardized.