File tree 1 file changed +6
-0
lines changed
1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -146,6 +146,12 @@ See the [unist list of utilities][utilities] for more utilities.
146
146
— Transform JSX to function calls
147
147
* [ ` estree-util-is-identifier-name ` ] ( https://github.com/wooorm/estree-util-is-identifier-name )
148
148
— Check if something can be an identifier name
149
+ * [ ` estree-util-value-to-estree ` ] ( https://github.com/remcohaszing/estree-util-value-to-estree )
150
+ — Convert a JavaScript value to an estree expression
151
+ * [ ` estree-util-visit ` ] ( https://github.com/syntax-tree/estree-util-visit )
152
+ — Visit nodes
153
+ * [ ` esast-util-from-estree ` ] ( https://github.com/syntax-tree/esast-util-from-estree )
154
+ — Transform from estree
149
155
150
156
Please use either ` estree-util- ` (if it works with all ESTrees, preferred)
151
157
or ` esast-util- ` (if it uses on esast specific features) as a prefix.
You can’t perform that action at this time.
0 commit comments