Open kdubb opened 4 years ago
@kdubb - I see you have a PR open for this issue; any idea what's going on with it?
the same here
@niveo @cdunford We have a fork @outfoxx/jackson-js currently published on NPM that includes all of our open PRs.
It's looking like this great project may be abandoned.
Environment
Any environment that minifies code. For example, Angular production builds which use WebPack with optimization enabled.
Description
Minification should not have any effect on usage including serialization and/or deserialization.
After minification serialization/deserialization fails with the error
Invalid Keyword
. This can be traced to an issue withgetArgumentNames
andmeriyah
'sparseScript
failing to parse the minified function signature.Also, it appears that even if the parsing succeeded the argument names would then be incorrect but I am not sure if this affects usage.
Steps to reproduce
JsonCreator
orJsonProperty
s on the constructor.