Workflow scripts using dynamic import() now fail immediately with a clear syntax error instead of mid-run.
What's wrong with this entry?
A workflow script containing import() now fails at compile time with a SyntaxError instead of failing later when the VM refuses the module load.
- The validator walks for
ImportExpressionnodes and throws before execution, matching the existing VM-levelimportModuleDynamicallyrefusal. - Previously only
withstatements and reserved identifiers were rejected up front.
import() is not available in workflow scripts.
Strings lifted out of the shipped bundle, so the claim above can be checked against them.