@putout/operate
Advanced tools
Comparing version 12.3.0 to 12.4.0
@@ -19,3 +19,3 @@ 'use strict'; | ||
if (raw) { | ||
node.raw = raw.replace(value, newValue); | ||
node.raw = `'` + String.raw`${newValue}` + `'`; | ||
return; | ||
@@ -22,0 +22,0 @@ } |
{ | ||
"name": "@putout/operate", | ||
"version": "12.3.0", | ||
"version": "12.4.0", | ||
"type": "commonjs", | ||
@@ -40,3 +40,3 @@ "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)", | ||
"c8": "^9.0.0", | ||
"eslint": "^9.0.0-alpha.0", | ||
"eslint": "^9.0.0", | ||
"eslint-plugin-n": "^17.0.0-0", | ||
@@ -43,0 +43,0 @@ "eslint-plugin-putout": "^22.0.0", |
23631