aboutsummaryrefslogtreecommitdiff
path: root/src/index.ts (unfollow)
Commit message (Expand)Author
2023-08-25docs: crazy amounts of docsAkshay Nair
2023-08-25feat: h expressions for declaring elementsAkshay Nair
2023-08-25refactor: refactors declarationsAkshay Nair
2023-08-25feat: adds clock exampleAkshay Nair
2023-08-25refactor: adds Value type to represent generic js valuesAkshay Nair
2023-08-20feat: implements function call and adds support for recursionAkshay Nair
2023-08-20refactor: adds evalvalue type instead of stringAkshay Nair
2023-08-18feat: adds on focus and blur events + todo-list is feature completeAkshay Nair
2023-08-18feat: call arbitrary method on node + added :parent selectorAkshay Nair
2023-08-18feat: adds instance element access + gets the todo example functionalAkshay Nair
2023-08-17feat: fixes styles for element + uses data-element for todo-list exampleAkshay Nair
2023-08-13feat: adds checkbox that doesn't work in exampleAkshay Nair
2023-08-13fix: get-var hackAkshay Nair
2023-08-13feat: adds conditionalsAkshay Nair
2023-08-13feat: adds checked test case + implements pure actions flag + minor ...Akshay Nair
2023-08-13fix: handles value attribute for set-attrAkshay Nair
2023-08-13feat: test case for todo-app with adding new itemsAkshay Nair
2023-08-13feat: adds applying css properties for instances + adds --cssx-text e...Akshay Nair
2023-08-13feat: adds add-children and remove-element actionsAkshay Nair
2023-08-13feat: finalizes component system. it fucking works holy shit.Akshay Nair