2025-05-15 UTC
#
btrem Following up from last night's iwc/Americas, specifically how to import an es6 module in a common js project. I *still* can't get it to work, no matter which incantation I try. For example, `const fnp = await import("eleventy-plugin-footnotes")` gives me "you can only use await inside async functions and at the top level of modules." But it *IS* at the top level of the module. !@#!@