Skip to content

Commit bbac444

Browse files
bkaradzicCopilot
authored andcommitted
Strip eslint --fix doc-stub noise from INative (combined branch cleanup)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent aee206d commit bbac444

1 file changed

Lines changed: 0 additions & 24 deletions

File tree

packages/dev/core/src/Engines/Native/nativeInterfaces.ts

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -463,45 +463,21 @@ export const enum NativeTraceLevel {
463463
/** @internal */
464464
export interface INative {
465465
// NativeEngine plugin
466-
/**
467-
*
468-
*/
469466
Engine: INativeEngineConstructor;
470-
/**
471-
*
472-
*/
473467
NativeDataStream: INativeDataStreamConstructor;
474468

475469
// NativeCamera plugin
476-
/**
477-
*
478-
*/
479470
Camera?: INativeCameraConstructor;
480471

481472
// NativeCanvas plugin
482-
/**
483-
*
484-
*/
485473
Canvas?: INativeCanvasConstructor;
486-
/**
487-
*
488-
*/
489474
Image?: INativeImageConstructor;
490-
/**
491-
*
492-
*/
493475
Path2D?: INativePath2DConstructor;
494476

495477
// Native XMLHttpRequest polyfill
496-
/**
497-
*
498-
*/
499478
XMLHttpRequest?: typeof XMLHttpRequest;
500479

501480
// NativeInput plugin
502-
/**
503-
*
504-
*/
505481
DeviceInputSystem?: IDeviceInputSystemConstructor;
506482

507483
// NativeTracing plugin

0 commit comments

Comments
 (0)