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
as you know, new.target contains the current object when "new" is used with a function (as contructor)
we use this as flag to detect the use of "new" keyword.
Coffeescript compiler fails when using this expression, so we need to use javascript injection instead.
Expected behaviour:
"new.target" should be used without any problem
The text was updated successfully, but these errors were encountered:
as you know, new.target contains the current object when "new" is used with a function (as contructor)
we use this as flag to detect the use of "new" keyword.
Coffeescript compiler fails when using this expression, so we need to use javascript injection instead.
Expected behaviour:
"new.target" should be used without any problem
The text was updated successfully, but these errors were encountered: