Skip to content

0.0.10

Compare
Choose a tag to compare
@Schahen Schahen released this 19 Jun 15:36
· 1493 commits to master since this release

In this release #56 is fixed - this was a bug that occurs when some entity in subpackage is inheriting from a parent with no package declaration at all - since dukat by default does not add any package to the parent file this was quite common thing to occur.

Since this release only files with *.d.ts extension are processed. After all, it is the way it is supposed to be in a typescript world and there's absolutely no reason to try to parse arbitrary *.ts file.

Other important bug fix is that type aliases are moved out from files with file-level JsQualifier and JsModule annotations (see #41 for more information)

TypeScript dependency updated to 3.5.2
Graal-SDK updated to 19.0.0