Tim Voronov
|
9756f0dc5a
|
Changed logic of iterator termination (#330)
|
2019-07-13 13:39:01 -04:00 |
|
Tim Voronov
|
d7b923e4c3
|
Feature/#220 iframe support (#315)
* Refactored Virtual DOM structure
* Added new E2E tests
* Updated E2E Test Runner
|
2019-06-19 17:58:56 -04:00 |
|
3timeslazy
|
acf2f13dcb
|
Linter Cleanups (#294)
* sync with MontFerret/ferret
* fix --param handling
When params is converted to map it uses strings.Split,
which slices a string into all substrings separated by :.
* remove impossible conditions nil != nil
* delete ineffectual assignments
* replace '+= 1' with '++'
* remove useless comparison with nil
* merge variable declarations
* remove bool comparison
* fix imports
* fix imports
* delete unused file
* use copy instead of loop
* delete unused DummyInterface
* remove unnecassary break statements
* tidy modules
|
2019-05-03 17:10:34 -04:00 |
|
Tim Voronov
|
3472630e6f
|
Bug/#142 clauses and statements (#148)
|
2018-10-28 01:45:26 -04:00 |
|
Tim Voronov
|
549b4abd3b
|
Feature/#5 collect keyword alt (#141)
Implemented COLLECT key word
|
2018-10-24 21:30:05 -04:00 |
|