@swagger-api/apidom-parser-adapter-api-design-systems-yaml 1.10.0 → 1.10.2
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
|
+
## [1.10.2](https://github.com/swagger-api/apidom/compare/v1.10.1...v1.10.2) (2026-04-13)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @swagger-api/apidom-parser-adapter-api-design-systems-yaml
|
|
9
|
+
|
|
10
|
+
## [1.10.1](https://github.com/swagger-api/apidom/compare/v1.10.0...v1.10.1) (2026-04-07)
|
|
11
|
+
|
|
12
|
+
**Note:** Version bump only for package @swagger-api/apidom-parser-adapter-api-design-systems-yaml
|
|
13
|
+
|
|
6
14
|
# [1.10.0](https://github.com/swagger-api/apidom/compare/v1.9.0...v1.10.0) (2026-04-01)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @swagger-api/apidom-parser-adapter-api-design-systems-yaml
|
|
@@ -5363,7 +5363,7 @@
|
|
|
5363
5363
|
* @name has
|
|
5364
5364
|
* @memberOf SetCache
|
|
5365
5365
|
* @param {*} value The value to search for.
|
|
5366
|
-
* @returns {
|
|
5366
|
+
* @returns {boolean} Returns `true` if `value` is found, else `false`.
|
|
5367
5367
|
*/
|
|
5368
5368
|
|
|
5369
5369
|
var _setCacheHas;
|
|
@@ -18584,7 +18584,7 @@
|
|
|
18584
18584
|
let parser = null;
|
|
18585
18585
|
let parserInitLock = null;
|
|
18586
18586
|
const activeTrees = new Set();
|
|
18587
|
-
const MAX_ACTIVE_TREES =
|
|
18587
|
+
const MAX_ACTIVE_TREES = 10;
|
|
18588
18588
|
const createAnalyze = treeSitterYaml => async source => {
|
|
18589
18589
|
if (parser === null && parserInitLock === null) {
|
|
18590
18590
|
// acquire lock
|