Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Code Blockinfo

This

option

was

added

in

Profound.js

6.0.0

This option controls whether or not Profound.js's module transformation process attempts to add async/await on calls to all functions that are defined with async.

...

This option can also be overridden for an individual Profound.js program by including a comment anywhere in the code containing the text PROFOUNDJS_autoAsyncAwait=VALUE, where VALUE is one of those above. The text is case-sensitive.

...