mirror of
https://github.com/appy-one/acebase-core.git
synced 2026-05-24 22:01:23 -06:00
[PR #12] [MERGED] fix ESM support - remove require call #16
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/acebase-core#16
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/appy-one/acebase-core/pull/12
Author: @akvadrako
Created: 4/28/2022
Status: ✅ Merged
Merged: 4/29/2022
Merged by: @appy-one
Base:
master← Head:fix-esm-no-require📝 Commits (1)
11d1db2fix ESM support - remove require call📊 Changes
5 files changed (+5 additions, -8 deletions)
View changed files
📝
dist/cjs/utils.js(+1 -2)📝
dist/cjs/utils.js.map(+1 -1)📝
dist/esm/utils.js(+1 -2)📝
dist/esm/utils.js.map(+1 -1)📝
src/utils.ts(+1 -2)📄 Description
This removes the
require()call for ESM support. I couldn't think of a better way to fix this that would also support CJS.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.