mirror of
https://github.com/polygonhunter/slashosaurus.git
synced 2026-07-22 08:32:14 +00:00
The moment re-export is untyped in the review linter's environment, which kept the unsafe-any warnings alive regardless of local typings. The "Today's date" block only needs simple formatting, so core/dateformat.ts now handles the Moment-compatible tokens (YYYY MM DD HH mm ss, names, 12h/24h, [literals]) as a pure, tested function — moment dependency gone. Also pins @codemirror/state and @codemirror/view to obsidian's exact peer versions. |
||
|---|---|---|
| .. | ||
| catalog.test.ts | ||
| dateformat.test.ts | ||
| footnote.test.ts | ||
| insert.test.ts | ||
| rank.test.ts | ||
| snippets.test.ts | ||
| trigger.test.ts | ||
| wrap.test.ts | ||