Registry / testing / se-builder-transpiler

se-builder-transpiler

JSON →
library0.4.0jsnpmunverified

A JSON transpiler extracted from se-builder, version 0.4.0, with unknown release cadence and no active development. It converts Selenium Builder JSON test suites into executable scripts. Differentiators are unclear; appears to be a subset of the larger se-builder project. No documentation available.

npm install se-builder-transpiler
INSTALL
IMPORT
SIG · SE-BUILDER-TRANSPI
S
se-builder-transpiler
testingjavascriptv0.4.0
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.

transpile
import { transpile } from 'se-builder-transpiler'
const transpile = require('se-builder-transpiler')
Package may be ESM-only; check exports.
default
import seBuilderTranspiler from 'se-builder-transpiler'
const seBuilderTranspiler = require('se-builder-transpiler').default
No documentation available; default export may not exist.
Transpiler
import { Transpiler } from 'se-builder-transpiler'
import Transpiler from 'se-builder-transpiler'
Hypothetical named export based on package type.

Shows basic usage: reading a Selenium Builder JSON suite and transpiling it to code.

import { transpile } from 'se-builder-transpiler'; import { readFileSync } from 'fs'; const json = readFileSync('suite.json', 'utf8'); const suite = JSON.parse(json); const result = transpile(suite); console.log(result);
Debug
Known issues
gotchaNo documentation, tests, or README available; usage entirely speculative.
fix
Examine package source code directly or avoid using.
affects: >=0.0.0
deprecatedPackage appears abandoned with no updates since publication.
fix
Consider alternative tools for Selenium suite conversion.
affects: >=0.0.0
gotchaLicense status unclear; may have restrictive terms for commercial use.
fix
Check package.json license or contact author.
affects: >=0.0.0
Errors
Common errors & fixes
Cannot find module 'se-builder-transpiler'
Package not installed or not in node_modules.
fix
Run 'npm install se-builder-transpiler'
TypeError: transpile is not a function
Incorrect import or the function is not exported as expected.
fix
Check package exports or use different import syntax.
SyntaxError: Unexpected token 'export'
Package is ESM-only but project uses CommonJS without configuration.
fix
Add 'type': 'module' to package.json or use dynamic import().
Upgrade
Version history
0.4.0latest on npm
Audit
Dependencies

No dependency data recorded yet.

Agent activity
3 hits · last 30 days
node
2
OpenAI (training)
1
Resources
se-builder-transpiler — npm install se-builder-transpiler · libregistry