Emitter 2d: the opaque carry in both positions and the reserved info string
CI / gate (push) Successful in 4s

This commit is contained in:
2026-08-26 15:46:02 +02:00
parent 038473ee73
commit 6f674b99b3
14 changed files with 271 additions and 20 deletions
-2
View File
@@ -1,7 +1,6 @@
export type ConvertErrorCode =
| 'ambiguous-attribute-spelling'
| 'not-an-adf-document'
| 'reserved-adf-language'
| 'unspellable-adjacent-lists'
| 'unspellable-character'
| 'unspellable-code-block-language'
@@ -17,7 +16,6 @@ export type ConvertErrorCode =
| 'unsupported-document-version'
| 'unsupported-heading-level'
| 'unsupported-node-shape'
| 'unsupported-node-type'
export type ConvertErrorPath = readonly (number | string)[]