JSPM

  • Created
  • Published
  • Downloads 4411989
  • Score
    100M100P100Q208584F

List available v8 flags.

Package Exports

  • v8flags

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (v8flags) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

v8flags Build Status

List available v8 flags.

NPM

Example

const v8flags = require('v8flags');

v8flags(function(err, flags) {
  console.log(flags);
});

Release History

  • 2014-05-09 - v0.1.0 - initial release