A package providing a compiled .jar of Google Closure Compiler (SHA 579770a, Oct 2013) with an additional custom build that strips goog.debug calls. The package exposes two methods: getPath() and getPathSS() to retrieve paths to the vanilla and custom compiler jars respectively. Version 0.1.7 is the latest. It requires Node >=0.8.0 and is primarily used for JavaScript minification and optimization. Differentiators include a special build that removes debug logging for production builds. Note: the compiler version is very old and unmaintained since 2013, with no updates or security patches.
npm install superstartup-closure-compilerNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Demonstrates retrieving the path to the vanilla Closure Compiler jar and executing it via child_process.exec.
Migrate to a maintained Closure Compiler package like google-closure-compiler (npm).
Switch to an actively maintained closure compiler package.
Use a newer Node version and check compatibility; consider using a different package.
Run: npm install superstartup-closure-compiler
Use: const compiler = require('superstartup-closure-compiler'); then compiler.getPath()No dependency data recorded yet.