aboutsummaryrefslogtreecommitdiff
path: root/src/eval.ts (follow)
Commit message (Expand)AuthorAge
* refactor: adds Value type to represent generic js valuesAkshay Nair2023-08-25
* feat: string concatentation + quoteAkshay Nair2023-08-25
* feat: implements function call and adds support for recursionAkshay Nair2023-08-20
* feat: function declarationAkshay Nair2023-08-20
* refactor: adds evalvalue type instead of stringAkshay Nair2023-08-20
* feat: allows using return value of js-evalAkshay Nair2023-08-18
* feat: call arbitrary method on node + added :parent selectorAkshay Nair2023-08-18
* fix: get-var hackAkshay Nair2023-08-13
* feat: adds conditionalsAkshay Nair2023-08-13
* feat: adds checked test case + implements pure actions flag + minor ...Akshay Nair2023-08-13
* feat: adds applying css properties for instances + adds --cssx-text e...Akshay Nair2023-08-13
* feat: adds add-children and remove-element actionsAkshay Nair2023-08-13
* feat: selector parser + pair parser implementedAkshay Nair2023-08-13
* feat: allows set-attr on other elements + adds attr functionAkshay Nair2023-08-12
* chore: prettier + eslint magicAkshay Nair2023-08-12
* test: adds test for simple signup page exampleAkshay Nair2023-08-11
* chore: adds prettierAkshay Nair2023-08-11
* feat: complets form submit exampleAkshay Nair2023-08-11
* refactor: minor refactorAkshay Nair2023-08-11
* feat: adds more functions for evalAkshay Nair2023-08-11