benmerckx / genes

Generates split ES6 modules and Typescript definitions from Haxe modules.
43 stars 8 forks source link

$global and Syntax.code #57

Closed kevinresol closed 2 years ago

kevinresol commented 2 years ago

Haxe: js.Syntax.code('"bluetooth" in {0}', js.Browser.navigator)

generates "bluetooth" in $global.navigator but should be "bluetooth" in Register.$global.navigator