@putout/printer
Advanced tools
Comparing version 10.7.0 to 10.8.0
@@ -42,3 +42,4 @@ 'use strict'; | ||
const {TSTypeReference} = require('./ts-type-reference/ts-type-reference'); | ||
const {TSInferType} = require('./ts-infer-type/ts-infert-type'); | ||
const {TSInferType} = require('./ts-infer-type/ts-infer-type'); | ||
const {TSParameterProperty} = require('./ts-parameter-property/ts-parameter-property'); | ||
@@ -177,10 +178,6 @@ module.exports = { | ||
}, | ||
TSParameterProperty(path, {write, print}) { | ||
write(path.node.accessibility); | ||
write.space(); | ||
print('__parameter'); | ||
}, | ||
TSTypeAnnotation(path, {print}) { | ||
print('__typeAnnotation'); | ||
}, | ||
TSParameterProperty, | ||
TSConstructSignatureDeclaration, | ||
@@ -187,0 +184,0 @@ TSIndexSignature(path, printer) { |
{ | ||
"name": "@putout/printer", | ||
"version": "10.7.0", | ||
"version": "10.8.0", | ||
"type": "commonjs", | ||
@@ -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
236080
141
5176