@swagger-api/apidom-parser-adapter-openapi-yaml-2 1.10.0 → 1.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,10 @@
|
|
|
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
|
+
## [1.10.1](https://github.com/swagger-api/apidom/compare/v1.10.0...v1.10.1) (2026-04-07)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @swagger-api/apidom-parser-adapter-openapi-yaml-2
|
|
9
|
+
|
|
6
10
|
# [1.10.0](https://github.com/swagger-api/apidom/compare/v1.9.0...v1.10.0) (2026-04-01)
|
|
7
11
|
|
|
8
12
|
**Note:** Version bump only for package @swagger-api/apidom-parser-adapter-openapi-yaml-2
|
|
@@ -5951,7 +5951,7 @@
|
|
|
5951
5951
|
* @name has
|
|
5952
5952
|
* @memberOf SetCache
|
|
5953
5953
|
* @param {*} value The value to search for.
|
|
5954
|
-
* @returns {
|
|
5954
|
+
* @returns {boolean} Returns `true` if `value` is found, else `false`.
|
|
5955
5955
|
*/
|
|
5956
5956
|
|
|
5957
5957
|
var _setCacheHas;
|
|
@@ -19486,7 +19486,7 @@
|
|
|
19486
19486
|
let parser = null;
|
|
19487
19487
|
let parserInitLock = null;
|
|
19488
19488
|
const activeTrees = new Set();
|
|
19489
|
-
const MAX_ACTIVE_TREES =
|
|
19489
|
+
const MAX_ACTIVE_TREES = 10;
|
|
19490
19490
|
const createAnalyze = treeSitterYaml => async source => {
|
|
19491
19491
|
if (parser === null && parserInitLock === null) {
|
|
19492
19492
|
// acquire lock
|