Skip to content

Ace Typescript editor supporting custom language through completers with Typescript, Rollup and Babel

License

Notifications You must be signed in to change notification settings

sluger/ace-ts-editor

Folders and files

NameName
Last commit message
Last commit date
May 22, 2022
May 22, 2022
May 22, 2022
May 22, 2022
Dec 11, 2019
May 22, 2022
May 22, 2022
Dec 11, 2019
May 22, 2022
May 22, 2022
Dec 11, 2019
May 22, 2022
May 22, 2022
Jun 12, 2024
Apr 25, 2023
May 22, 2022
May 22, 2022

Repository files navigation

ace-ts-editor

Ace Typescript editor supporting custom language through completers with Typescript, Rollup and Babel

image

Prerequisites

Install node and npm, see engines.node in package.json.

Install

git clone git@github.com:sluger/ace-ts-editor.git
cd ace-ts-editor
npm i

Build

npm run build

Find the artifacts in the /dist folder.

Examples

Open /examples/index.html in the browser.

Development

The dev environment is configured with Prettier, Husky, lint-staged, eslint for TypeScript and Jest.

Testing

npm test

Runs a jest test creating an AceEditor instance.