[PR #22] [MERGED] Typescript: no implicit any #23

Closed
opened 2026-05-23 08:36:51 -06:00 by gitea-mirror · 0 comments
Owner

📋 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: masterHead: improvement/tsc-no-implicit-any


📝 Commits (7)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/appy-one/acebase-core/pull/22 **Author:** [@appy-one](https://github.com/appy-one) **Created:** 11/5/2022 **Status:** ✅ Merged **Merged:** 11/7/2022 **Merged by:** [@appy-one](https://github.com/appy-one) **Base:** `master` ← **Head:** `improvement/tsc-no-implicit-any` --- ### 📝 Commits (7) - [`e6bef1e`](https://github.com/appy-one/acebase-core/commit/e6bef1e08d10f567c43cc2d0d948c3be461facc5) enabled noImplicitAny compiler option - [`4b8f368`](https://github.com/appy-one/acebase-core/commit/4b8f368b73ff1460b3824e2a8f4f885782cde029) Added types - [`652ffed`](https://github.com/appy-one/acebase-core/commit/652ffed22206cff0cc4326035170d9fcaff34961) set /esm and /commonjs export targets - [`43b4b45`](https://github.com/appy-one/acebase-core/commit/43b4b45429c9dca59304c647acfe26f93ef3da7d) chore: build - [`5b4d74b`](https://github.com/appy-one/acebase-core/commit/5b4d74ba15ea4c32269b7d86a981f802f4cfcd66) import type only when possible - [`28da185`](https://github.com/appy-one/acebase-core/commit/28da185122bfa8011ab562ec4a16e5a27483e788) chore: build - [`19c8d42`](https://github.com/appy-one/acebase-core/commit/19c8d421d7bd703e9f2ae3500ea5e7dcdce8994d) removed custom dist exports, added types ### 📊 Changes **78 files changed** (+335 additions, -319 deletions) <details> <summary>View changed files</summary> 📝 `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_ </details> ### 📄 Description Enabled the tsc noImplicitAny compiler option --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror added the
pull-request
label 2026-05-23 08:36:51 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/acebase-core#23
No description provided.