@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.
- package/bundle/plugin-putout.js +1 -0
- package/bundle/putout-iife.js +13 -13
- package/bundle/putout.js +59206 -59668
- package/package.json +1 -1
package/bundle/plugin-putout.js
CHANGED
|
@@ -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
|
}
|