Source: node-rollup-plugin-import-trace Section: javascript Maintainer: Debian Javascript Maintainers Uploaders: Joseph Nahmias , Testsuite: autopkgtest-pkg-nodejs Build-Depends: debhelper-compat (= 13), dh-nodejs, dh-sequence-nodejs, node-rollup, node-rollup-plugin-node-resolve, node-typescript, Standards-Version: 4.7.4 Homepage: https://github.com/privatenumber/rollup-plugin-import-trace Vcs-Git: https://salsa.debian.org/js-team/node-rollup-plugin-import-trace.git Vcs-Browser: https://salsa.debian.org/js-team/node-rollup-plugin-import-trace Package: node-rollup-plugin-import-trace Architecture: all Multi-Arch: foreign Depends: node-rollup, ${misc:Depends}, Description: plugin for Rollup/Vite to trace import errors Rollup/Vite plugin that adds import traces to build errors. When a build error is thrown, the plugin adds an importTrace property showing the chain of imports that led to the problematic file: . Differs from the watchFiles property as that includes all files imported from the entry point, not just the chain that led to the error. . Node.js is an event-based server-side JavaScript engine.