FoundKey/packages
Francis Dinh 78717e85d3
server: change JSON.parse/stringify to structuredClone
structuredClone is more typesafe than using JSON.parse and
JSON.stringify.

Now that Node 18.x is the new baseline, this should be safe to use now.

See https://developer.mozilla.org/en-US/docs/Web/API/structuredClone
for details.
2022-12-13 16:45:38 -05:00
..
backend server: change JSON.parse/stringify to structuredClone 2022-12-13 16:45:38 -05:00
client use tsc --noEmit for backend and client 2022-12-13 16:02:06 -05:00
foundkey-js chore: update @typescript-eslint packages 2022-12-13 15:57:26 -05:00
shared eslint: allow backticks to avoid escaping single/double quotes 2022-12-07 16:27:39 -05:00
sw sw: add TypeScript type checking 2022-12-13 15:42:08 -05:00
meta.json refactoring 2021-11-12 02:02:25 +09:00