--- - branch: MAIN date: Fri Sep 7 11:45:04 UTC 2018 files: - new: '1.143' old: '1.142' path: pkgsrc/lang/nodejs/Makefile pathrev: pkgsrc/lang/nodejs/Makefile@1.143 type: modified - new: '1.134' old: '1.133' path: pkgsrc/lang/nodejs/distinfo pathrev: pkgsrc/lang/nodejs/distinfo@1.134 type: modified id: 20180907T114504Z.5cd535dae1187b93eadb7f80f39de01a6e15808d log: | lang/nodejs: Update to 10.10.0. - child_process: - `TypedArray` and `DataView` values are now accepted as input by `execFileSync` and `spawnSync`. - coverage: - Native V8 code coverage information can now be output to disk by setting the environment variable `NODE_V8_COVERAGE` to a directory. - fs: - The methods `fs.read`, `fs.readSync`, `fs.write`, `fs.writeSync`, `fs.writeFile` and `fs.writeFileSync` now all accept `TypedArray` and `DataView` objects. - A new boolean option, `withFileTypes`, can be passed to to `fs.readdir` and `fs.readdirSync`. If set to true, the methods return an array of directory entries. These are objects that can be used to determine the type of each entry and filter them based on that without calling `fs.stat`. - http2: - The `http2` module is no longer experimental. - os: - Added two new methods: `os.getPriority` and `os.setPriority`, allowing to manipulate the scheduling priority of processes. - process: - Added `process.allowedNodeEnvironmentFlags`. This object can be used to programmatically validate and list flags that are allowed in the `NODE_OPTIONS` environment variable. - src: - Deprecated option variables in public C++ API. - Refactored options parsing. - vm: - Added `vm.compileFunction`, a method to create new JavaScript functions from a source body, with options similar to those of the other `vm` methods. module: pkgsrc subject: 'CVS commit: pkgsrc/lang/nodejs' unixtime: '1536320704' user: fhajny