Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KATT committed Oct 20, 2023
1 parent b788347 commit 14b8407
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions benchmark/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ const obj = {
// obj.self = obj;

const tson = createTson({
nonce: () => "__",
types: [tsonDate, tsonRegExp, tsonSet],
});

Expand Down
5 changes: 3 additions & 2 deletions cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,14 @@
"pnpm-lock.yaml"
],
"words": [
"clsx",
"Codecov",
"codespace",
"commitlint",
"contributorsrc",
"conventionalcommits",
"deferreds",
"gzipped",
"Iterarable",
"KATT",
"kleur",
Expand All @@ -32,7 +34,6 @@
"tsup",
"tupleson",
"unevaled",
"wontfix",
"clsx"
"wontfix"
]
}

0 comments on commit 14b8407

Please sign in to comment.