File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,8 @@ Options:
39
39
40
40
If no path is given it will read from ` stdin ` . A directory path will recurse over all * .js files in the directory.
41
41
42
+ Note that the AST options (` --ast ` and ` --save-ast ` ) are experimental and may be removed.
43
+
42
44
Formatting
43
45
---
44
46
@@ -200,7 +202,7 @@ Changelog
200
202
201
203
### v0.4.0
202
204
203
- - Added two new command-line args for AST formatting.
205
+ - Added two new command-line args for AST formatting. Note that these are experimental and may be removed.
204
206
- Removed ` --config ` option in favor of .jsfmtrc and better docs around rc.
205
207
- Updated esformatter and using new esformatter plugin for automatic brace insertion.
206
208
- Updated style guide to include esformatter changes.
You can’t perform that action at this time.
0 commit comments