Skip to content

Commit 81d4d02

Browse files
authored
fix: exported anonymous class type may not be private or protected (#373)
Fixes issue in newer typescript versions that is not ignorable or expect-error-able: <img width="955" alt="Screenshot 2025-02-25 at 18 10 59" src="https://github.com/user-attachments/assets/db610bb4-8d99-45ad-8068-1936e850e205" />
1 parent aeb3ca5 commit 81d4d02

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/core/src/schema/schema.js

-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ export class API {
1616
* @param {Settings} settings
1717
*/
1818
constructor(settings) {
19-
/** @protected */
2019
this.settings = settings
2120
}
2221

0 commit comments

Comments
 (0)