Mario Pietsch
8aa558eb2c
Remove module function wrapper and add matching configurations for dprint and eslint ( #7596 )
...
* remove blks first try
* dprint.json seems to be OK, some forgotten functions
* add some more space-after-keyword settings
* server remove blks
* add **/files to dprint exclude
* dprint.js fixes a typo
* add boot.js and bootprefix.js to dprint exclude
* dprint change dprint.json
* add dprint fmt as script
* remove jslint comments
* fix whitespace
* fix whitespace
* remove function-wrapper from geospatial plugin
* fix whitespace
* add function wrapper to dyannotate-startup
* remove dpring.json
2025-03-21 17:22:57 +00:00
jeremy@jermolene.com
589813f233
Improved fix for #7270
2023-03-10 09:41:36 +00:00
jeremy@jermolene.com
007b759421
Undefined variables in let widget: Revert fix for #7270
...
Reverts 8c378e0d24e9f4b8986316bc17f077b894d1eb30 and adds a test
2023-03-10 09:41:18 +00:00
jeremy@jermolene.com
8c378e0d24
Let widget should specify a default value for variables
...
Fixes #7270
2023-02-25 13:41:13 +00:00
jeremy@jermolene.com
1df4c29d73
Relax the restriction on the let widget being unable to create variables starting with a dollar
2022-10-01 09:47:26 +01:00
jeremy@jermolene.com
0bffae2108
Add utility method for getting ordered attributes
2022-04-26 14:02:31 +01:00
Cameron Fischer
2bfe522b72
Add $let widget ( #6148 )
...
* $let widget added and tested
* Documentation for $let, doc improvements for $vars
* let properly avoids refreshing when possible
* $let Changes as recommended by others
* Removed superfluous super method call
Also improved $let test
2021-10-30 11:42:22 +01:00