Commit Graph

3 Commits

Author SHA1 Message Date
tomsideguide 8f05b1a3db feat(node): reject with an Error carrying the error code
- `code` on the rejection names the ConvertError variant, so callers
  branch on it rather than on the message text
- napi fills `code` from the error's status, so the rejection is rebuilt
  in Task::reject, the one place with an Env to build a JS error with
- ConvertErrorCode reaches index.d.ts through a dts header file, which
  survives regeneration
2026-08-05 18:36:10 +01:00
tomsideguide aa695d3c7d feat: add an anydoc CLI to the npm package 2026-08-04 20:48:25 +01:00
tomsideguide fafe45c4a4 feat(node): napi bindings published as @firecrawl/anydoc 2026-08-03 13:43:35 +01:00