Bug#897025: ITP: node-v8-compile-cache -- Node.js module that enables the code cache to speed up instantiation time

2022-05-02 Thread Jérémy Lal
Package: wnpp
Followup-For: Bug #897025

Hi,

I reworked Paolo's initial packaging (to use dh-sequence-nodejs),
and uploaded node-v8-compile-cache.

This package is (the last missing) build-dep of eslint 8.



Bug#897025: ITP: node-v8-compile-cache -- Node.js module that enables the code cache to speed up instantiation time

2018-04-27 Thread Paolo Greppi
Package: wnpp
Severity: wishlist
Owner: Paolo Greppi 

* Package name: node-v8-compile-cache
  Version : 1.1.2
  Upstream Author : Andres Suarez 
* URL : https://github.com/zertosh/v8-compile-cache
* License : Expat
  Programming Lang: JavaScript
  Description : Node.js module that enables the code cache to speed up 
instantiation time

 V8 is the JavaScript Engine used by Node.js and Chromium; it uses just-in-time
 compilation (JIT) to execute JavaScript code, and code caching to lessen the
 overhead to initially parse and compile a script.
 .
 The ability to tap into V8 to produce/consume this cache was introduced in
 Node v5.7.0. This module attaches a require hook to use V8's code cache to
 speed up instantiation time.
 .
 Node.js is an event-based server-side JavaScript engine.

This module is required for node-yarnpkg, see ITP:
https://bugs.debian.org/843021
and wiki:
https://salsa.debian.org/js-team/node-yarnpkg/wikis/home

My intention is to maintain it within the JavaScript maintainers team.

The repo will be on salsa:
https://salsa.debian.org/js-team/node-v8-compile-cache