Daniel Tschinder d5cd2c3231 Allow imports in declare module (#315)
* Allow imports in declare module {}

* Rename bodyElement to bodyNode
2017-01-20 22:19:50 +01:00

4 lines
112 B
JSON

{
"throws": "Imports within a `declare module` body must always be `import type` or `import typeof` (1:21)"
}