{"ast":null,"code":"'use strict';\n\nlet Node = require('./node');\nclass Comment extends Node {\n  constructor(defaults) {\n    super(defaults);\n    this.type = 'comment';\n  }\n}\nmodule.exports = Comment;\nComment.default = Comment;","map":{"version":3,"names":["Node","require","Comment","constructor","defaults","type","module","exports","default"],"sources":["C:/Users/user/Desktop/000newport/node_modules/postcss/lib/comment.js"],"sourcesContent":["'use strict'\n\nlet Node = require('./node')\n\nclass Comment extends Node {\n  constructor(defaults) {\n    super(defaults)\n    this.type = 'comment'\n  }\n}\n\nmodule.exports = Comment\nComment.default = Comment\n"],"mappings":"AAAA,YAAY;;AAEZ,IAAIA,IAAI,GAAGC,OAAO,CAAC,QAAQ,CAAC;AAE5B,MAAMC,OAAO,SAASF,IAAI,CAAC;EACzBG,WAAWA,CAACC,QAAQ,EAAE;IACpB,KAAK,CAACA,QAAQ,CAAC;IACf,IAAI,CAACC,IAAI,GAAG,SAAS;EACvB;AACF;AAEAC,MAAM,CAACC,OAAO,GAAGL,OAAO;AACxBA,OAAO,CAACM,OAAO,GAAGN,OAAO"},"metadata":{},"sourceType":"script","externalDependencies":[]}