eclipse / n4js

Eclipse Public License 1.0
30 stars 27 forks source link

As a developer I want support for d.ts statement "import TypeB = TypeA;" #2538

Closed mmews-n4 closed 1 year ago

mmews-n4 commented 1 year ago

Support the following statement in d.ts files:

import Stream = internal.Stream;