Registry / devops / gulp-hsp-transpiler

gulp-hsp-transpiler

JSON →
library0.0.3jsnpmunverified

Gulp plugin for transpiling Hashspace templates. Version 0.0.3, deprecated. Rarely updated, requires peer dependency 'hashspace'. Differentiator: integrates Hashspace transpilation into Gulp build pipelines, but lacks support beyond basic usage.

npm install gulp-hsp-transpiler
INSTALL
IMPORT
SIG · GULP-HSP-TRANSPILE
G
gulp-hsp-transpiler
devopsjavascriptv0.0.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

default
const hspTranspiler = require('gulp-hsp-transpiler');
import hspTranspiler from 'gulp-hsp-transpiler';
Package is CJS only, no ESM support. Use require().
gulp
const gulp = require('gulp');
import gulp from 'gulp';
Common pattern for Gulp plugins.

Basic Gulp task using gulp-hsp-transpiler to transpile Hashspace templates.

const gulp = require('gulp'); const hspTranspiler = require('gulp-hsp-transpiler'); gulp.task('default', function() { gulp.src('src/**/*.js') .pipe(hspTranspiler()) .pipe(gulp.dest('dist')); }); // Ensure 'hashspace' is installed as a dependency.
Debug
Known issues
deprecatedPackage is deprecated and unmaintained. No updates since initial release.
fix
Consider migrating to an alternative solution or forking the repository.
affects: >=0.0.0
gotchaRequires peer dependency 'hashspace' to be installed manually.
fix
Run `npm install hashspace` in your project.
affects: >=0.0.0
gotchaUsage example shows 'gulp-hsp-transpiler' but repository name is 'gulp-hsp-compiler'. Possible confusion.
fix
Double-check the package name: use 'gulp-hsp-transpiler'.
affects: >=0.0.0
Errors
Common errors & fixes
Error: Cannot find module 'hashspace'
Peer dependency 'hashspace' not installed.
fix
npm install hashspace
Upgrade
Version history
0.0.3latest on npm
Audit
Dependencies
hashspacerequiredpeer dependency required for transpilation
Agent activity
4 hits · last 30 days
node
4
Resources
gulp-hsp-transpiler — npm install gulp-hsp-transpiler · libregistry