Skip to content

Commit

Permalink
feat: expose V4 public interface
Browse files Browse the repository at this point in the history
Squashed commits:
 * wip: bump version of matt plugin to 0.0.4 with correct windows filename
 * wip: debug logs for plugin installer
 * wip: make install CLI work on windows
 * chore: use curl > wget in scripts
 * chore: run v4 examples in CI
 * chore: install plugins for build
 * chore: update to latest @types/node
  • Loading branch information
mefellows committed Nov 28, 2022
1 parent c6c3fae commit 047b61d
Show file tree
Hide file tree
Showing 21 changed files with 15,979 additions and 2,363 deletions.
10 changes: 10 additions & 0 deletions examples/v4/plugins/.mocharc.json
@@ -0,0 +1,10 @@
{
"bail": true,
"reporter": "spec",
"colors": true,
"timeout": 30000,
"exit": true,
"require": ["ts-node/register", "source-map-support/register"],
"full-trace": true,
"recursive": true
}

0 comments on commit 047b61d

Please sign in to comment.