Skip to content

Conversation

@MeesterDev
Copy link

This solves #125.

I initially considered throwing an error where there is now a warning, but settled on a warning to prevent breaking existing code.
image

continue;
}
previouslyAssigned[property] = true;
if (typeof (classObject as any)[property] === 'function') {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.


utils.ts:146 Uncaught (in promise) TypeError: 'caller', 'callee', and 'arguments' properties may not be accessed on strict mode functions or the arguments objects for calls to them

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants