mirror of
https://github.com/appy-one/acebase-client.git
synced 2026-05-24 22:01:18 -06:00
[PR #40] [MERGED] ESM module distribution #38
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/acebase-client#38
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-client/pull/40
Author: @appy-one
Created: 11/22/2022
Status: ✅ Merged
Merged: 11/22/2022
Merged by: @appy-one
Base:
master← Head:fix/esm-bundle📝 Commits (10+)
31e4590temp: use acebase-core from github brancha069766use esm bundle whenimported95bccd7browserify ignore rxjs Observable5b35f92chore: buildb935cbeuse latest acebase-core commit2f0c797use latest acebase-core commit from master branchd317a8donly importrequestfrom http & https5a38ab6chore: build39e32eaadd tests - simple starter7b77e28ignore test .js📊 Changes
28 files changed (+1195 additions, -71 deletions)
View changed files
📝
.eslintrc.json(+1 -1)📝
.gitignore(+2 -1)📝
.npmignore(+8 -7)📝
dist/browser.js(+75 -42)📝
dist/browser.min.js(+1 -1)📝
dist/cjs/request/index.js(+3 -3)📝
dist/cjs/request/index.js.map(+1 -1)📝
dist/esm/request/index.js(+3 -3)📝
dist/esm/request/index.js.map(+1 -1)📝
package-lock.json(+22 -3)📝
package.json(+3 -4)📝
src/request/index.ts(+3 -3)➕
test/README.md(+6 -0)➕
test/cjs/index.js(+4 -0)➕
test/cjs/package.json(+4 -0)➕
test/cjs/run.js(+48 -0)➕
test/cjs/settings.js(+8 -0)➕
test/esm/index.js(+4 -0)➕
test/esm/package.json(+4 -0)➕
test/esm/run.js(+44 -0)...and 8 more files
📄 Description
Compile to CommonJS and ESM module distributions, use ESM for
import, CommonJS otherwise. Also adds simple test package that connects to a local AceBase server.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.