Skip to content

Commit

Permalink
(fix) Fix docstring for extractVariableNames (#1178)
Browse files Browse the repository at this point in the history
  • Loading branch information
brandones authored Oct 15, 2024
1 parent 7696397 commit 7c04405
Show file tree
Hide file tree
Showing 3 changed files with 81 additions and 68 deletions.
1 change: 1 addition & 0 deletions packages/apps/esm-login-app/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"confirmPassword": "Confirm new password",
"continue": "Continue",
"errorChangingPassword": "Error changing password",
"footerlogo": "Footer Logo",
"invalidCredentials": "Invalid username or password",
"locationPreferenceRemoved": "Login location preference removed",
"locationPreferenceRemovedMessage": "You will need to select a location on each login",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ import { globalsAsync } from './globals';
* ```ts
* // variables will be ['myVar']
* const variables = extractVariableNames('new String(myVar)')
* ```
*
* Note that because this expression evaluator uses a restricted definition of "global" there are some Javascript
* globals that will be reported as a unbound expression. This is expected because the evaluator will still fail
Expand Down
Loading

0 comments on commit 7c04405

Please sign in to comment.