@speclynx/apidom-parser-adapter-json-schema-yaml-2020-12 2.9.0 → 2.10.1
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/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [2.10.1](https://github.com/speclynx/apidom/compare/v2.10.0...v2.10.1) (2026-02-08)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @speclynx/apidom-parser-adapter-json-schema-yaml-2020-12
|
|
9
|
+
|
|
10
|
+
# [2.10.0](https://github.com/speclynx/apidom/compare/v2.9.0...v2.10.0) (2026-02-08)
|
|
11
|
+
|
|
12
|
+
**Note:** Version bump only for package @speclynx/apidom-parser-adapter-json-schema-yaml-2020-12
|
|
13
|
+
|
|
6
14
|
# [2.9.0](https://github.com/speclynx/apidom/compare/v2.8.0...v2.9.0) (2026-02-08)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @speclynx/apidom-parser-adapter-json-schema-yaml-2020-12
|
|
@@ -37797,7 +37797,8 @@ const analyze = async source => {
|
|
|
37797
37797
|
if (parser === null && parserInitLock === null) {
|
|
37798
37798
|
// acquire lock
|
|
37799
37799
|
parserInitLock = web_tree_sitter__WEBPACK_IMPORTED_MODULE_0__.Parser.init({
|
|
37800
|
-
wasmBinary: treeSitter
|
|
37800
|
+
wasmBinary: treeSitter,
|
|
37801
|
+
locateFile: scriptName => scriptName
|
|
37801
37802
|
}).then(() => web_tree_sitter__WEBPACK_IMPORTED_MODULE_0__.Language.load(treeSitterYaml)).then(yamlLanguage => {
|
|
37802
37803
|
const parserInstance = new web_tree_sitter__WEBPACK_IMPORTED_MODULE_0__.Parser();
|
|
37803
37804
|
parserInstance.setLanguage(yamlLanguage);
|