-
-
Notifications
You must be signed in to change notification settings - Fork 725
Labels
A-parserArea - ParserArea - Parser
Description
export export function foo() {
}
Reports:
x TS(1029): 'export' modifier must precede 'declare' modifier.
,-[:1:8]
1 | export export function foo() {
: ^^^^^^
`----
x 'export' modifier cannot be used here.
,-[:1:8]
1 | export export function foo() {
: ^^^^^^
`----
help: Allowed modifiers are: declare, async
We should follow typescript (or better), and do somthing like just report 'export' modifier already seen.
Copilot
Metadata
Metadata
Assignees
Labels
A-parserArea - ParserArea - Parser