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 worked for me:
import { Range } from "ace-builds"