Skip to content

0.0.18

Compare
Choose a tag to compare
@Schahen Schahen released this 20 Sep 19:48
· 1295 commits to master since this release

[0.0.18] - 20'September, 2019

Starting from this release generated files names will
match following pattern:

[file_name].[packageName]?.[module_name]?.[additional_postfix]

For instance, let's say we have file foo.d.ts in fooController package,
and following file is generated: foo.helpers.module_fooController.kt.
Then we know that the original file was called foo.d.ts, the file itself
belongs to the package "helpers" and npm module is fooController.