Actualizacion maquina principal
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / postcss-less / dist / tokenizer / unclosed.js
diff --git a/.config/coc/extensions/node_modules/coc-prettier/node_modules/postcss-less/dist/tokenizer/unclosed.js b/.config/coc/extensions/node_modules/coc-prettier/node_modules/postcss-less/dist/tokenizer/unclosed.js
new file mode 100644 (file)
index 0000000..9214206
--- /dev/null
@@ -0,0 +1,10 @@
+"use strict";
+
+Object.defineProperty(exports, "__esModule", {
+  value: true
+});
+exports.default = unclosed;
+function unclosed(state, what) {
+  throw state.input.error("Unclosed " + what, state.line, state.pos - state.offset);
+}
+module.exports = exports["default"];
\ No newline at end of file