diff options
| author | Kitson Kelly <me@kitsonkelly.com> | 2019-09-15 22:58:06 +1000 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2019-09-15 08:58:06 -0400 |
| commit | c30decab77c4ebeb34ebd1d73b0f45bb26944c79 (patch) | |
| tree | 9665d533e7a204d0658c25bd72b6f94f4d76b9f1 /tests/type_definitions/fizz.d.ts | |
| parent | 686b86edb1ee4cbac90ecb1c3931174879531207 (diff) | |
Fix type directive parsing (#2954)
Diffstat (limited to 'tests/type_definitions/fizz.d.ts')
| -rw-r--r-- | tests/type_definitions/fizz.d.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/type_definitions/fizz.d.ts b/tests/type_definitions/fizz.d.ts index 4b087efb7..34eb41b96 100644 --- a/tests/type_definitions/fizz.d.ts +++ b/tests/type_definitions/fizz.d.ts @@ -1,2 +1,2 @@ -/** An exported value. */ -export const fizz: string; +/** A global value. */ +declare const fizz: string; |
