Skip to content

Commit

Permalink
refactor: [Issue 311] Validations in ecmascript/Module - error handli…
Browse files Browse the repository at this point in the history
…ng options, regex validation

New enum with error handling options for the Module.load and import methods.
New method setModuleErrorHandler in VROES and Module, accepting enum option or custom error handler
Regex validation of action/module paths in Module.load/import
Module error handling will only be invoked at the public method (load/import) level (not recursively)

Signed-off-by: Mihail Penchev (c) <[email protected]>
  • Loading branch information
bcpmihail committed Aug 1, 2024
1 parent 275e79c commit 037f452
Show file tree
Hide file tree
Showing 4 changed files with 260 additions and 155 deletions.
Loading

0 comments on commit 037f452

Please sign in to comment.