putout 35.8.0 → 35.9.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.
Files changed (3) hide show
  1. package/ChangeLog +17 -0
  2. package/package.json +2 -2
  3. package/putout.json +3 -1
package/ChangeLog CHANGED
@@ -1,3 +1,20 @@
1
+ 2024.04.07, v35.9.0
2
+
3
+ feature:
4
+ - 5b9814c1f putout: filesystem: typescript: cts-file + mts-file
5
+ - 5759cd4d6 @putout/plugin-typescript: mts-file: add
6
+ - 900c655bf @putout/plugin-typescript: cts-file: add
7
+
8
+ 2024.04.06, v35.8.1
9
+
10
+ feature:
11
+ - bcaec6bcb putout: @putout/plugin-convert-template-to-string v2.0.0
12
+ - 199832c0a @putout/operate: setLiteralValue: improve generate of raw
13
+ - 99fe7082a @putout/plugin-convert-template-to-string: drop support of node < 18
14
+ - 189245f9d @putout/plugin-convert-template-to-string: exclude: TaggedTemplateExpression
15
+ - 028f7c93c @putout/engine-parser: template: extractExpression: add support of TSExternalModuleReference
16
+ - d84c40b94 @putout/plugin-typescript: convert-esm-to-commonjs: add
17
+
1
18
  2024.04.06, v35.8.0
2
19
 
3
20
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "35.8.0",
3
+ "version": "35.9.0",
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",
@@ -105,7 +105,7 @@
105
105
  "@putout/plugin-convert-object-entries-to-array-entries": "^3.0.0",
106
106
  "@putout/plugin-convert-optional-to-logical": "^3.0.0",
107
107
  "@putout/plugin-convert-quotes-to-backticks": "^3.0.0",
108
- "@putout/plugin-convert-template-to-string": "^1.0.0",
108
+ "@putout/plugin-convert-template-to-string": "^2.0.0",
109
109
  "@putout/plugin-convert-to-arrow-function": "^4.0.0",
110
110
  "@putout/plugin-declare": "^3.0.0",
111
111
  "@putout/plugin-declare-before-reference": "^3.0.0",
package/putout.json CHANGED
@@ -38,7 +38,9 @@
38
38
  "nodejs/rename-file-cjs-to-js": "on",
39
39
  "nodejs/rename-file-mjs-to-js": "on",
40
40
  "package-json/find-file": "on",
41
- "typescript/find-file": "on"
41
+ "typescript/find-file": "on",
42
+ "typescript/cjs-file": "on",
43
+ "typescript/mjs-file": "on"
42
44
  },
43
45
  "*.md": {
44
46
  "conditions/apply-consistent-blocks": "off",