.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / table / dist / stringifyTableData.js.map
diff --git a/.config/coc/extensions/node_modules/coc-prettier/node_modules/table/dist/stringifyTableData.js.map b/.config/coc/extensions/node_modules/coc-prettier/node_modules/table/dist/stringifyTableData.js.map
new file mode 100644 (file)
index 0000000..b18605c
--- /dev/null
@@ -0,0 +1 @@
+{"version":3,"sources":["../src/stringifyTableData.js"],"names":["rows","map","cells","String"],"mappings":";;;;;;;AAAA;AACA;AACA;AACA;AACA;AACA;2BACgBA,I,IAAS;AACvB,SAAOA,IAAI,CAACC,GAAL,CAAUC,KAAD,IAAW;AACzB,WAAOA,KAAK,CAACD,GAAN,CAAUE,MAAV,CAAP;AACD,GAFM,CAAP;AAGD,C","sourcesContent":["/**\n * Casts all cell values to a string.\n *\n * @param {table~row[]} rows\n * @returns {table~row[]}\n */\nexport default (rows) => {\n  return rows.map((cells) => {\n    return cells.map(String);\n  });\n};\n"],"file":"stringifyTableData.js"}
\ No newline at end of file