@putout/processor-json
Advanced tools
Comparing version 7.0.0 to 7.0.1
import removeBlankLines from 'remove-blank-lines'; | ||
import {prefix} from './prefix.cjs'; | ||
import {name} from './name.cjs'; | ||
const prefix = `${name}(`; | ||
const sufix = ');\n'; | ||
@@ -5,0 +6,0 @@ const maybeNewline = (a) => a.at(-1) === '\n' ? a : `${a}\n`; |
{ | ||
"name": "@putout/processor-json", | ||
"version": "7.0.0", | ||
"version": "7.0.1", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4436
28