-
Notifications
You must be signed in to change notification settings - Fork 250
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(identify-files): use git to list files in
InputFileResolver
* Make the `files` configuration option completely optional. Use `git ls-files --others --exclude-standard --cached` as a default. * Remove maintenance on `transpiled`, `mutated` and `included` flags for files. * Gracefully accept old syntax with "deprecated" message * Implement new `File` api to communicate with transpilers and test runners * Replace serialize-javascript with surrial for serializing and deserializing. It supports instances of classes (used for `File` class). * Update the readme BREAKING CHANGES: * The `InputFileDescriptor` syntax for files is no longer supported. * Test runner plugins should keep track of which files are included into a test run and in which order. * Transpiler plugins should keep track of which files are to be transpiled.
- Loading branch information
Showing
65 changed files
with
1,440 additions
and
1,502 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 was deleted.
Oops, something went wrong.
Oops, something went wrong.