Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Adobe Summit is happening now. Discover what's next in customer experience.
SOLVED

Is there a timeline for ES6 support?

Avatar

Level 2

ES6 has been out for some 5 years. The only post I could find this was 2 years old and referenced the need to support IE. Does that continue to be a factor?

 

previous conversation: link

@jantzen_b 

1 Accepted Solution

Avatar

Correct answer by
Employee

Unfortunately, yes. Launch continues to support IE in the browser runtime (given the market share that IE still has), and ES6 remains unsupported in IE.

From a Launch perspective, we have an item on our roadmap to enhance our build compiler to be able to transpile from ES6 to ES5 for you, such that you could write ES6 in the code editor in the UI and at build time we would translate that into ES5.  That is somewhat controversial, because we'd then be in the position of putting code on your page that you haven't seen (you saw the ES6 version, but not the ES5 version), but enough people have asked us to support ES6 that this seems the best path forward.

View solution in original post

0 Replies

Avatar

Correct answer by
Employee

Unfortunately, yes. Launch continues to support IE in the browser runtime (given the market share that IE still has), and ES6 remains unsupported in IE.

From a Launch perspective, we have an item on our roadmap to enhance our build compiler to be able to transpile from ES6 to ES5 for you, such that you could write ES6 in the code editor in the UI and at build time we would translate that into ES5.  That is somewhat controversial, because we'd then be in the position of putting code on your page that you haven't seen (you saw the ES6 version, but not the ES5 version), but enough people have asked us to support ES6 that this seems the best path forward.