@putout/printer 9.9.0 → 9.10.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/ChangeLog
CHANGED
package/README.md
CHANGED
|
@@ -73,7 +73,7 @@ const a = (b, c) => {
|
|
|
73
73
|
When you need to extend syntax of `@putout/printer` just pass a function which receives:
|
|
74
74
|
|
|
75
75
|
- `path`, Babel Path
|
|
76
|
-
- `
|
|
76
|
+
- `print`, a function to output result of printing into token array;
|
|
77
77
|
|
|
78
78
|
When `path` contains to dashes `__` and name, it is the same as: `write(path.get('right'))`, and this is
|
|
79
79
|
actually `traverse(path.get('right'))` shortened to simplify read and process.
|
package/package.json
CHANGED