Skip to content

Comments

hide internal props#120

Closed
milahu wants to merge 1 commit intojsdom:mainfrom
milahu:fix-interface-props
Closed

hide internal props#120
milahu wants to merge 1 commit intojsdom:mainfrom
milahu:fix-interface-props

Conversation

@milahu
Copy link

@milahu milahu commented Sep 14, 2020

old:

> JSON.stringify(decl, 0, 2)
{
  _values: { .... },
  _importants: { .... },
  _length: 1234,
  _onChange: function() {},
  '0': 'display',
  '1': 'color'
}

new:

> JSON.stringify(decl, 0, 2)
{
  '0': 'display',
  '1': 'color'
}

@asamuzaK asamuzaK mentioned this pull request May 12, 2025
@domenic domenic closed this in 79c88c4 Jun 7, 2025
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.

1 participant