-
-
Notifications
You must be signed in to change notification settings - Fork 150
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore(test): extract test util into shared files * test(di): add initial tests to find edge cases for designParamTypes * test(di): improve test coverage fix(di): invoke correct method on array strategy resolver feat(di): recurse through static registrations to find register methods in more edge cases fix(di): invalidate Object keys to help diagnose invalid design:paramTypes refactor(di): append new resolvers on existing keys to a single array strategy resolver instead of nesting them fix(di): add a non-any type alternative to the InterfaceSymbol<T> so that container.get() returns correctly typed instances * test(jit): fix a few broken tests * chore(di): improve typings
- Loading branch information
1 parent
a87b09b
commit 6bc2d4d
Showing
11 changed files
with
1,913 additions
and
156 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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
import { _, stringify, jsonStringify, htmlStringify, createElement, verifyEqual } from '../../../../scripts/test-lib'; | ||
|
||
export { _, stringify, jsonStringify, htmlStringify, createElement, verifyEqual }; |
This file was deleted.
Oops, something went wrong.
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.