forked from microsoft/powerquery-parser
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes for TypeUtils.isCompatible (microsoft#266)
* initial commit * better signature for createNumberLiteral * allows Map for OrderedMap constructor * better error message * added LogicalLiteral to isLiteral * added tests, fixing issues * simplifying primitive/literal checks * fn rename * some squashing of cases * more tests * correcting DefinedListType, still need to resolve build error * updated typescript to solve build issue * fixing ANyNonNull * updating package version * simplified logic for logical literal factory
- Loading branch information
1 parent
60eb91f
commit 5c91196
Showing
11 changed files
with
460 additions
and
204 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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
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.