dts2hx icon indicating copy to clipboard operation
dts2hx copied to clipboard

Converts TypeScript definition files (d.ts) to haxe externs (.hx) via the TypeScript compiler API

Results 42 dts2hx issues
Sort by recently updated
recently updated
newest added

Hi I just converted svgjs.d.ts successfully but the generated extern use require So I can't use it directly, I have to write `untyped Browser.window["svgdotjs_svg_$js_svgdotjs_SvgJs"] = untyped SVG;` and then delete...

Hi, When trying to convert ```@sendgrid/mail``` types the following error message appears: ```Error: [TypeScript 3.7] Cannot find module 'https'. ``` This may be the same issue as #63?