We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Since we are thinking of dropping node 10 support in #1935 and because most browsers support ES6 and beyond, we can:
var
let
const
import
.mjs
ref: https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c
This can be done file by file without issues. Anything else?
The text was updated successfully, but these errors were encountered:
Hi! I would like to work on this.
Sorry, something went wrong.
Please assign me this issue . I would really like to work on it .
No branches or pull requests
Since we are thinking of dropping node 10 support in #1935 and because most browsers support ES6 and beyond, we can:
var
s and uselet
/const
instead.import
s by converting normal JS files to.mjs
. (which will be compiled by browserify into a single package)ref: https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c
This can be done file by file without issues. Anything else?
The text was updated successfully, but these errors were encountered: