nodeJS constant

Runtime const nodeJS

The command-line Node.js VM.

Implementation

static const Runtime nodeJS = Runtime(
    'Node.js', 'node', Compiler.dart2js, [Compiler.dart2js],
    isJS: true);