tunnckoCore/parse-function

When default value consists of a list of expressions, default value is not returned as a string

ericmorand opened this issue · 0 comments

Related to #110

The expected behavior of the lib is that default values are returned as string instead of their raw value:

  • 'null' instead of null
  • 'false' instead of false
  • '"foo"' instead of "foo"

My fix to #110 broke that logic.