Vytautas Jakutis
09/23/2019, 8:37 AM[JB] Shagen
09/23/2019, 2:08 PMVytautas Jakutis
09/24/2019, 2:35 PMnpm install dukat
, there is a ./node_modules/dukat/d.ts.libs
folder; this folder also is in the published and downloaded .tgz
bundleVytautas Jakutis
09/24/2019, 2:35 PMVytautas Jakutis
09/24/2019, 3:41 PMVytautas Jakutis
09/24/2019, 3:41 PMnpm i dukat && npx dukat -d kt node_modules/dukat/d.ts.libs/*.d.ts
, which throws failed to resolve source file lib.es5.d.ts
Vytautas Jakutis
09/24/2019, 3:53 PMnpm
and command line tools (dukat
and kotlinc-js
- no Gradle, IDEs, etc.);
• for kotlinc-js to compile, I also need to have definitions for node and ecmascript APIs converted from typescript to kotlin
• I am failing at a step of converting ecmascript definitions, try this: npm i dukat && npx dukat -d kt node_modules/dukat/d.ts.libs/*.d.ts
, you will get failed to resolve source file lib.es5.d.ts
• therefore got curious why the d.ts files are bundled with dukat
while dukat
fails to compile them - maybe it can work, but I missed to do something required[JB] Shagen
09/25/2019, 12:19 PMVytautas Jakutis
09/25/2019, 12:22 PMVytautas Jakutis
09/25/2019, 12:22 PM