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 documentation for EditSession.getMarkers(link) states that it should return a JavaScript Array. However, it returns an "arraylike" plain javascript object instead, i.e. it's prototype is Object instead of Array.
This is an issue for people using acejs in languages such as TypeScript or Dart, where the interop layer between the the target language and ace.js cannot convert the return type correctly.
The text was updated successfully, but these errors were encountered:
Issue:
The documentation for
EditSession.getMarkers
(link) states that it should return a JavaScript Array. However, it returns an "arraylike" plain javascript object instead, i.e. it's prototype is Object instead of Array.This is an issue for people using acejs in languages such as TypeScript or Dart, where the interop layer between the the target language and ace.js cannot convert the return type correctly.
The text was updated successfully, but these errors were encountered: