Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

node-compat-json

BespokeView578MIT0.0.1

List of javascript language support status for node

node, javascript, language, es6, nightly, support, features, data, json, api, core

readme

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