mirror of
https://github.com/appy-one/acebase-core.git
synced 2026-05-24 22:01:23 -06:00
[PR #36] [MERGED] Improvement: TS style schema object parser #36
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#36
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/36
Author: @appy-one
Created: 2/13/2023
Status: ✅ Merged
Merged: 2/13/2023
Merged by: @appy-one
Base:
master← Head:improvement/ts-style-schema-object-parser📝 Commits (2)
cada91eImprove ts style schema object parser:6fc802buse ; 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.