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
Similar to "use strict", we should have a directive that enables the use of the NilScript feature superset (and would be a superset of Strict Mode).
Certain ECMAScript features could be disabled in "NilScript Mode", for example: decorators. This allows NilScript to coexist with ECMAScript when they define syntax that we already use.
The text was updated successfully, but these errors were encountered:
Similar to
"use strict"
, we should have a directive that enables the use of the NilScript feature superset (and would be a superset of Strict Mode).Certain ECMAScript features could be disabled in "NilScript Mode", for example: decorators. This allows NilScript to coexist with ECMAScript when they define syntax that we already use.
The text was updated successfully, but these errors were encountered: