DefinitelyTyped/types/ace
restimel 63f5ebe451 ace: extend all core component with optionProvider. (#25058)
The methods setOption, setOptions, getOption, and getOptions are available
for all core ace components (editor, session, renderer):
https://github.com/ajaxorg/ace/wiki/Configuring-Ace

In commit 19fc8fa756, it was done only for
editor.
Now a dedicated OptionProvider interface is available and core components
interface extends this new one.
2018-04-24 16:55:20 -07:00
..
test
index.d.ts ace: extend all core component with optionProvider. (#25058) 2018-04-24 16:55:20 -07:00
tsconfig.json Remove esModuleInterop from tsconfigs (no longer mandatory) 2018-02-14 14:55:13 -08:00
tslint.json