@@ -21,6 +21,9 @@ Semantic Versioning.
2121 setters cannot be generators"). (Implemented by [ koopiehoop] [ ] .)
2222* ` async get ` and ` async set ` in classes now report [ E0714] [ ] ("'async' keyword
2323 is not allowed on getters or setters"). (Implemented by [ koopiehoop] [ ] .)
24+ * Multiple ` export default ` statements now report [ E0715] [ ] ("cannot use
25+ multiple ` export default ` statements in one module"). (Implemented by
26+ [ Ariel Don] [ ] .)
2427* Emacs: The Debian/Ubuntu package now installs the Emacs plugin. Manual
2528 installation of the .el files is no longer required.
2629* CLI: The new ` --stdin-path ` CLI option allows users of the ` --stdin ` option
@@ -1076,6 +1079,7 @@ Beta release.
10761079[ AidenThing ] : https://github.com/AidenThing
10771080[ Alek Lefebvre ] : https://github.com/AlekLefebvre
10781081[ Amir ] : https://github.com/ahmafi
1082+ [ Ariel Don ] : https://github.com/arieldon
10791083[ Austin Garcia ] : https://github.com/holychowders
10801084[ Christian Mund ] : https://github.com/kkkrist
10811085[ Daniel La Rocque ] : https://github.com/dlarocque
@@ -1242,3 +1246,4 @@ Beta release.
12421246[ E0712 ] : https://quick-lint-js.com/errors/E0712/
12431247[ E0713 ] : https://quick-lint-js.com/errors/E0713/
12441248[ E0714 ] : https://quick-lint-js.com/errors/E0714/
1249+ [ E0715 ] : https://quick-lint-js.com/errors/E0715/
0 commit comments