Add tsdoc/jsdoc deprecated notice to Mirror (#1168)
This commit is contained in:
2
.changeset/calm-bulldogs-speak.md
Normal file
2
.changeset/calm-bulldogs-speak.md
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
---
|
||||||
|
---
|
||||||
@@ -30,6 +30,7 @@ const DEPARTED_MIRROR_ACCESS_WARNING =
|
|||||||
'now you can use replayer.getMirror() to access the mirror instance of a replayer,' +
|
'now you can use replayer.getMirror() to access the mirror instance of a replayer,' +
|
||||||
'\r\n' +
|
'\r\n' +
|
||||||
'or you can use record.mirror to access the mirror instance during recording.';
|
'or you can use record.mirror to access the mirror instance during recording.';
|
||||||
|
/** @deprecated */
|
||||||
export let _mirror: DeprecatedMirror = {
|
export let _mirror: DeprecatedMirror = {
|
||||||
map: {},
|
map: {},
|
||||||
getId() {
|
getId() {
|
||||||
|
|||||||
Reference in New Issue
Block a user