UNPKG

node-compat-json

Version:

List of javascript language support status for node

33 lines (18 loc) 599 B
# node-compat-json > Javascript language support for node Static list of Javascript language support status for latest version of node. ## Credit Sourced from [kangax/compat-table](https://github.com/kangax/compat-table). ## Install ``` $ npm install node-compat-json ``` ## Usage ```js const nodeSupport = require('node-compat-json'); const supportedFeatures = nodeSupport.latest; console.log(supportedFeatures['ES2018']['features›template literal revision']); // Octal escape sequences are not allowed in strict mode. ``` ## License MIT © [Ryan Johnston](https://bespokeview.com)