Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / quick-lint/quick-lint-js issues and pull requests

#1129 - figure out rules with 'declare global' and non-shadowable globals

Issue - State: open - Opened by strager 9 months ago
Labels: false positive, false negative

#1128 - 10$: warn on using . after ?.

Issue - State: closed - Opened by strager 9 months ago - 3 comments
Labels: good first issue, for hire

#1127 - duplicate export detection is buggy

Issue - State: open - Opened by strager 9 months ago
Labels: false positive, false negative

#1126 - 10$: improve diagnostics for missing parameter name

Issue - State: open - Opened by strager 10 months ago
Labels: for hire

#1125 - error on parameter decorator in overload signature

Issue - State: open - Opened by strager 10 months ago
Labels: false negative

#1124 - look up TypeScript parameter decorators in correct scope

Issue - State: open - Opened by strager 10 months ago
Labels: false negative

#1123 - 12$: parse or error on UTF-16 files

Issue - State: open - Opened by strager 10 months ago
Labels: for hire

#1122 - 10$: don't error on class with same name as aliased empty namespace

Issue - State: open - Opened by strager 10 months ago
Labels: for hire, false positive

#1121 - feat(typescript): disallow newline after modifiers in generic parameter

Pull Request - State: closed - Opened by arieldon 10 months ago - 1 comment

#1119 - 8$: improve diagnostic for <A<B>> </A<B>>

Issue - State: open - Opened by strager 10 months ago
Labels: for hire

#1118 - 10$: disallow newline after 'in'/'out'/'const' modifier in generic parameter list

Issue - State: open - Opened by strager 10 months ago
Labels: for hire, false negative

#1117 - fix(typescript): fix cyclic type false positive

Pull Request - State: closed - Opened by ruipserra 10 months ago - 2 comments

#1116 - fix(typescript): report E0429 for class 'extends' clause

Pull Request - State: closed - Opened by arieldon 10 months ago - 1 comment

#1115 - feat: Adding to Webi package repository

Pull Request - State: open - Opened by yasserare 10 months ago

#1114 - 8$: report E0429 for class 'extends' clause

Issue - State: open - Opened by strager 10 months ago
Labels: for hire, false negative

#1113 - 30$: report misleading indentation for braceless if/etc.

Issue - State: open - Opened by strager 10 months ago - 1 comment
Labels: for hire

#1112 - Commit transaction after parsing Typescript type definition, interface, or namespace

Pull Request - State: closed - Opened by ruipserra 10 months ago - 3 comments

#1111 - refactor: move duplicate 'default' export detection into Variable_Analyzer

Issue - State: closed - Opened by strager 10 months ago - 1 comment

#1110 - feat(website): update macOS build instructions

Pull Request - State: closed - Opened by ruipserra 10 months ago - 4 comments

#1109 - add svelte support

Issue - State: open - Opened by KraXen72 10 months ago - 1 comment

#1107 - error on merged class/interface with mixed exportness (sorta)

Issue - State: open - Opened by strager 10 months ago
Labels: false negative

#1106 - 10$: warn on unsupported JSX HTML entities (e.g. &semi;)

Issue - State: open - Opened by strager 11 months ago
Labels: for hire

#1105 - 10$: warn on semicolon after JSX component

Issue - State: open - Opened by strager 11 months ago
Labels: for hire

#1104 - Emacs Flymake: diagnostics with empty span do not appear

Issue - State: open - Opened by strager 11 months ago
Labels: false negative

#1103 - 20$: implement ESLint's no-constant-binary-expression rule

Issue - State: open - Opened by strager 11 months ago
Labels: for hire

#1102 - Bump_Vector-style container for strings

Issue - State: open - Opened by strager 11 months ago

#1101 - fix(fe): don't report missing `else` for bad `if` expression

Pull Request - State: closed - Opened by arieldon 11 months ago - 3 comments

#1100 - winget package signing issue

Issue - State: closed - Opened by strager 11 months ago - 6 comments

#1099 - 'cmake --install . --component build-tools' broken since 2.16.0

Issue - State: closed - Opened by strager 11 months ago - 1 comment

#1098 - Emacs (Flymake): quick-lint-js shows errors in .json files

Issue - State: open - Opened by strager 11 months ago - 1 comment

#1097 - 8$: suggest { } around arrow body on statement keyword

Issue - State: open - Opened by strager 11 months ago
Labels: for hire

#1096 - feat: error on multiple export defaults in module

