Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove ES5 as feature #424

Merged
merged 1 commit into from
Oct 23, 2018
Merged

Remove ES5 as feature #424

merged 1 commit into from
Oct 23, 2018

Conversation

mischah
Copy link
Member

@mischah mischah commented Oct 19, 2018

It had the status use with the fallback tag.

I thought about removing the fallback tag but I guess its wiser to totally remove that.

Reasons:

  • ES5 is defacto standard and used by JS transpilers like Babel and TypeScript as target output.
  • ES5 can be used since IE9 according to https://kangax.github.io/compat-table/es5/.
    • I don’t think that people still have to support

Referencing #409

@mischah mischah added this to the Late 2018 refreshment milestone Oct 19, 2018
@mischah mischah merged commit 9ade9d7 into master Oct 23, 2018
@mischah mischah deleted the es5 branch October 23, 2018 20:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants