I am trying to create a Range object for the ace.js editor in my code, but it\'s not working. It is failing in a way I can\'t figure out. In the Ace documentati
ace.js
This solution var Range = ace.acequire('ace/range').Range; works for me!!!
var Range = ace.acequire('ace/range').Range;
Full code: https://stackoverflow.com/a/53387989/630169