asn1js icon indicating copy to clipboard operation
asn1js copied to clipboard

fallback to type ANY when content is TODO:unknown

Open jan-vitek opened this issue 1 year ago • 1 comments

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.

jan-vitek avatar Apr 28 '23 16:04 jan-vitek

I'm thinking if this is still useful (after c9324b2c17c29d7018e77bb867f02bcddb28becf).

lapo-luchini avatar Aug 30 '23 12:08 lapo-luchini

Obsoleted by 3bc60924b7f16e9e3f7ed5a35b161f2c0b581a6d. (there are no more TODO contents in the defs)

lapo-luchini avatar Apr 01 '24 11:04 lapo-luchini