StackOverflow - javascript, node.js, eslint, node-csv-parse, airbnb-js-styleguide
How to avoid for await...of with csv-parse
The styleguide says: 11.2 Don’t use generators for now. Why? They don’t transpile well to ES5. Fortunately if you're using a recent NodeJS version, you don't need to transpile down, and can use the engine's native support. For browsers this advice is also outdated soon.
Was this helpful?
Related Articles
Have a different question?
Can't find the answer you're looking for? Submit your own question to our community.
🛎️ Get Weekly OTA Fixes
New answers, vendor issues, and updates — straight to your inbox.