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
// Generated by ReScript, PLEASE EDIT WITH CARE'use strict';letBelt_Array=require("rescript/lib/js/Belt_Array.js");asyncfunctionfn(value){if(value!==undefined){console.log(Belt_Array.keepMap(value,x=>x));return;}}exports.fn=fn;/* No side effect */
This has been tested on 11.1.4 and 12.0.0-alpha.5, but the master branch has not been tested.
While importing Belt or Js asynchronously isn't desired, this error happens in my project in several useful locations.
The text was updated successfully, but these errors were encountered:
Importing code from another workspace often creates an error:
But, (3) doesn't even produce an async import:
This has been tested on
11.1.4
and12.0.0-alpha.5
, but the master branch has not been tested.While importing
Belt
orJs
asynchronously isn't desired, this error happens in my project in several useful locations.The text was updated successfully, but these errors were encountered: