Ace Typescript editor supporting custom language through completers with Typescript, Rollup and Babel
Install node and npm, see engines.node in package.json.
git clone git@github.com:sluger/ace-ts-editor.git
cd ace-ts-editor
npm inpm run buildFind the artifacts in the /dist folder.
Open /examples/index.html in the browser.
The dev environment is configured with Prettier, Husky, lint-staged, eslint for TypeScript and Jest.
npm testRuns a jest test creating an AceEditor instance.
