-
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: fix extensions, cov,formating, types, errors and workers (#168)
- fixes extension waiting for tests - use polling because RaF doesn't work in extension - code coverage for undefined src line. - normalise code formatting - add types - improved error handling - better worker script loading BREAKING CHANGE: too many changes and esbuild updated
- Loading branch information
1 parent
6938ebd
commit 9593c3d
Showing
39 changed files
with
5,480 additions
and
4,636 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,3 +13,4 @@ node_modules | |
coverage.lcov | ||
yarn-error.log | ||
yarn.lock | ||
dist |
Oops, something went wrong.