Frame icon indicating copy to clipboard operation
Frame copied to clipboard

ObjectModel refactor

Open bugs181 opened this issue 6 years ago • 0 comments

Overview Progress:

  • [ ] Add additional ObjectModel types
  • [ ] Get rid of unnecessary looping for left-over schema
  • [ ] De-duplicate code by using a protect() function
  • [ ] Restructure code so it is easier to read and maintain
  • [ ] Convert ObjectModel Errors to TypeErrors
  • [ ] Detect getter/setters and copy them appropriately

Add additional ObjectModel types:

  • [ ] Optional
  • [ ] Array
  • [ ] Null
  • [ ] Undefined
  • [ ] Falsey

bugs181 avatar Mar 14 '19 15:03 bugs181