Skip to content

Add support for Node.js ESM #91

Description

@peterhirn

https://nodejs.org/api/esm.html

ESM support was added to Node.js a couple of years ago. Almost every other package in my application is ESM compatible. Please consider adding support.

Workaround:

import forgeApi from "forge-apis"
const { AuthClientTwoLegged, FoldersApi } = forgeApi 

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