{"id":27001,"library":"flow-transpiler","title":"flow-transpiler","description":"The flow-transpiler package is a pre-release (0.0.0-pre) tool for transpiling Flow-typed JavaScript code. It appears to be an early-stage or abandoned project with no documentation. Its current version is 0.0.0-pre, which is not stable and should not be used in production. No release cadence or key differentiators are available due to the lack of README and metadata.","status":"abandoned","version":"0.0.0-pre","language":"javascript","source_language":"en","source_url":null,"tags":["javascript"],"install":[{"cmd":"npm install flow-transpiler","lang":"bash","label":"npm"},{"cmd":"yarn add flow-transpiler","lang":"bash","label":"yarn"},{"cmd":"pnpm add flow-transpiler","lang":"bash","label":"pnpm"}],"dependencies":[],"imports":[{"note":"Default import may not exist; package has no documentation.","wrong":"const flowTranspiler = require('flow-transpiler')","symbol":"flowTranspiler","correct":"import flowTranspiler from 'flow-transpiler'"},{"note":"Named export 'transform' is speculative; no documentation.","wrong":"const { transform } = require('flow-transpiler')","symbol":"transform","correct":"import { transform } from 'flow-transpiler'"}],"quickstart":{"code":"import flowTranspiler from 'flow-transpiler';\n// No documentation available; usage is unknown.","lang":"javascript","description":"Minimal import showing how to use this pre-release package."},"warnings":[{"fix":"Do not use in production; consider using a mature alternative like Babel with Flow preset.","message":"Package is pre-release (0.0.0-pre) and has no stable API.","severity":"breaking","affected_versions":">=0.0.0"},{"fix":"Inspect source code directly or avoid using this package.","message":"No README, documentation, or usage examples available.","severity":"gotcha","affected_versions":"*"}],"env_vars":null,"last_verified":"2026-05-01T00:00:00.000Z","next_check":"2026-07-30T00:00:00.000Z","problems":[{"fix":"Ensure package is installed and check package.json for correct 'main' or 'exports' field.","cause":"Package may not be published correctly or missing main entry.","error":"Cannot find module 'flow-transpiler' or its corresponding type declarations."},{"fix":"Inspect the package's exports or use a different import pattern.","cause":"Package exports may not match expected default import.","error":"TypeError: flowTranspiler is not a function"}],"ecosystem":"npm","meta_description":null,"install_score":null,"install_tag":null,"quickstart_score":null,"quickstart_tag":null}