You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The typings for swift_highlight_rules do not match the actual behavior
// import according to the typesimport{SwiftHighlightRules}from"ace-code/src/mode/swift_highlight_rules";// actual import, works in runtime, but broken in typescriptimport{HighlightRules}from"ace-code/src/mode/swift_highlight_rules";
Ace Version / Browser / OS / Keyboard layout
1.32.3
The text was updated successfully, but these errors were encountered:
I think there is a fundamental issue with your project, that such integrations are not tested properly. It is not something which an external contributor can fix.
For my tasks I already unblocked myself, see the linked pr, I could just remove the dependency on the problematic code.
In terms of the fundamental issue: Ace is a vanilla JavaScript project and we're adding type-checking capabilities to it incrementally to improve our testing posture.
Describe the bug
The typings for swift_highlight_rules do not match the actual behavior
Ace Version / Browser / OS / Keyboard layout
1.32.3
The text was updated successfully, but these errors were encountered: