You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Introduce errors
* Simplify mapping from value to term
1. It need not produce a wrapper but only a term, because it's used in a context that already has dataset & factory.
2. It need not support undefined returns, because those are handled elsewhere in the transformation pipeline.
* Overhaul mapping values to terms
* Overhaul mapping terms to values
* Don't reference file direct
* Use new nomenclature
* Fix unrelated test
* Accommodate stricter mapping
* Partially cover
* XSD NS
* Mitigate binary conversion in Node 24
* Apply new mapper naming everywhere
Co-authored-by: Matthieu Bosquet <matthieubosquet@gmail.com>
* Remove DS param from `ITermFrom`
* Explode `TermFrom` & `TermAs` by term type
Co-authored-by: Matthieu Bosquet <matthieubosquet@gmail.com>
* Consistent guards in TermAs
* Tidy
---------
Co-authored-by: Matthieu Bosquet <matthieubosquet@gmail.com>
0 commit comments