putout 38.0.9 → 38.0.10

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
@@ -1,3 +1,16 @@
1
+ 2025.02.09, v38.0.10
2
+
3
+ feature:
4
+ - d8372b25d putout: @putout/processor-css v10.0.0
5
+ - 4088078e4 @putout/processor-css: drop support of 🐊 < 38
6
+ - 1ecef2753 @putout/processor-css: align-spaces v2.0.0
7
+ - 96f8b560e @putout/engine-parser: align-spaces v2.0.0
8
+ - 751e23450 eslint-plugin-putout: align-spaces v2.0.0
9
+ - 9cf373e4b @putout/engine-parser: printer: babel: trim spaces (babel/babel#17121)
10
+ - c30554998 @putout/engine-parser: printer: babel: align spaces by default (babel/babel#17120)
11
+ - 970f80ba1 putout: printer: babel
12
+ - 1de78eb14 @putout/engine-parser: print: improve support of babel
13
+
1
14
  2025.02.08, v38.0.9
2
15
 
3
16
  fix:
package/lib/putout.js CHANGED
@@ -52,6 +52,7 @@ function putout(source, opts) {
52
52
 
53
53
  const printed = print(ast, {
54
54
  printer,
55
+ source,
55
56
  });
56
57
 
57
58
  const code = mergeShebang(shebang, printed);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "38.0.9",
3
+ "version": "38.0.10",
4
4
  "type": "commonjs",
5
5
  "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
6
6
  "description": "🐊 Pluggable and configurable code transformer with built-in ESLint, Babel and support of js, jsx, typescript, flow, markdown, yaml and json",
@@ -188,7 +188,7 @@
188
188
  "@putout/plugin-types": "^6.0.0",
189
189
  "@putout/plugin-typescript": "^10.0.0",
190
190
  "@putout/plugin-webpack": "^3.0.0",
191
- "@putout/processor-css": "^9.0.0",
191
+ "@putout/processor-css": "^10.0.0",
192
192
  "@putout/processor-filesystem": "^5.0.0",
193
193
  "@putout/processor-ignore": "^6.0.0",
194
194
  "@putout/processor-javascript": "^5.0.0",