Skip to content

Revisit Fast APIs implementations & New implementations #182

Description

@H4ad

Since #23, there have been many implementations in Node using fast APIs, and I want to open this issue to encourage to revisit them and probably take a look at other places where we could implement the latest changes.

Since nodejs/node#54077, we have now support to throw errors inside fast apis, this was not possible before and we the "options.fallback" was the only way to throw errors.

We also had some limitations around int64 and bigints, and now I think those limitations was solved since I found some tests on v8 returning bigints:

I'm still trying to figure out all the limitations around these new changes, so any hints around these new changes are very welcome.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions