You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When building ckeditor4-docs, webpack Angular compilation (starting from 2.0.0 version) throws An accessor cannot be declared in an ambient context TS errors:
Are you reporting a feature request or a bug?
Bug
Provide detailed reproduction steps (if any)
When building
ckeditor4-docs
, webpack Angular compilation (starting from2.0.0
version) throwsAn accessor cannot be declared in an ambient context
TS errors:The lines to blame are:
ckeditor4-angular/dist/ckeditor.component.d.ts
Lines 42 to 43 in 6313ee6
ckeditor4-angular/dist/ckeditor.component.d.ts
Lines 50 to 51 in 6313ee6
It might be reproduced on this commit ckeditor/ckeditor4-docs@d5ddece. Seems it may be related to TS issue - microsoft/TypeScript#33939
It also means, any project using Angular integration in a similar manner as CKEditor 4 docs may have similar issues.
The text was updated successfully, but these errors were encountered: