Vibe.ScriptRuntime.JS (vibe v0.2.2)

Copy Markdown View Source

Optional JavaScript/TypeScript evaluation through QuickBEAM.

This is intentionally a helper module callable from eval, not a new model-facing tool.

Summary

Functions

run(code, opts \\ [])

@spec run(
  String.t(),
  keyword()
) :: {:ok, term()} | {:error, term()}