1
0
mirror of https://github.com/MontFerret/ferret.git synced 2025-03-21 21:47:43 +02:00

9 Commits

Author SHA1 Message Date
Tim Voronov
1d0617eb3b
Added support of optional chaining (#634) 2021-07-16 14:46:08 -04:00
Tim Voronov
742bdae0ae
Feature/#263 waitfor event (#590)
* Added new WAITFOR syntax

* Added support of event options

* Added support of options

* Added support of using WAITFOR EVENT in variable assignment
2021-07-13 21:34:22 -04:00
Vladimir Fetisov
7601c903d9
issue-607: add object(array)Literal into memberExpression (#616) 2021-04-19 13:55:24 -04:00
Tim Voronov
01088247e2
Added support of Element.nextElementSibling and Element.previousEleme… (#569)
* Added support of Element.nextElementSibling and Element.previousElementSibling

* Fixed linting issues

* Removed reedundant logger use
2020-11-13 21:48:00 -05:00
Tim Voronov
0a2fd478cd Improved path lookup 2019-09-07 01:47:58 -04:00
Tim Voronov
2a8135657d
Fixed access to a member property right after a function call (#368) 2019-09-01 16:01:03 -04:00
Tim Voronov
19dbf12296
Added some benchmarks (#139) 2018-10-24 19:40:57 -04:00
Tim Voronov
685c5872aa Added possibility to use string literals as object poperties 2018-10-22 15:11:00 -04:00
Tim Voronov
cf70088fd8
#117 Added support for multiline strings (#129) 2018-10-15 18:50:55 -04:00