* 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.
* 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>