Marat Dulin
Marat Dulin
> For example, if one suffix is alias: useFileList(['vanilla.js', 'browser.js || js']). > How to express it using the reorder option? At which point do you really need it?
@andrewblond if you introduce `alias` option, you don't need the `reorder` option I guess.
@andrewblond I'm not sure. Try to choose more appropriate name.
Thank you for your report. I will accept a well-made Pull Request on this.
@jgm `html-entities` is widely used and is focused on performance, has around 10kk installations per week according to https://www.npmjs.com/package/html-entities. `html-entities` has both higher performance and loading speed compared to `entities`.
@jgm the latest `html-entities` is `99.5 kB` :)
I think we should finish the whole node list, because people are already using a lot from ES6, ES7 and JSX.
@hzoo what is the goal of their `6rc`?
Hello @mwalkerr. What is the exact problem? What logic in html-entities you are comparing to JSON.parse?
Can't import the named export 'decode' from non EcmaScript module (only default export is available)
Hello @dennisgeerts. I'm not sure I've understood your setup. You're saying that you are trying to use this package in your nodejs application, at the same time you post Webpack-related...