UNPKG

@graphprotocol/graph-cli

Version:

CLI for building for and deploying to The Graph

17 lines (16 loc) 571 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); const debug_1 = __importDefault(require("debug")); debug_1.default.formatters.L = immutableList => { return JSON.stringify(immutableList); }; debug_1.default.formatters.M = immutableMap => { if (immutableMap.toMap != null) { return JSON.stringify(immutableMap.toMap()); } return immutableMap; }; exports.default = debug_1.default;