asn1js
asn1js copied to clipboard
fallback to type ANY when content is TODO:unknown
This fixes #65
When trying to parse data with unknown content ("TODO:unknown"
) the parser fails on calling in
on a String. This commit uses type = {name: "ANY", type: "builtin"}
as a default value for this situation.
I'm thinking if this is still useful (after c9324b2c17c29d7018e77bb867f02bcddb28becf).
Obsoleted by 3bc60924b7f16e9e3f7ed5a35b161f2c0b581a6d.
(there are no more TODO
contents in the defs)