5 Commits

Author SHA1 Message Date
Wonsuk Choi
6c0a178a4a chore(examples): remove 'pnpm-lock.yaml' (#1034)
* chore(examples): remove 'pnpm-lock.yaml'

* chore(.gitignore): add lock file patterns in 'examples'
2025-01-12 07:47:30 +09:00
Daishi Kato
30d5ea15b5 Migrate to pnpm (#894)
* migrate to pnpm

* wip: fix some

* add typed-macro

* hack path

* wip: some fixes

* wip: some fixes

* wip: some more fixes

* ignore type error

* ignore with any

* Revert "ignore with any"

This reverts commit eb8dae03fc.

* add types/unist

* Revert "Revert "ignore with any""

This reverts commit 190f9d8cbc.
2024-05-12 14:59:00 +09:00
Nick K
09d7567e50 fix(vanilla): Improve Snapshot type so that it respects builtin objects (#672)
* Improve Snapshot type so that it respects builtin objects

* Update ts 3.4 patch for Snapshot type

* Add pnpm and npm lockfiles to .gitignore. Add tests for Snapshot type.

* Add SnapshotIgnore type to list ignored objects

* Add RegExp, Error, WeakMap and WeakSet to Snapshot typings tests.

* Update yarn.lock

* Update yarn.lock

* Update tests/typings/Snapshot.test-d.ts

Co-authored-by: Daishi Kato <dai-shi@users.noreply.github.com>

* Add test case for classes in Snapshot type tests

* Replace import type with import to fix tests for TS 3.7, because it was introduced in TS 3.8.

* Fix for deep object test in Snapshot tests.

* Fix ESLint error.

* Move Snapshot type tests along the jest tests for snapshot. Rewrite these tests as noot jest tests.

* More Snapshot typings tests into decribe() function.

---------

Co-authored-by: Daishi Kato <dai-shi@users.noreply.github.com>
2023-02-25 08:26:21 +09:00
Thomas Osmonson
0524196388 build: use esbuild plugin (#129) 2021-04-01 21:00:22 +09:00
daishi
b4342250d1 initial commit 2020-11-17 09:13:06 +09:00