{"ast":null,"code":"\"use strict\";\n\nfunction stringifyNode(node, custom) {\n  var type = node.type;\n  var value = node.value;\n  var buf;\n  var customResult;\n  if (custom && (customResult = custom(node)) !== undefined) {\n    return customResult;\n  } else if (type === \"word\" || type === \"space\") {\n    return value;\n  } else if (type === \"string\") {\n    buf = node.quote || \"\";\n    return buf + value + (node.unclosed ? \"\" : buf);\n  } else if (type === \"comment\") {\n    return \"/*\" + value + (node.unclosed ? \"\" : \"*/\");\n  } else if (type === \"div\") {\n    return (node.before || \"\") + value + (node.after || \"\");\n  } else if (Array.isArray(node.nodes)) {\n    buf = stringify(node.nodes, custom);\n    if (type !== \"function\") {\n      return buf;\n    }\n    return value + \"(\" + (node.before || \"\") + buf + (node.after || \"\") + (node.unclosed ? \"\" : \")\");\n  }\n  return value;\n}\nfunction stringify(nodes, custom) {\n  var result, i;\n  if (Array.isArray(nodes)) {\n    result = \"\";\n    for (i = nodes.length - 1; ~i; i -= 1) {\n      result = stringifyNode(nodes[i], custom) + result;\n    }\n    return result;\n  }\n  return stringifyNode(nodes, custom);\n}\nmodule.exports = stringify;","map":{"version":3,"names":["stringifyNode","node","custom","type","value","buf","customResult","undefined","quote","unclosed","before","after","Array","isArray","nodes","stringify","result","i","length","module","exports"],"sources":["C:/Users/user/Desktop/000newport/node_modules/tailwindcss/lib/value-parser/stringify.js"],"sourcesContent":["\"use strict\";\nfunction stringifyNode(node, custom) {\n    var type = node.type;\n    var value = node.value;\n    var buf;\n    var customResult;\n    if (custom && (customResult = custom(node)) !== undefined) {\n        return customResult;\n    } else if (type === \"word\" || type === \"space\") {\n        return value;\n    } else if (type === \"string\") {\n        buf = node.quote || \"\";\n        return buf + value + (node.unclosed ? \"\" : buf);\n    } else if (type === \"comment\") {\n        return \"/*\" + value + (node.unclosed ? \"\" : \"*/\");\n    } else if (type === \"div\") {\n        return (node.before || \"\") + value + (node.after || \"\");\n    } else if (Array.isArray(node.nodes)) {\n        buf = stringify(node.nodes, custom);\n        if (type !== \"function\") {\n            return buf;\n        }\n        return value + \"(\" + (node.before || \"\") + buf + (node.after || \"\") + (node.unclosed ? \"\" : \")\");\n    }\n    return value;\n}\nfunction stringify(nodes, custom) {\n    var result, i;\n    if (Array.isArray(nodes)) {\n        result = \"\";\n        for(i = nodes.length - 1; ~i; i -= 1){\n            result = stringifyNode(nodes[i], custom) + result;\n        }\n        return result;\n    }\n    return stringifyNode(nodes, custom);\n}\nmodule.exports = stringify;\n"],"mappings":"AAAA,YAAY;;AACZ,SAASA,aAAaA,CAACC,IAAI,EAAEC,MAAM,EAAE;EACjC,IAAIC,IAAI,GAAGF,IAAI,CAACE,IAAI;EACpB,IAAIC,KAAK,GAAGH,IAAI,CAACG,KAAK;EACtB,IAAIC,GAAG;EACP,IAAIC,YAAY;EAChB,IAAIJ,MAAM,IAAI,CAACI,YAAY,GAAGJ,MAAM,CAACD,IAAI,CAAC,MAAMM,SAAS,EAAE;IACvD,OAAOD,YAAY;EACvB,CAAC,MAAM,IAAIH,IAAI,KAAK,MAAM,IAAIA,IAAI,KAAK,OAAO,EAAE;IAC5C,OAAOC,KAAK;EAChB,CAAC,MAAM,IAAID,IAAI,KAAK,QAAQ,EAAE;IAC1BE,GAAG,GAAGJ,IAAI,CAACO,KAAK,IAAI,EAAE;IACtB,OAAOH,GAAG,GAAGD,KAAK,IAAIH,IAAI,CAACQ,QAAQ,GAAG,EAAE,GAAGJ,GAAG,CAAC;EACnD,CAAC,MAAM,IAAIF,IAAI,KAAK,SAAS,EAAE;IAC3B,OAAO,IAAI,GAAGC,KAAK,IAAIH,IAAI,CAACQ,QAAQ,GAAG,EAAE,GAAG,IAAI,CAAC;EACrD,CAAC,MAAM,IAAIN,IAAI,KAAK,KAAK,EAAE;IACvB,OAAO,CAACF,IAAI,CAACS,MAAM,IAAI,EAAE,IAAIN,KAAK,IAAIH,IAAI,CAACU,KAAK,IAAI,EAAE,CAAC;EAC3D,CAAC,MAAM,IAAIC,KAAK,CAACC,OAAO,CAACZ,IAAI,CAACa,KAAK,CAAC,EAAE;IAClCT,GAAG,GAAGU,SAAS,CAACd,IAAI,CAACa,KAAK,EAAEZ,MAAM,CAAC;IACnC,IAAIC,IAAI,KAAK,UAAU,EAAE;MACrB,OAAOE,GAAG;IACd;IACA,OAAOD,KAAK,GAAG,GAAG,IAAIH,IAAI,CAACS,MAAM,IAAI,EAAE,CAAC,GAAGL,GAAG,IAAIJ,IAAI,CAACU,KAAK,IAAI,EAAE,CAAC,IAAIV,IAAI,CAACQ,QAAQ,GAAG,EAAE,GAAG,GAAG,CAAC;EACpG;EACA,OAAOL,KAAK;AAChB;AACA,SAASW,SAASA,CAACD,KAAK,EAAEZ,MAAM,EAAE;EAC9B,IAAIc,MAAM,EAAEC,CAAC;EACb,IAAIL,KAAK,CAACC,OAAO,CAACC,KAAK,CAAC,EAAE;IACtBE,MAAM,GAAG,EAAE;IACX,KAAIC,CAAC,GAAGH,KAAK,CAACI,MAAM,GAAG,CAAC,EAAE,CAACD,CAAC,EAAEA,CAAC,IAAI,CAAC,EAAC;MACjCD,MAAM,GAAGhB,aAAa,CAACc,KAAK,CAACG,CAAC,CAAC,EAAEf,MAAM,CAAC,GAAGc,MAAM;IACrD;IACA,OAAOA,MAAM;EACjB;EACA,OAAOhB,aAAa,CAACc,KAAK,EAAEZ,MAAM,CAAC;AACvC;AACAiB,MAAM,CAACC,OAAO,GAAGL,SAAS"},"metadata":{},"sourceType":"script","externalDependencies":[]}