@putout/printer
Advanced tools
Comparing version 8.10.0 to 8.10.1
'use strict'; | ||
module.exports.TSExportAssignment = (path, {print}) => { | ||
print('export = '); | ||
print('__expression'); | ||
print(';'); | ||
const {isNext} = require('../../is'); | ||
module.exports.TSExportAssignment = { | ||
print: (path, {print}) => { | ||
print('export = '); | ||
print('__expression'); | ||
print(';'); | ||
}, | ||
afterSatisfy: () => [isNext], | ||
after: (path, {print}) => { | ||
print.newline(); | ||
}, | ||
}; |
{ | ||
"name": "@putout/printer", | ||
"version": "8.10.0", | ||
"version": "8.10.1", | ||
"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
208454
4648