#906002 ITP: node-has-object-spread -- Runtime detection of ES6 spread syntax

Package:
wnpp
Source:
wnpp
Submitter:
Bastien ROUCARIES
Date:
2025-11-29 16:41:37 UTC
Severity:
wishlist
#906002#5
Date:
2018-08-12 23:11:16 UTC
From:
To:
* Package name    : node-has-object-spread
  Version         : 1.0.0
  Upstream Author : Renée Kooi <renee@kooi.me>
* URL             : https://github.com/goto-bus-stop/has-object-spread
* License         : Apache-2.0
  Programming Lang: JavaScript
  Description  : Runtime detection of ES6 spread syntax
This package is a unit test helper detecting if javascript (ES6)
spread syntax is supported
by the javascript engine.
 .
 Spread syntax allows an iterable such as an array expression or
string to be expanded in places   where zero or more arguments (for
function calls) or elements (for array literals) are expected, or   an
object expression to be expanded in places where zero or more
key-value pairs (for object literals) are expected.
.
This package is a build dependency of browserify, a JavaScript tool
that allows developers to write Node.js-style modules that compile for
use in the browser.
 .
 Node.js is an event-based server-side JavaScript engine.