We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a2532e commit e07fbb7Copy full SHA for e07fbb7
src/generators/web/utils/bundle.mjs
@@ -14,7 +14,7 @@ const DOC_KIT_NODE_MODULES = join(
14
'../../../../node_modules'
15
);
16
17
-// TODO(@avivkeller): Untill we can use Rolldown's bindings in node-core,
+// TODO(@avivkeller): Until we can use Rolldown's bindings in node-core,
18
// we have to dynamically import it, as to not have it imported in core
19
// at all.
20
const rolldown = lazy(() => import('rolldown'));
0 commit comments