path.get("body").forEach(bodyPath => {
          const source = getRequireSource(bodyPath);
          if (!source) return;
          if (isBabelPolyfillSource(source)) {
            console.warn(BABEL_POLYFILL_DEPRECATION);