mirror of
https://github.com/appy-one/acebase-core.git
synced 2026-05-24 22:01:23 -06:00
[PR #21] [MERGED] Moved types and jsdocs into sources #22
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#22
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/21
Author: @appy-one
Created: 10/3/2022
Status: ✅ Merged
Merged: 10/24/2022
Merged by: @appy-one
Base:
master← Head:fix/use-generated-types📝 Commits (10+)
992585aMoved types and jsdocs into sources6a50a83Moved more jsdocs into sources,15fcc30code & type improvements & fixes1feb457Added @internal annotations65c262aApi adjustments for acebase and acebase-client30e1a74* moved deprecated export signature here,f093639added @internal annotation9db2638public level8f4e818concatTypesArrays type improvemente512053Added @internal annotation📊 Changes
164 files changed (+3481 additions, -1896 deletions)
View changed files
📝
.npmignore(+7 -6)📝
create-package-files(+23 -10)📝
dist/cjs/acebase-base.js(+52 -40)📝
dist/cjs/acebase-base.js.map(+1 -1)📝
dist/cjs/api.js(+3 -3)📝
dist/cjs/api.js.map(+1 -1)📝
dist/cjs/data-proxy.js(+16 -0)📝
dist/cjs/data-proxy.js.map(+1 -1)📝
dist/cjs/data-reference.js(+57 -67)📝
dist/cjs/data-reference.js.map(+1 -1)📝
dist/cjs/data-snapshot.js(+15 -9)📝
dist/cjs/data-snapshot.js.map(+1 -1)📝
dist/cjs/debug.js(+1 -1)📝
dist/cjs/debug.js.map(+1 -1)📝
dist/cjs/id.js(+4 -0)📝
dist/cjs/id.js.map(+1 -1)📝
dist/cjs/index.d.ts(+1 -1)📝
dist/cjs/index.js(+6 -5)📝
dist/cjs/index.js.map(+1 -1)📝
dist/cjs/object-collection.js(+36 -0)...and 80 more files
📄 Description
Type definitions can now be generated by tsc
TODO
typesdir are implemented insrcfilestypesdirectory🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.