-
Notifications
You must be signed in to change notification settings - Fork 10.6k
Fix types to make "gulp typestest" succeeding #20641
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -23,6 +23,7 @@ | |
| /** @typedef {import("../draw_layer.js").DrawLayer} DrawLayer */ | ||
| // eslint-disable-next-line max-len | ||
| /** @typedef {import("../src/display/struct_tree_layer_builder.js").StructTreeLayerBuilder} StructTreeLayerBuilder */ | ||
| /** @typedef {import("../../../web/l10n.js").L10n} L10n */ | ||
|
Comment on lines
25
to
+26
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The line above this one points to |
||
|
|
||
| import { | ||
| AnnotationEditorPrefix, | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If
npx gulp typestestpasses again with these changes, please also undo the change from aa4d0f7 in the scope of this MR to activate it again in the CI.