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
Patch #1087 refactors the JavaScript runtime. It is only an initial refactoring that compartmentalises and modularises code. The refactoring is particularly crude with regard to mailboxes, access points, and channels as the involved logic is rather convoluted.
We should redesign the interface of the core modules, e.g. _$Links, _$Proc, _$Session, _$Constants, _$Types.
The text was updated successfully, but these errors were encountered:
Patch #1087 refactors the JavaScript runtime. It is only an initial refactoring that compartmentalises and modularises code. The refactoring is particularly crude with regard to mailboxes, access points, and channels as the involved logic is rather convoluted.
We should redesign the interface of the core modules, e.g.
_$Links
,_$Proc
,_$Session
,_$Constants
,_$Types
.The text was updated successfully, but these errors were encountered: