-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use AstEditor for all transpile modifications (#159)
* adds comments indicating ASTEdits * handle addLaunchHook with ast editor * fix lint issues * Remove unused `isFrameworkAdded` property * small FileFactory cleanup * Use `Program.getFile` instead of deprecated func * move testRunnerMetadata to beforeProgramTranspile * remove two ast comments as they don't need changed. * prettier RawCodeStatement output * Fix some AST edits. Add new unit test to validate * More AstEditor changes * use current package.json version in unit tests * Use AstEditor for callfunc transformations * add back default plugin export * Use AstEditor for 'getTestSuiteData' injection * remove already-fixed comment * remove unused util functions related to AST editing * Remove many unused util functions * Remove the "removeCode" method as the AstEditor already handles this * remove unused function * [email protected] fixes `super` transpile in watch mode * wip fix for updateClassLookupFunction bug * set plugin name * Run .ts version of plugin for `tests` instead of pre-compiling. * Fix transpiled code formatting issues. * fix lint issues. * run bsc build for tests in CI * fix tests build * fix framework path when running in ts-node * adds watchers * ignores slow test * adds some useful snippetS * Fixes issue where test suite counts never reset on subsequent launches, meaning if something had an @only on it, then @only rules would apply for all subsequent runs * adds watch task to launch tasks Co-authored-by: Bronley Plumb <[email protected]>
- Loading branch information
1 parent
af32a65
commit f2047a7
Showing
23 changed files
with
1,907 additions
and
355 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
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
Oops, something went wrong.