diff options
| author | Kitson Kelly <me@kitsonkelly.com> | 2018-11-09 11:09:18 +1100 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2018-11-09 08:39:49 -0800 |
| commit | 34b6b86c76111396dd46e46015ad5536d6baa883 (patch) | |
| tree | 6c668147aa01f2be031f10bc594100a392bb7531 /tools/ts_library_builder/testdata | |
| parent | 172f5a51332b24c1027ea0f22d7e71b516dcd7d5 (diff) | |
Ensure global type instances are available.
Diffstat (limited to 'tools/ts_library_builder/testdata')
| -rw-r--r-- | tools/ts_library_builder/testdata/globals.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/ts_library_builder/testdata/globals.ts b/tools/ts_library_builder/testdata/globals.ts index e80862025..9d117c794 100644 --- a/tools/ts_library_builder/testdata/globals.ts +++ b/tools/ts_library_builder/testdata/globals.ts @@ -8,3 +8,5 @@ foobarbaz.bar = new moduleC.Bar(); foobarbaz.qat = moduleC.qat; foobarbaz.process = moduleE.process; foobarbaz.reprocess = moduleD.reprocess; +foobarbaz.Bar = moduleC.Bar; +export type Bar = moduleC.Bar; |
