@putout/printer
Advanced tools
@@ -1,3 +0,7 @@ | ||
| export const ExportAllDeclaration = (path, {print}) => { | ||
| import {printAttributes} from '#import-attributes'; | ||
| export const ExportAllDeclaration = (path, printer) => { | ||
| const {print} = printer; | ||
| const {exportKind} = path.node; | ||
| print('export '); | ||
@@ -10,4 +14,5 @@ | ||
| print('__source'); | ||
| printAttributes(path, printer); | ||
| print(';'); | ||
| print.newline(); | ||
| }; |
+1
-1
| { | ||
| "name": "@putout/printer", | ||
| "version": "17.3.0", | ||
| "version": "17.4.0", | ||
| "type": "module", | ||
@@ -5,0 +5,0 @@ "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)", |
Sorry, the diff of this file is too big to display
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
294793
0.08%6185
0.05%