...
This option controls the behavior of Profound.js's module transformation process when calls to async Profound.js APIs are detected within an array iteration function, such as forEach().
See section What section What is Module Transformation? on this page for in Coding With Promises in Profound.js for more information.
Valid values are:
- "none": Do nothing
- "warn": Log a message to stderr for each detected case
- "throw": Throw an error for the first detected case
- "transform": Attempt to transform the coding so that the array iteration functions will run in series
...