Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
ses
v1.8.0 (2024-08-27)New
legacyRegeneratorRuntimeTaming: 'unsafe-ignore'
lockdown option to tameold
regenerator-runtime
(from 0.10.5 to 0.13.7).If lockdown's
errorTrapping: 'report'
mode is selected (possibly via the'platform'
, or'exit'
or'abort'
modes), uncaught exceptions will bewritten to standard error with the new
SES_UNCAUGHT_EXCEPTION:
prefix.This is intended to give valuable context to users of the system, especially
when an uncaught exception is not an
Error
object, and therefore its originmay be hard to find in source code.
This is not likely to affect most systems built with SES, as stderr is
generally reserved for user-only messages. If your SES system sends its
stderr to a program which parses it, you may need to adapt that program to be
tolerant of the
SES_UNCAUGHT_EXCEPTION:
prefix. Even for such programs, itis unlikely they are that sensitive to stderr formatting.
@endo/bundle-source
v3.4.0 (2024-08-27)--elide-comments
(-e
) that blanks out the interior ofcomments in
endoScript
andendoZipBase64
formats to reduce bundle sizewithout compromising cursor position correspondence between source and bundle
code.
@endo/evasive-transform
v1.3.0 (2024-08-27)elideComments
option to replace the interior of comments withminimal blank space with identical cursor advancement behavior.