[PR #144] [MERGED] Fix/eslint jsdocs async await #127

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

📋 Pull Request Information

Original PR: https://github.com/appy-one/acebase/pull/144
Author: @appy-one
Created: 8/22/2022
Status: Merged
Merged: 8/23/2022
Merged by: @appy-one

Base: masterHead: fix/eslint-jsdocs-async-await


📝 Commits (3)

  • 311db49 Fix NodeNotFoundError & NodeRevisionError imports
  • 0941316 * promises -> async/await
  • a9f9f46 Merge branch 'master' into fix/eslint-jsdocs-async-await

📊 Changes

6 files changed (+2207 additions, -2299 deletions)

View changed files

📝 src/acebase-browser.js (+23 -23)
📝 src/api-local.js (+63 -62)
📝 src/storage-acebase.js (+479 -479)
📝 src/storage-custom.js (+141 -140)
📝 src/storage-mssql.js (+767 -785)
📝 src/storage-sqlite.js (+734 -810)

📄 Description

  • Refactored many promises -> async / await
  • JSDoc improvements (helps with future TS port)
  • ESLint fixes

🔄 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/pull/144 **Author:** [@appy-one](https://github.com/appy-one) **Created:** 8/22/2022 **Status:** ✅ Merged **Merged:** 8/23/2022 **Merged by:** [@appy-one](https://github.com/appy-one) **Base:** `master` ← **Head:** `fix/eslint-jsdocs-async-await` --- ### 📝 Commits (3) - [`311db49`](https://github.com/appy-one/acebase/commit/311db49734ba259fb34538d666afdae858e50cff) Fix NodeNotFoundError & NodeRevisionError imports - [`0941316`](https://github.com/appy-one/acebase/commit/0941316968da6d127dc1f7ee049fed6affd024a8) * promises -> async/await - [`a9f9f46`](https://github.com/appy-one/acebase/commit/a9f9f4632b3840e48aee0513b7b5e5aa04fafeb1) Merge branch 'master' into fix/eslint-jsdocs-async-await ### 📊 Changes **6 files changed** (+2207 additions, -2299 deletions) <details> <summary>View changed files</summary> 📝 `src/acebase-browser.js` (+23 -23) 📝 `src/api-local.js` (+63 -62) 📝 `src/storage-acebase.js` (+479 -479) 📝 `src/storage-custom.js` (+141 -140) 📝 `src/storage-mssql.js` (+767 -785) 📝 `src/storage-sqlite.js` (+734 -810) </details> ### 📄 Description * Refactored many promises -> async / await * JSDoc improvements (helps with future TS port) * ESLint fixes --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-23 08:31:24 -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#127
No description provided.