Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: add mode types, improve type definitions
This change adds a new ace-modes.d.ts file (references in the main ace.d.ts), which declares types for everything in the `ace/src/mode` folder. It's been done semi-automatically, and every mode or highlight rules have the same base type, even though technically different modes can have different sub-types (so currently we are omitting some information). Type definitions are excluded in the ace-builds package. Also included small fixes for existing types, like EditSession or Config.
- Loading branch information