Item Support #69

Merged
Oliver merged 50 commits from feature/item-support into main 2026-04-15 02:42:54 +00:00
Showing only changes of commit 2d6db98530 - Show all commits

View file

@ -1,4 +1,4 @@
const config = Object.preventExtensions({
const config = Object.seal({
subKeyPattern: /@(?<key>[a-zA-Z.]+)/gm,
maxDepth: 10,
});