Commits
Click on a commit to change the comparison rangeAdd test cases for declare-before-export and duplicate-declare modifiers
- declare-before-export-modifier.ts: Tests `declare export function foo() {}`
- duplicate-declare-modifier.ts: Tests `declare declare function foo() {}`
Both produce correct TS(1030) diagnostics for duplicate modifiers.
Co-authored-by: camc314 <18101008+camc314@users.noreply.github.com>