Pull Request - State: closed - Opened by arieldon 11 months ago - 4 comments

#1095 - 8$: improve diagnostic if 'class' used as destructured name

Issue - State: open - Opened by strager 11 months ago
Labels: for hire

#1094 - Feature/warn missing fallthrough

Pull Request - State: closed - Opened by yashmasani 11 months ago - 5 comments

#1093 - feat(fe): warn on confusing operator precedence of & and >>

Pull Request - State: closed - Opened by toastin0 12 months ago - 9 comments

#1092 - Website: site map

Issue - State: open - Opened by strager 12 months ago

#1091 - 9$: 'declare global' requires an 'export' somewhere in the file

Issue - State: open - Opened by strager 12 months ago - 1 comment

#1090 - 12$: warn on missing semicolon before (expression) or [array]

Issue - State: open - Opened by strager 12 months ago - 2 comments
Labels: for hire

#1089 - add quick-lint-js to taiki-e/install-action

Issue - State: open - Opened by strager 12 months ago

#1088 - MIT=good, GPLv3=meh, not the other way around

Pull Request - State: closed - Opened by mmkal 12 months ago - 5 comments

#1087 - fix: new diag for async/generator on getter/setter

Pull Request - State: closed - Opened by koopiehoop about 1 year ago - 3 comments

#1086 - 🐛 CLA allows relicensing under MIT, etc.

Issue - State: open - Opened by strager about 1 year ago

#1085 - feat: new diag for missing commas between array elements

Pull Request - State: closed - Opened by koopiehoop about 1 year ago - 3 comments

#1084 - refactor(website): Use `article` in `og:type` tag in blog articles.

Pull Request - State: closed - Opened by k1ng440 about 1 year ago - 1 comment

#1083 - Fix/improve diagnostic for e0018

Pull Request - State: closed - Opened by yashmasani about 1 year ago - 2 comments

#1082 - 10$: Suggest computed property on template literal as object key

Issue - State: open - Opened by strager about 1 year ago - 3 comments
Labels: for hire

#1081 - Warn on missing fallthrough comment in switch

Issue - State: closed - Opened by strager about 1 year ago - 3 comments

#1080 - Blog article OGP tags

Issue - State: closed - Opened by k1ng440 about 1 year ago

#1079 - fix(logging): fix reading UTF-16 trace files on big-endian architectures

Pull Request - State: closed - Opened by strager about 1 year ago - 2 comments

#1078 - Tests failing on s390x on Alpine Linux

Issue - State: closed - Opened by chereskata about 1 year ago - 5 comments

#1077 - 10$: error on ['foo' 'bar'] (missing comma)

Issue - State: closed - Opened by strager about 1 year ago
Labels: for hire, false negative

#1076 - Website: Use Node.js --watch

Issue - State: closed - Opened by strager about 1 year ago - 1 comment

#1075 - redo diagnostic categories

Issue - State: open - Opened by strager about 1 year ago

#1074 - VSCode configuration for QLJS developers

Pull Request - State: closed - Opened by HicaroD about 1 year ago - 1 comment

#1073 - fix(typescript): not allow empty body 'if' with semicolon #1067

Pull Request - State: closed - Opened by samir-hamud about 1 year ago - 3 comments

#1072 - fix(docs): Reduce scope of lspconfig example to quick-lint-js

Pull Request - State: closed - Opened by RossBarnie about 1 year ago - 5 comments

#1071 - Parse decorators

Issue - State: closed - Opened by strager about 1 year ago - 1 comment

#1070 - #1063: Improve error recovery for missing } in parameter destructure

Pull Request - State: closed - Opened by yashmasani about 1 year ago - 5 comments

#1069 - GCC 10

Issue - State: open - Opened by strager about 1 year ago

#1068 - 25$: allow opting out of language features with config

Issue - State: open - Opened by strager about 1 year ago
Labels: for hire

#1067 - 8$: error on 'if(c);' in TypeScript mode

Issue - State: closed - Opened by strager about 1 year ago - 3 comments
Labels: for hire, false negative

#1066 - 10$: error on async/generator getter/setter

Issue - State: closed - Opened by strager about 1 year ago
Labels: for hire, false negative

#1065 - Website: Rome -> Biome

Issue - State: closed - Opened by strager about 1 year ago

#1064 - Custom fuzz tester

Issue - State: open - Opened by strager about 1 year ago

#1063 - 6$: Improve error recovery for missing } in parameter destructure

