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 16a7884 commit 6ef1a42Copy full SHA for 6ef1a42
packages/cloudflare/src/cli/build/patches/ast/optional-deps.ts
@@ -3,7 +3,7 @@ import { type SgNode } from "@ast-grep/napi";
3
import { applyRule } from "./util.js";
4
5
/**
6
- * Handle optional dependencies.
+ * Handles optional dependencies.
7
*
8
* A top level `require(optionalDep)` would throw when the dep is not installed.
9
packages/cloudflare/src/cli/build/patches/plugins/wrangler-external.ts
@@ -1,7 +1,7 @@
1
2
* Makes files handled by wrangler external.
- * Paths need to be absolute so that their are valid in the output bundle.
+ * Paths need to be absolute so that they are valid in the output bundle.
*/
import { dirname, resolve } from "node:path";
0 commit comments