Add tsdoc/jsdoc deprecated notice to Mirror (#1168)

This commit is contained in:
Justin Halsall
2023-03-08 08:19:37 +01:00
committed by GitHub
parent f27e545e18
commit d292167997
2 changed files with 3 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
---
---

View File

@@ -30,6 +30,7 @@ const DEPARTED_MIRROR_ACCESS_WARNING =
'now you can use replayer.getMirror() to access the mirror instance of a replayer,' +
'\r\n' +
'or you can use record.mirror to access the mirror instance during recording.';
/** @deprecated */
export let _mirror: DeprecatedMirror = {
map: {},
getId() {