From c2d6114b08d04c0dc25ac9e01606783a5965807e Mon Sep 17 00:00:00 2001 From: Lucas Nogueira Date: Tue, 28 Mar 2023 07:33:45 -0300 Subject: [PATCH] add tauri, app and testing plugins --- texts/0005-api-refactor.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/texts/0005-api-refactor.md b/texts/0005-api-refactor.md index d48e0d8..e65e669 100644 --- a/texts/0005-api-refactor.md +++ b/texts/0005-api-refactor.md @@ -64,6 +64,9 @@ Here is the complete list of APIs we need to rewrite as plugins. Some of them ar | file-system | core | ✓ | ✓ | x | x | | window | core | ✓ | ✓ | x | x | | event | core | ✓ | ✓ | x | x | +| tauri | core | ✓ | ✓ | x | x | +| app | core | ✓ | ✓ | x | x | +| testing (mocks) | regular | ✓ | ✓ | x | x | | clipboard | regular | ✓ | ✓ | ✓ | ? | | dialog | regular | ✓ | ✓ | ✓ | ? | | http | regular | ✓ | ✓ | x | x |