21 Commits (5e1ffbbdfdaeec1aa5cd18ce69ef291900b375cd)

Author SHA1 Message Date
Andrew Kingston 403f64d1ac Use vm2 for JS execution in node, and a vm polyfill for the browser. Use 2 standalone entrypoints for string-templates depending on env 5 years ago
Andrew Kingston b2c843adb4 Lint 5 years ago
Andrew Kingston 9815a3ff8c Remove lodash functions and recursive context mutation in string templates to increase performance 5 years ago
mike12345567 1c2f8a2b12 Formatting and linting. 5 years ago
Andrew Kingston da6b76fbf5 Lint 5 years ago
mike12345567 3a1be567b8 Fixing an issue with date objects not being managed by handlebars correctly. 5 years ago
Andrew Kingston 556236ebce Add explicit prettier options 5 years ago
Keviin Åberg Kultalahti 4ec2e7d01f lint:fix 5 years ago
mike12345567 ae54a420ba Adding some more changes to make it more obvious when a binding hasn't worked. 6 years ago
mike12345567 e82fa5f68a Updating to use budibase helpers. 6 years ago
Michael Drury ff75f8e8a5 Some rollup fixes - the handlebars-helper library needs dynamic requires removed from it, likely best to fork it and do this. 6 years ago
mike12345567 bb85078300 Adding a literal helper which can make sure the output of an operation is a literal value. 6 years ago
mike12345567 01f9885637 Linting. 6 years ago
mike12345567 ebb78a3c29 Updating string templates to have test cases for all the main helpers we want to make use of and adding a readme. 6 years ago
mike12345567 b42677f657 Fixing some issues CI linting found. 6 years ago
mike12345567 83e8a45b91 Linting. 6 years ago
mike12345567 932107cd65 Changing up how processors work to make it a bit easier to add to them. 6 years ago
mike12345567 00967985e8 Getting ready to merge with some basic functionality but updates required to client/builder/automations to remove the need for space in hbs statement handling. 6 years ago
mike12345567 ec55655900 Handling undefined/null values in context object for string templates, replacing with empty string. 6 years ago
mike12345567 d3789c9069 More fixes for issues found by cheeks, as well as adding a test case for rendering app. 6 years ago
mike12345567 8ecabc91cc Linting. 6 years ago
mike12345567 3d33199f16 Fixing issue found by cheeks with all helper trying to wrap helpers even if no other helpers present. 6 years ago