TypeScript/src/testRunner/playbackRef.ts
Wesley Wigham a78342a160
Move most harness globals into namespaces (#35530)
* Move most harness globals into namespaces

* Remove forward declaration from `createMapShim` and move all `Map` declarations into one file

* A small pile of more changes to get the harness transforming
2019-12-06 15:20:49 -08:00

2 lines
84 B
TypeScript

// empty ref to Playback so it can be referenced by unittests
namespace Playback {}