@putout/plugin-putout 24.5.2 → 24.6.1
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/lib/declare/types.js +0 -1
- package/package.json +1 -1
package/lib/declare/types.js
CHANGED
|
@@ -656,7 +656,6 @@ export default {
|
|
|
656
656
|
getOuterBindingIdentifiers: 'const {getOuterBindingIdentifiers} = types',
|
|
657
657
|
identifier: 'const {identifier} = types',
|
|
658
658
|
ifStatement: 'const {ifStatement} = types',
|
|
659
|
-
import: 'const {import} = types',
|
|
660
659
|
importAttribute: 'const {importAttribute} = types',
|
|
661
660
|
importDeclaration: 'const {importDeclaration} = types',
|
|
662
661
|
importDefaultSpecifier: 'const {importDefaultSpecifier} = types',
|
package/package.json
CHANGED