[PR #36] [MERGED] Improvement: TS style schema object parser #36

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

📋 Pull Request Information

Original PR: https://github.com/appy-one/acebase-core/pull/36
Author: @appy-one
Created: 2/13/2023
Status: Merged
Merged: 2/13/2023
Merged by: @appy-one

Base: masterHead: improvement/ts-style-schema-object-parser


📝 Commits (2)

  • cada91e Improve ts style schema object parser:
  • 6fc802b use ; as type delimiter

📊 Changes

1 file changed (+14 additions, -11 deletions)

View changed files

📝 src/schema.ts (+14 -11)

📄 Description

Allow TypeScript style property ; delimiters and trailing ; or , delimiter when parsing schema objects. This will allow a schema objects like { prop1: boolean; prop2: number; }


🔄 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/36 **Author:** [@appy-one](https://github.com/appy-one) **Created:** 2/13/2023 **Status:** ✅ Merged **Merged:** 2/13/2023 **Merged by:** [@appy-one](https://github.com/appy-one) **Base:** `master` ← **Head:** `improvement/ts-style-schema-object-parser` --- ### 📝 Commits (2) - [`cada91e`](https://github.com/appy-one/acebase-core/commit/cada91e7c4aa71902a5639c0c0fd3ee2b4fd257e) Improve ts style schema object parser: - [`6fc802b`](https://github.com/appy-one/acebase-core/commit/6fc802bdfa6be31968f85558006f481131658f2e) use ; as type delimiter ### 📊 Changes **1 file changed** (+14 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `src/schema.ts` (+14 -11) </details> ### 📄 Description Allow TypeScript style property `;` delimiters and trailing `;` or `,` delimiter when parsing schema objects. This will allow a schema objects like `{ prop1: boolean; prop2: number; }` --- <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:37:09 -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#36
No description provided.