We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cba0e62 commit 98c762bCopy full SHA for 98c762b
jscomp/test/Import.res
@@ -13,5 +13,5 @@ let beltAsModule = await Js.import(module(Belt.List: BeltList))
13
14
// module type BeltList0 = module type of Belt.List
15
// module M = unpack(@res.await Js.import(module(Belt.List: BeltList0)))
16
-module M = @res.await Belt.List
17
-let each = M.forEach
+module M = await Belt.List
+let each = M.forEach
0 commit comments