A Parcel bundler plugin for compiling NQP (Not Quite Perl) files during builds. Current version 0.43.0 is stable with no recent updates. It integrates NQP source files into the Parcel asset pipeline, allowing NQP to be used alongside JavaScript. Differentiates from other NQP tools by providing zero-config bundling via Parcel. Release cadence is low; last update was several years ago. Works with Parcel v1 only.
npm install parcel-plugin-nqpNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows installation, configuration, and build steps for using Parcel v1 with the NQP plugin.
Migrate to Parcel v2 and use an alternative NQP pipeline or a compatible plugin if available.
Ensure you are using Parcel v1. Check with 'npm list parcel-bundler'.
Install NQP via your system package manager or Rakudo Star.
Consider forking or contacting maintainer if issues arise.
Run 'npm install --save-dev parcel-plugin-nqp'
Install NQP (e.g., 'brew install rakudo-star' on macOS)
Downgrade to Parcel v1: 'npm install --save-dev parcel-bundler@1'