json-diff-ts icon indicating copy to clipboard operation
json-diff-ts copied to clipboard

json-diff-ts/dist/index.d.ts have seven TS1005: ',' expected errors.

Open linconliu opened this issue 9 months ago • 3 comments

image

version 4.0.1 export { type Changeset, CompareOperation, type EmbeddedObjKeysMapType, type EmbeddedObjKeysType, type IAtomicChange, type IChange, type IComparisonEnrichedNode, Operation, type Options, applyChangelist, applyChangeset, atomizeChangeset, compare, createContainer, createValue, diff, enrich, getTypeOfObj, revertChangeset, unatomizeChangeset };

when I remove all the 'type' in above export, then compile, it success.

linconliu avatar May 25 '24 09:05 linconliu