Package: wnpp Severity: wishlist X-Debbugs-Cc: [email protected] Owner: Emfox Zhou <[email protected]>
* Package name : node-prosemirror-buildhelper Version : 0.2.0 Upstream Author : Marijn Haverbeke <[email protected]> * URL : https://github.com/prosemirror/buildhelper * License : MIT Programming Lang: JavaScript Description : helper scripts to build ProseMirror packages @prosemirror/buildhelper provides pm-buildhelper, the build driver that the ProseMirror packages use to build themselves: it converts the /// doc comments in the sources to JSDoc comments so that the TypeScript compiler will not strip them, compiles the package's TypeScript sources in memory, and then runs Rollup together with rollup-plugin-dts to emit dist/index.js (ES module), dist/index.cjs (CommonJS) and dist/index.d.ts from the package's main TypeScript file. . Current prosemirror-* releases, as needed by the Zotero note editor, build themselves with pm-buildhelper instead of the older "rollup -c" setup, so this package is required in order to build them from source. This is part of packaging Zotero for Debian (#1125955). . Node.js is an event-based server-side JavaScript engine.

