"use strict"; exports.__esModule = true; // istanbul ignore next function getPointText(point) { return point.line + ":" + point.column; } exports.getPointText = getPointText;