Skip to content

Commit 7bbc88c

Browse files
committed
Adding notes about experimental AST features
1 parent c06fbe4 commit 7bbc88c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ Options:
3939

4040
If no path is given it will read from `stdin`. A directory path will recurse over all *.js files in the directory.
4141

42+
Note that the AST options (`--ast` and `--save-ast`) are experimental and may be removed.
43+
4244
Formatting
4345
---
4446

@@ -200,7 +202,7 @@ Changelog
200202

201203
### v0.4.0
202204

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.
204206
- Removed `--config` option in favor of .jsfmtrc and better docs around rc.
205207
- Updated esformatter and using new esformatter plugin for automatic brace insertion.
206208
- Updated style guide to include esformatter changes.

0 commit comments

Comments
 (0)