quick-lint / quick-lint-js

quick-lint-js finds bugs in JavaScript programs
https://quick-lint-js.com
GNU General Public License v3.0
1.52k stars 191 forks source link

feat: add new diag "namespace alias" in javascript code #1196

Closed UnfairBots closed 5 months ago

UnfairBots commented 6 months ago

Summary: Add new diag E0719, using Typescript namespace alias in javascript code to separate E0274, rename some test functions from import_alias to namespace_alias

This closes #1138

github-actions[bot] commented 6 months ago

CLA Assistant Lite bot Thank you for your contribution! Like many free software projects, you must sign our Contributor License Agreement before we can accept your contribution.

EDIT: All contributors have signed quick-lint-js' Contributor License Agreement (CLA-v1.md).

UnfairBots commented 6 months ago

I have read and hereby agree to quick-lint-js' Contributor License Agreement (CLA-v1.md).

UnfairBots commented 6 months ago

recheck

UnfairBots commented 5 months ago

Hello @strager, I updated new patch and resolved your comments, please review and let me know if any change is required. Thanks

strager commented 5 months ago

Landed as Git commit 24040d4e3a5e3c7da8ca08f719d32491fe768d25. Thanks again!