You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
I'm investigating the use of @agoric/babel-standalone in XS for module loading (ref endojs/endo#336Agoric/agoric-sdk#57 ) but I get invalid character errors from regexps used there.
These RegExps depend on Annex B (JavaScript for web browsers) features. Strictly speaking, an engine is not required to support them.
We've implemented support for this particular case. That will be included in our next Moddable SDK push.
We do not intend to provide general Annex B support.
This issue should be reported to the library authors so they can modify their RegExps to eliminate the unnecessary dependency. They should be simple changes.
Build environment: Linux
Target device: linux
Description
I'm investigating the use of
@agoric/babel-standalone
in XS for module loading (ref endojs/endo#336 Agoric/agoric-sdk#57 ) but I getinvalid character
errors from regexps used there.cc @michaelfig @kriskowal @warner
Steps to Reproduce
Expected behavior
babel-standalone is compiled
Other information
I suspect this is related to one or more of the known regexp test failures in XS Conformance
The text was updated successfully, but these errors were encountered: