-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Show variables and globals in form view (#1536)
* support for seqN variables in form view * scope vml variables and parameters pulled in * return globals even if parse tree is unavailable * pull isVariable check into reactive block * reuse isDefined function * toggle between literal and reference option * change term reference to symbol * readability of enable repeat args check * don't use symbol for boolean test * pr feedback reactive statement not triggered * pr feedback - combine template literals where possible * pr feedback variable name * use filterEmpty instead of new duplicate function * move CSS attribute to parent, playwrigth selector update * ensure functions called in reactive statements only depend on parameters * remove extraneous optional chain * more descriptive test names * pr feedback, delete useQuotes option and format in ArgEditor
- Loading branch information
Showing
16 changed files
with
384 additions
and
89 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.