@so1ve/prettier-plugin-toml 0.121.4 → 0.123.0
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 +2 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -9031,6 +9031,7 @@ class Lexer {
|
|
|
9031
9031
|
}
|
|
9032
9032
|
}
|
|
9033
9033
|
errLength = offset - errorStartOffset;
|
|
9034
|
+
column = this.computeNewColumn(column, errLength);
|
|
9034
9035
|
// at this point we either re-synced or reached the end of the input text
|
|
9035
9036
|
msg = this.config.errorMessageProvider.buildUnexpectedCharactersMessage(orgText, errorStartOffset, errLength, errorLine, errorColumn);
|
|
9036
9037
|
errors.push({
|
|
@@ -14122,9 +14123,7 @@ var api = /*#__PURE__*/Object.freeze({
|
|
|
14122
14123
|
|
|
14123
14124
|
var require$$0 = /*@__PURE__*/getAugmentedNamespace(api);
|
|
14124
14125
|
|
|
14125
|
-
|
|
14126
|
-
|
|
14127
|
-
var src = toml;
|
|
14126
|
+
var src = require$$0;
|
|
14128
14127
|
|
|
14129
14128
|
var index = /*@__PURE__*/getDefaultExportFromCjs(src);
|
|
14130
14129
|
|