Skip to content

Imp (types): Improved types for List data and it's meta#109

Merged
e11sy merged 8 commits intorelease/2.0from
improve-item-meta
Nov 6, 2024
Merged

Imp (types): Improved types for List data and it's meta#109
e11sy merged 8 commits intorelease/2.0from
improve-item-meta

Conversation

@e11sy
Copy link
Copy Markdown
Member

@e11sy e11sy commented Nov 6, 2024

  • Improved Types
  • Improved playground

Comment thread README.md Outdated
Comment thread src/ListTabulator/index.ts Outdated
*/
if (this.data.start !== undefined) {
this.changeStartWith(this.data.start);
if ((this.data.meta as OrderedListItemMeta).start !== undefined) {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
if ((this.data.meta as OrderedListItemMeta).start !== undefined) {
if ('start' in this.data.meta) {

Comment thread src/index.ts
@e11sy e11sy merged commit d92ff75 into release/2.0 Nov 6, 2024
@e11sy e11sy deleted the improve-item-meta branch November 6, 2024 19:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants