@putout/engine-runner 12.1.0 → 12.1.1
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/README.md +2 -1
- package/lib/index.js +1 -0
- package/lib/store.js +1 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -15,7 +15,8 @@ npm i @putout/engine-runner
|
|
|
15
15
|
|
|
16
16
|
### Replacer
|
|
17
17
|
|
|
18
|
-
`Replacer` converts code in declarative way. Simplest possible form, no need to use `fix`. Just `from` and `to` parts
|
|
18
|
+
`Replacer` converts code in declarative way. Simplest possible form, no need to use `fix`. Just `from` and `to` parts
|
|
19
|
+
according to [`template variables syntax`](https://github.com/coderaiser/putout/tree/master/packages/compare#supported-template-variables).
|
|
19
20
|
|
|
20
21
|
Simplest replace example:
|
|
21
22
|
|
package/lib/index.js
CHANGED
package/lib/store.js
CHANGED