@so1ve/prettier-plugin-toml 0.121.2 → 0.121.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +3 -2
- package/package.json +1 -1
- package/src/index.js +1 -1
package/dist/index.js
CHANGED
|
@@ -9031,7 +9031,6 @@ class Lexer {
|
|
|
9031
9031
|
}
|
|
9032
9032
|
}
|
|
9033
9033
|
errLength = offset - errorStartOffset;
|
|
9034
|
-
column = this.computeNewColumn(column, errLength);
|
|
9035
9034
|
// at this point we either re-synced or reached the end of the input text
|
|
9036
9035
|
msg = this.config.errorMessageProvider.buildUnexpectedCharactersMessage(orgText, errorStartOffset, errLength, errorLine, errorColumn);
|
|
9037
9036
|
errors.push({
|
|
@@ -14123,7 +14122,9 @@ var api = /*#__PURE__*/Object.freeze({
|
|
|
14123
14122
|
|
|
14124
14123
|
var require$$0 = /*@__PURE__*/getAugmentedNamespace(api);
|
|
14125
14124
|
|
|
14126
|
-
|
|
14125
|
+
const toml = require$$0;
|
|
14126
|
+
|
|
14127
|
+
var src = toml;
|
|
14127
14128
|
|
|
14128
14129
|
var index = /*@__PURE__*/getDefaultExportFromCjs(src);
|
|
14129
14130
|
|
package/package.json
CHANGED
package/src/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
module.exports = require("prettier-plugin-toml");
|
|
1
|
+
module.exports = require("prettier-plugin-toml");
|