You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]>
0 commit comments