• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1const { inspect } = require('util')
2const log = require('./logging.js')
3
4module.exports = tree => log.info(inspect(tree.toJSON(), { depth: Infinity }))
5