0.0.1 • Published 8 years ago

node-compat-json v0.0.1

Weekly downloads
4
License
MIT
Repository
github
Last release
8 years ago

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.

Install

$ npm install node-compat-json

Usage

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