Skip to content

Commit 73c6f7b

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

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
@@ -454,45 +454,21 @@ export const enum NativeTraceLevel {
454454
/** @internal */
455455
export interface INative {
456456
// NativeEngine plugin
457-
/**
458-
*
459-
*/
460457
Engine: INativeEngineConstructor;
461-
/**
462-
*
463-
*/
464458
NativeDataStream: INativeDataStreamConstructor;
465459

466460
// NativeCamera plugin
467-
/**
468-
*
469-
*/
470461
Camera?: INativeCameraConstructor;
471462

472463
// NativeCanvas plugin
473-
/**
474-
*
475-
*/
476464
Canvas?: INativeCanvasConstructor;
477-
/**
478-
*
479-
*/
480465
Image?: INativeImageConstructor;
481-
/**
482-
*
483-
*/
484466
Path2D?: INativePath2DConstructor;
485467

486468
// Native XMLHttpRequest polyfill
487-
/**
488-
*
489-
*/
490469
XMLHttpRequest?: typeof XMLHttpRequest;
491470

492471
// NativeInput plugin
493-
/**
494-
*
495-
*/
496472
DeviceInputSystem?: IDeviceInputSystemConstructor;
497473

498474
// NativeTracing plugin

0 commit comments

Comments
 (0)