gatsby-source-google-docs icon indicating copy to clipboard operation
gatsby-source-google-docs copied to clipboard

Documentation: reporter

Open ethanstrominger opened this issue 3 years ago • 1 comments

The main function includes a reporter parameter:

exports.sourceGDocs2MD = async (
  {actions: {createNode}, createContentDigest, reporter},

Is there code or a yarn package for the reporter? I created a reporter class that works and basically does some simple time calculations and console.log.

ethanstrominger avatar Jul 31 '22 14:07 ethanstrominger

reporter is a Gatsby node helper: https://www.gatsbyjs.com/docs/reference/config-files/node-api-helpers/#GatsbyReporter

cedricdelpoux avatar Aug 07 '22 07:08 cedricdelpoux