-
Notifications
You must be signed in to change notification settings - Fork 1.8k
An accessor cannot be declared in an ambient context. #4259
Copy link
Copy link
Closed
Description
I see this error when trying to update the website docs:
[07:24:34] /Users/daimms/dev/Tyriar/xtermjs.org/_xterm.js/typings/xterm.d.ts(711)
An accessor cannot be declared in an ambient context.
[07:24:34] /Users/daimms/dev/Tyriar/xtermjs.org/_xterm.js/typings/xterm.d.ts(711)
'get' and 'set' accessor must have the same type.
[07:24:34] /Users/daimms/dev/Tyriar/xtermjs.org/_xterm.js/typings/xterm.d.ts(729)
An accessor cannot be declared in an ambient context.
[07:24:34] /Users/daimms/dev/Tyriar/xtermjs.org/_xterm.js/typings/xterm.d.ts(729)
'get' and 'set' accessor must have the same type.
[07:24:34] 'typedoc' errored after 1.94 s
[07:24:34] Error in plugin "gulp-typedoc"
Reactions are currently unavailable