You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
webidl/webidl/Module.hx:431: characters 14-20 : Warning : __js__ is deprecated, use js.Syntax.code instead
webidl/webidl/Module.hx:431: characters 22-75 : The `code` argument for js.Syntax.code must be a string constant
This is the problematic line untyped __js__('${opts.nativeLib} = ${opts.nativeLib}().then(onReady)');
The text was updated successfully, but these errors were encountered:
I have this error
This is the problematic line
untyped __js__('${opts.nativeLib} = ${opts.nativeLib}().then(onReady)');
The text was updated successfully, but these errors were encountered: