{"id":27382,"library":"se-builder-transpiler","title":"se-builder-transpiler","description":"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.","status":"abandoned","version":"0.4.0","language":"javascript","source_language":"en","source_url":"https://github.com/toddtarsi/selenium-suite/packages/se-builder-transpiler","tags":["javascript","se-builder","transpiler","server"],"install":[{"cmd":"npm install se-builder-transpiler","lang":"bash","label":"npm"},{"cmd":"yarn add se-builder-transpiler","lang":"bash","label":"yarn"},{"cmd":"pnpm add se-builder-transpiler","lang":"bash","label":"pnpm"}],"dependencies":[],"imports":[{"note":"Package may be ESM-only; check exports.","wrong":"const transpile = require('se-builder-transpiler')","symbol":"transpile","correct":"import { transpile } from 'se-builder-transpiler'"},{"note":"No documentation available; default export may not exist.","wrong":"const seBuilderTranspiler = require('se-builder-transpiler').default","symbol":"default","correct":"import seBuilderTranspiler from 'se-builder-transpiler'"},{"note":"Hypothetical named export based on package type.","wrong":"import Transpiler from 'se-builder-transpiler'","symbol":"Transpiler","correct":"import { Transpiler } from 'se-builder-transpiler'"}],"quickstart":{"code":"import { transpile } from 'se-builder-transpiler';\nimport { readFileSync } from 'fs';\n\nconst json = readFileSync('suite.json', 'utf8');\nconst suite = JSON.parse(json);\nconst result = transpile(suite);\nconsole.log(result);","lang":"typescript","description":"Shows basic usage: reading a Selenium Builder JSON suite and transpiling it to code."},"warnings":[{"fix":"Examine package source code directly or avoid using.","message":"No documentation, tests, or README available; usage entirely speculative.","severity":"gotcha","affected_versions":">=0.0.0"},{"fix":"Consider alternative tools for Selenium suite conversion.","message":"Package appears abandoned with no updates since publication.","severity":"deprecated","affected_versions":">=0.0.0"},{"fix":"Check package.json license or contact author.","message":"License status unclear; may have restrictive terms for commercial use.","severity":"gotcha","affected_versions":">=0.0.0"}],"env_vars":null,"last_verified":"2026-05-01T00:00:00.000Z","next_check":"2026-07-30T00:00:00.000Z","problems":[{"fix":"Run 'npm install se-builder-transpiler'","cause":"Package not installed or not in node_modules.","error":"Cannot find module 'se-builder-transpiler'"},{"fix":"Check package exports or use different import syntax.","cause":"Incorrect import or the function is not exported as expected.","error":"TypeError: transpile is not a function"},{"fix":"Add 'type': 'module' to package.json or use dynamic import().","cause":"Package is ESM-only but project uses CommonJS without configuration.","error":"SyntaxError: Unexpected token 'export'"}],"ecosystem":"npm","meta_description":null,"install_score":null,"install_tag":null,"quickstart_score":null,"quickstart_tag":null}