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 6992503 commit 7d65dc8Copy full SHA for 7d65dc8
recipes/util-is/codemod.yml
@@ -1,7 +1,7 @@
1
schema_version: "1.0"
2
name: "@nodejs/util-is"
3
version: 1.0.0
4
-description: ""
+description: "Replaces deprecated `util.is**()` methods with their modern equivalents."
5
author: Augustin Mauroy
6
license: MIT
7
workflow: workflow.yaml
recipes/util-is/workflow.yml
@@ -7,7 +7,7 @@ nodes:
runtime:
8
type: direct
9
steps:
10
- - name: ""
+ - name: "Replaces deprecated `util.is**()` methods with their modern equivalents."
11
js-ast-grep:
12
js_file: src/workflow.ts
13
base_path: .
0 commit comments