ajaxorg/ace-builds — reverse-engineered prompt

Reverse engineered prompt

Build me a packaged browser version of the Ace code editor that I can drop into a normal webpage without having to compile anything myself.

I want ready to use builds in a few flavors, a readable version, a minified version, and no conflict versions for pages that already have their own module loading. Please include a very simple example page that just shows the editor working, plus a fuller demo page where I can try more options and see it in action. Keep the embedding experience straightforward with clear example HTML, and make sure the files can be served as normal static assets from a website.

If it fits, include the type definition files too so code editors can offer hints. The main goal is a convenient prebuilt distribution of Ace for embedding, not rebuilding the editor from source. Look up current Ace docs online if you need to.

Want more depth? Deep Reverse