node-prosemirror-buildhelper 0.2.0-1
Package Information
| 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. |
|---|---|
| Maintainer | Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org> |
| Changed By | Emfox Zhou <emfox@debian.org> |
| Sponsor | emfox@debian.org |
| Distribution | unstable |
| Architecture | all |
| VCS | git: https://salsa.debian.org/js-team/node-prosemirror-buildhelper.git (browse) |
| Closes | #1148420 |
| Tracker | https://tracker.debian.org/pkg/node-prosemirror-buildhelper |
| Uploaded | 3 hours ago |
New Package Report
.changes
| Architecture | source all |
|---|---|
| Distribution | unstable |
| Date | Sun, 20 Sep 2026 08:46:04 +0800 |
| Source | node-prosemirror-buildhelper |
| Version | 0.2.0-1 |
| Changed-By | Emfox Zhou |
Changelog
node-prosemirror-buildhelper (0.2.0-1) unstable; urgency=medium
.
* Initial release. (Closes: #1148420)
* Drop the pm-runtests runner and its @marijn/testtool dependency: the
test runner would need selenium-webdriver, which is not packaged in
Debian, and it is not needed to build the prosemirror packages.
* Use transformSync() instead of transform(), which Babel 8 no longer
provides as a synchronous call.
* Mark bin/pm-buildhelper.js executable again after dh_fixperms, which
forces all .js files to mode 644, and ship a manual page for pm-
buildhelper..dsc
| Priority | optional |
|---|---|
| Component | main |
| Package-List | node-prosemirror-buildhelper deb javascript optional arch=all |
| Section | javascript |
debian/copyright
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: buildhelper Source: https://github.com/prosemirror/buildhelper Files: * Copyright: 2021 Marijn Haverbeke <marijn@haverbeke.berlin> and others License: MIT License: MIT Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.