Closed
Description
Hi. We are developing a project that is running inside a hardened JavaScript environment called SES (Secure EcmaScript) and this library is one of our sub-dependencies. SES doesn't allow overriding “reserved” keywords like import
and this causes many issues for us.
My question is if it would be possible to maybe rename methods like this:
Line 305 in 51a4156
from
import(stream)
to something like _import(stream)
. This would solve our problems.
Thank you for the help.
Metadata
Metadata
Assignees
Labels
No labels