Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

convert-function-to-object-method potentially unsafe #67

Open
j4k0xb opened this issue Mar 20, 2023 · 0 comments
Open

convert-function-to-object-method potentially unsafe #67

j4k0xb opened this issue Mar 20, 2023 · 0 comments

Comments

@j4k0xb
Copy link

j4k0xb commented Mar 20, 2023

const obj = {
  a: function () {  },
  b() { },
};

new obj.a(); // Works
new obj.b(); // TypeError: obj.b is not a constructor

Would be more appropriate if the refactoring showed a warning instead of 馃煝 safe

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

No branches or pull requests

1 participant