mirror of
https://github.com/appy-one/acebase-core.git
synced 2026-05-24 22:01:23 -06:00
[PR #22] [MERGED] Typescript: no implicit any #23
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#23
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/22
Author: @appy-one
Created: 11/5/2022
Status: ✅ Merged
Merged: 11/7/2022
Merged by: @appy-one
Base:
master← Head:improvement/tsc-no-implicit-any📝 Commits (7)
e6bef1eenabled noImplicitAny compiler option4b8f368Added types652ffedset /esm and /commonjs export targets43b4b45chore: build5b4d74bimport type only when possible28da185chore: build19c8d42removed custom dist exports, added types📊 Changes
78 files changed (+335 additions, -319 deletions)
View changed files
📝
dist/cjs/acebase-base.js.map(+1 -1)📝
dist/cjs/api.js.map(+1 -1)📝
dist/cjs/data-proxy.js(+7 -6)📝
dist/cjs/data-proxy.js.map(+1 -1)📝
dist/cjs/data-reference.js(+2 -2)📝
dist/cjs/data-reference.js.map(+1 -1)📝
dist/cjs/id.js.map(+1 -1)📝
dist/cjs/index.js.map(+1 -1)📝
dist/cjs/path-info.js.map(+1 -1)📝
dist/cjs/schema.js(+1 -1)📝
dist/cjs/schema.js.map(+1 -1)📝
dist/cjs/simple-colors.js(+1 -1)📝
dist/cjs/simple-colors.js.map(+1 -1)📝
dist/cjs/subscription.js(+14 -12)📝
dist/cjs/subscription.js.map(+1 -1)📝
dist/cjs/transport.js(+3 -2)📝
dist/cjs/transport.js.map(+1 -1)📝
dist/cjs/type-mappings.js(+10 -10)📝
dist/cjs/type-mappings.js.map(+1 -1)📝
dist/cjs/utils.js(+3 -3)...and 58 more files
📄 Description
Enabled the tsc noImplicitAny compiler option
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.