Leo Balter
|
89f9c13449
|
Expand tests for Optional Chaining
|
2020-06-30 17:37:01 -04:00 |
Toru Nagashima
|
28c6ea208d
|
add eval-optional-call.js (#2667)
|
2020-06-22 10:58:06 -07:00 |
Tomas Echeverri Valencia
|
6d4d69f19f
|
Add missing `?` in unit test (#2477)
The question mark is required as it is part of the "optional chaining operator" `?.` that's being tested here
|
2020-01-24 14:22:34 -05:00 |
Gus Caplan
|
502cc20010
|
fix delete test, add error tests, fix lint (#2453)
|
2019-12-21 16:57:41 -05:00 |
Benjamin E. Coe
|
0ea69c7864
|
feat: regression tests for optional call (#2429)
* feat: regression tests for optional call
* chore: address code review
* chore: fix assertion
* chore: set context rather than return context
|
2019-12-18 11:35:28 -05:00 |
Ross Kirsling
|
09380a4ae4
|
Add test verifying that optional call preserves `this`. (#2436)
* Add test verifying that optional call preserves `this`.
* Update test/language/expressions/optional-chaining/optional-call-preserves-this.js
Co-Authored-By: Leo Balter <leonardo.balter@gmail.com>
|
2019-12-03 16:28:15 -05:00 |
bcoe
|
5babea2780
|
chore: added a few more examples based on code review
|
2019-11-18 20:44:34 -08:00 |
bcoe
|
3d0c2037c3
|
feat(optional-chaining): add tests for IterationStatement
|
2019-11-17 21:11:24 -08:00 |
Benjamin E. Coe
|
c41a8ac1a0
|
test: adding async optional chaining tests (#2337)
* test: adding async optional chaining tests
* Update test/language/expressions/optional-chaining/member-expression-async-identifier.js
Co-Authored-By: Leo Balter <leonardo.balter@gmail.com>
* Update test/language/expressions/optional-chaining/optional-chain-async-square-brackets.js
Co-Authored-By: Leo Balter <leonardo.balter@gmail.com>
* Update test/language/expressions/optional-chaining/member-expression-async-this.js
Co-Authored-By: Leo Balter <leonardo.balter@gmail.com>
* Update test/language/expressions/optional-chaining/optional-chain-async-optional-chain-square-brackets.js
Co-Authored-By: Leo Balter <leonardo.balter@gmail.com>
* Update test/language/expressions/optional-chaining/optional-chain-async-optional-chain-square-brackets.js
Co-Authored-By: Leo Balter <leonardo.balter@gmail.com>
* Update test/language/expressions/optional-chaining/optional-chain-async-square-brackets.js
Co-Authored-By: Leo Balter <leonardo.balter@gmail.com>
* Update test/language/expressions/optional-chaining/optional-chain-async-square-brackets.js
Co-Authored-By: Leo Balter <leonardo.balter@gmail.com>
* Update test/language/expressions/optional-chaining/optional-chain-async-optional-chain-square-brackets.js
Co-Authored-By: Leo Balter <leonardo.balter@gmail.com>
* Update test/language/expressions/optional-chaining/member-expression-async-identifier.js
Co-Authored-By: Leo Balter <leonardo.balter@gmail.com>
* chore: update tests based on code review
* chore: address code review
|
2019-09-18 13:33:29 -03:00 |
Benjamin E. Coe
|
854df2196f
|
test: add test for ?. [expression] edge cases (#2297)
|
2019-08-28 15:02:17 -03:00 |
Leo Balter
|
1da297e305
|
Fix typo from optional chaining test (#2287)
|
2019-08-14 12:47:31 -04:00 |
Benjamin E. Coe
|
8f3aba3024
|
test: continuing to flesh out optional chaining tests (#2272)
|
2019-08-13 00:48:50 -04:00 |
Benjamin E. Coe
|
aae991da8a
|
feat: adding tests for optional chaining proposal (#2212)
|
2019-08-05 11:10:25 -04:00 |