Gulp plugin to transpile Lispyscript to JavaScript. Based on the Babel plugin architecture, it integrates into Gulp pipelines for converting Lisp-like syntax to ECMAScript. Version 0.0.2, last updated in 2015 with no recent releases. Limited to Node >=0.12.0. Minimal documentation and no active maintenance.
npm install gulp-lispyscriptNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Transpile Lispyscript files to JavaScript with source maps and concatenation.
Consider using a maintained alternative or fork the repository to update compatibility.
Use an older Node version or upgrade the plugin code to support current Node APIs.
Wrap the stream in sourcemaps.init() and sourcemaps.write() as shown in the quickstart.
Use gulp.src('src/**/*.ls') and ensure the plugin can handle non-.js extensions (test first).Run 'npm install --save-dev gulp-lispyscript' and verify it's in the project directory.
Use 'var lispyscript = require('gulp-lispyscript');' (default export) instead of destructuring.Ensure gulp version 3.x is used (not gulp 4+). Check gulp compatibility.
No dependency data recorded yet.