Issue - State: closed - Opened by strager about 1 year ago - 4 comments
Labels: good first issue, for hire

#1062 - musl libc build failure

Issue - State: closed - Opened by strager about 1 year ago - 2 comments

#1061 - download analytics

Issue - State: open - Opened by strager about 1 year ago - 2 comments

#1060 - 12$: Improve diagnostic for missing ')' in 'if'

Issue - State: closed - Opened by strager about 1 year ago - 1 comment
Labels: for hire

#1059 - Partially fix build failure of test suite on FreeBSD

Pull Request - State: closed - Opened by herrhotzenplotz about 1 year ago

#1058 - 12$: warn when destructuring in for-in loop

Issue - State: open - Opened by strager about 1 year ago
Labels: for hire

#1057 - kqueue event loop does not signal writer

Issue - State: closed - Opened by strager about 1 year ago - 2 comments

#1056 - 10$: Warn on mixing >> and & precedence

Issue - State: closed - Opened by strager about 1 year ago - 5 comments
Labels: for hire

#1055 - VS Code test flaky failure

Issue - State: open - Opened by strager about 1 year ago - 8 comments

#1054 - flaky Test_File.read_file_reads_from_pty_master failure on macOS

Issue - State: closed - Opened by strager about 1 year ago - 6 comments

#1053 - docs(plugin/vscode): dead link in BUILDING.md

Issue - State: closed - Opened by HicaroD about 1 year ago - 1 comment

#1052 - fix(#1013): adding new diagnostic for missing expression on ${} (missing expression)

Pull Request - State: closed - Opened by HicaroD about 1 year ago - 3 comments

#1051 - Inlay hints for automatically-inserted semicolons

Issue - State: open - Opened by strager about 1 year ago

#1050 - improve DevX for debug tracing

Issue - State: open - Opened by strager about 1 year ago - 8 comments

#1049 - Website: redo <h1>, <h2>, ...

Issue - State: closed - Opened by strager about 1 year ago - 1 comment

#1047 - Update nvim-lspconfig's default config

Issue - State: closed - Opened by k1ng440 about 1 year ago - 1 comment

#1046 - fix: Website: Make code blocks scrollable on mobile view

Pull Request - State: closed - Opened by nikohoffren about 1 year ago - 5 comments

#1045 - VS Code: thinks config exists even though it doesn't

Issue - State: open - Opened by strager about 1 year ago
Labels: false positive

#1044 - feat: warning on xor operator as exponentiation

Pull Request - State: closed - Opened by pedrobl85 about 1 year ago - 5 comments

#1043 - Fix FreeBSD Build

Pull Request - State: closed - Opened by AidenThing about 1 year ago - 2 comments

#1042 - FreeBSD build Broken

Issue - State: closed - Opened by AidenThing about 1 year ago - 1 comment

#1041 - apt-key is deprecated

Issue - State: open - Opened by k1ng440 about 1 year ago - 3 comments

#1040 - 6$: error on 'export default foo[bar]' inside declare module

Issue - State: open - Opened by strager over 1 year ago
Labels: for hire

#1039 - 8$: error on multiple 'export default'-s

Issue - State: closed - Opened by strager over 1 year ago - 1 comment
Labels: for hire

#1038 - use aria-current to indicate current nav

Pull Request - State: closed - Opened by devinhadley over 1 year ago - 4 comments

#1037 - 10$: suggest where to write 'async' if missing

Issue - State: open - Opened by strager over 1 year ago
Labels: for hire

#1036 - 12$: warn on getter with no return

Issue - State: open - Opened by strager over 1 year ago - 1 comment
Labels: for hire

#1035 - feat(website): add tabbed interface to vim install instructions

Pull Request - State: closed - Opened by Menotdan over 1 year ago - 8 comments

#1034 - .meta/quick-lint-js.config support

Issue - State: open - Opened by strager over 1 year ago - 5 comments

#1033 - Website: web demo does not show certain diagnostics

Issue - State: closed - Opened by strager over 1 year ago - 1 comment

#1032 - New diag: unexpected '...'

Pull Request - State: closed - Opened by isaacnonato over 1 year ago - 6 comments

#1031 - Warn on variable assignment to self being no-op

Pull Request - State: closed - Opened by holychowders over 1 year ago - 4 comments

#1030 - Vim+ALE: linting doesn't work in unnamed buffers

Issue - State: open - Opened by strager over 1 year ago
Labels: false negative