Community
Participate
Working Groups
Update the JavaScriptAliaser class with * actual JavaScript keywords * remove aliasing of individual characters in addCharacterAlias and getAlias_.
Implemented function aliasing to handle things like EString.length, where length cannot be implemented as-is in the JS RT because of JS constraints.
JS is aliasing enough to meet our current needs and pass existing tests, however, there is more work to do and I don't want to resolve this enhancement yet.
Closing this out because aliasing is done for 070.
Closing this work item