@putout/plugin-putout 8.5.0 → 8.5.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.
@@ -108,11 +108,6 @@ module.exports.traverse = ({push}) => ({
108
108
  });
109
109
 
110
110
  function parseKey(propertyPath) {
111
- const {node} = propertyPath;
112
-
113
- if (!node.computed)
114
- return [null, extract(node.key)];
115
-
116
111
  const keyPath = propertyPath.get('key');
117
112
  const [isComputed, key] = compute(keyPath);
118
113
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@putout/plugin-putout",
3
- "version": "8.5.0",
3
+ "version": "8.5.1",
4
4
  "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
5
5
  "description": "putout plugin helps with plugins development",
6
6
  "homepage": "https://github.com/coderaiser/putout/tree/master/packages/plugin-putout",