-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Be explicit about browser support targets #2278
Comments
Since MS dropped old support for old browsers, https://www.microsoft.com/en-us/WindowsForBusiness/End-of-IE-support we don't need to maintain them too. It seems we are good with ES2015: http://kangax.github.io/compat-table/es5/ and browser support. |
ES2015 is actually what es6 is called now, since they moved to a yearly rolling release schedule for the spec. es5 is basically what we're all used to. |
uups. thx for the catch. It's the same site, but a different page :) http://kangax.github.io/compat-table/es6/ |
We use https://github.com/browserslist/browserslist with a transpiler to automatically target older browsers while not wasting our knowledge and the productivity of the latest ES. For example
this works with esbuild babel and most of the transpilers. |
I did find this project https://github.com/lebab/lebab
Which may be able to help us to "modernize" or codebase if we want to. |
@edrex @Jermolene Can we close this issue in favour of: Updating the JavaScript dialect used by the TiddlyWiki core #7353 |
Thanks @pmario |
es2015, move fast and break things, etc. List supported browsers in docs. In future, display badges for CI build status across supported browsers (testling or sauce)
The text was updated successfully, but these errors were encountered: