build: fix build without built-in spellchecker (#22594)
This commit is contained in:
parent
3ff98e15d0
commit
bf75e5a91f
5 changed files with 30 additions and 7 deletions
1
typings/internal-ambient.d.ts
vendored
1
typings/internal-ambient.d.ts
vendored
|
@ -2,6 +2,7 @@ declare var internalBinding: any;
|
|||
|
||||
declare namespace NodeJS {
|
||||
interface FeaturesBinding {
|
||||
isBuiltinSpellCheckerEnabled(): boolean;
|
||||
isDesktopCapturerEnabled(): boolean;
|
||||
isOffscreenRenderingEnabled(): boolean;
|
||||
isRemoteModuleEnabled(): boolean;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue