Get rid of all export =
#750
Labels
c: refactor
PR that affects the runtime behavior, but doesn't add new features or fixes bugs
p: 1-normal
Nothing urgent
s: accepted
Accepted feature / Confirmed bug
Milestone
Replace all
export =
syntax withexport
orexport default
export =
is really bad and for example you cannot export types and interfaces in a file that use this syntax.This will be a huge breaking change! So we can do this earliest in v7
The text was updated successfully, but these errors were encountered: