You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1b2279e026
After making the |?| operator return |null| instead of an empty string in the previous commit, empty strings were still returned from predicates. This didn't make much sense. Return value of a predicate is unimportant (if you have one in hand, you already know the predicate succeeded) and one could even argue that predicates shouldn't return any value at all. The closest thing to "return no value" in JavaScript is returning |undefined|, so I decided to make predicates return exactly that. Implements part of #198. |
11 years ago | |
---|---|---|
.. | ||
generate-bytecode.spec.js | 11 years ago | |
remove-proxy-rules.spec.js | 12 years ago | |
report-left-recursion.spec.js | 12 years ago | |
report-missing-rules.spec.js | 12 years ago |