@putout/bundle 1.8.3 → 1.9.0

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.
@@ -2867,6 +2867,7 @@ function requireOperator () {
2867
2867
  isESM: `const {isESM} = operator`,
2868
2868
  getProperty: `const {getProperty} = operator`,
2869
2869
  getProperties: `const {getProperties} = operator`,
2870
+ isSimple: `const {isSimple} = operator`,
2870
2871
  };
2871
2872
  return operator;
2872
2873
  }