File tree
485 files changed
+38313
-5647
lines changed- .github/workflows
- config
- jest
- webpack
- docs
- development
- usage
- scripts
- src
- execute
- helpers
- id-from-path-method
- resolver
- apidom/reference
- dereference/strategies/openapi-3-1-swagger-client
- errors
- utils
- visitors
- parse/parsers
- json
- openapi-json-3-1
- openapi-yaml-3-1
- yaml-1-2
- resolve/resolvers/http-swagger-client
- strategies
- generic
- openapi-2
- openapi-3-0
- openapi-3-1-apidom
- utils
- specmap/lib
- subtree-resolver
- test
- execute
- helpers
- id-from-path-method
- oas3
- resolver
- apidom/reference
- dereference/strategies/openapi-3-1-swagger-client
- __utils__
- callback-object
- __fixtures__
- components-callbacks
- operation-object
- example-object
- __fixtures__
- components-examples
- external-value-binary
- external-value-ignore-external
- external-value-json
- external-value-pointer
- external-value-text
- external-value-unresolvable
- external-value-value-both-defined
- external-value-yaml
- media-type-object
- parameter-object
- header-object
- __fixtures__
- components-headers
- encoding-object
- response-object
- link-object
- __fixtures__
- components-links
- response-object
- parameter-object
- __fixtures__
- components-parameters
- operation-object
- path-item-object
- path-item-object
- __fixtures__
- additional-fields
- callback-object
- components-path-items
- direct-external-circular
- direct-internal-circular
- external-indirections
- external-only
- ignore-external
- indirect-external-circular
- indirect-internal-circular
- internal-external
- internal-indirections
- internal-only
- invalid-pointer
- max-depth
- meta-patches-external
- meta-patches-internal
- unresolvable-path-item
- webhooks
- reference-object
- __fixtures__
- additional-fields
- additional-ignored-fields
- cycle-internal
- direct-external-circular
- direct-internal-circular
- external-circular-dependency
- external-indirections
- external-only
- external-only-absolute-url
- ignore-arbitrary-$refs
- ignore-external
- indirect-external-circular
- indirect-internal-circular
- internal-external
- internal-only
- invalid-pointer
- max-depth
- meta-patches-external
- meta-patches-internal
- path-encoding/path with spaces
- refset-as-option
- unresolvable-reference
- request-body-object
- __fixtures__
- components-request-bodies
- operation-object
- response-object
- __fixtures__
- components-responses
- responses-object
- schema-object
- __fixtures__
- $anchor-external
- $anchor-external-circular-structures
- $anchor-external-meta-patches
- $anchor-internal
- $anchor-internal-circular-structures
- $anchor-internal-meta-patches
- $anchor-not-found
- $id-unresolvable
- $id-uri-direct
- nested
- $id-uri-direct-circular-structures
- nested
- $id-uri-direct-meta-patches
- nested
- $id-uri-enclosing
- nested
- $id-uri-enclosing-circular-structures
- nested
- $id-uri-enclosing-meta-patches
- nested
- $id-uri-external
- nested
- nested
- $id-uri-external-circular-structures
- nested
- nested
- $id-uri-external-meta-patches
- nested
- nested
- $ref-url
- $ref-url-$anchor
- $ref-url-$anchor-meta-patches
- $ref-url-circular-structures
- $ref-url-meta-patches
- $ref-url-pointer
- $ref-url-pointer-circular-structures
- $ref-url-pointer-meta-patches
- $ref-url-relative-reference
- $ref-url-relative-reference-circular-structures
- $ref-url-relative-reference-meta-patches
- $ref-url-resolvable
- $ref-url-resolvable-circular-structures
- $ref-url-resolvable-meta-patches
- $ref-url-unresolvable
- $ref-urn
- $ref-urn-$anchor
- $ref-urn-circular-structures
- $ref-urn-meta-patches
- $ref-urn-pointer
- $ref-urn-pointer-meta-patches
- $ref-urn-unresolvable
- $schema-defined
- $schema-enclosing
- $schema-mixed
- $schema-undefined
- $schema-unrecognized
- boolean-json-schema
- cycle-external
- cycle-external-circular-structures
- cycle-external-http-circular-structures
- cycle-internal
- cycle-internal-circular-structures
- cycle-internal-external
- cycle-internal-http-circular-structures
- direct-external-circular
- direct-internal-circular
- document-boundaries
- pets
- external-circular-dependency
- external-indirections
- external-only
- ignore-external
- indirect-external-circular
- indirect-internal
- indirect-internal-circular
- infinite-recursion
- internal-external
- internal-only
- invalid-pointer
- max-depth
- merging-keywords
- meta-patches-external
- meta-patches-internal
- unresolvable-reference
- security-schemes-object
- __fixtures__/components-security-schemes
- parse/parsers
- json
- openapi-json-3-1
- __fixtures__
- openapi-yaml-3-1
- __fixtures__
- yaml-1-2
- resolve/resolvers/http-swagger-client
- __fixtures__
- strategies
- generic
- openapi-3-1-apidom
- __fixtures__
- __snapshots__
- normalize
- __fixtures__
- __snapshots__
- specmap
- subtree-resolver/strategies
- openapi-3-1
- __fixtures__
- __snapshots__
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
485 files changed
+38313
-5647
lines changedDiff for: .eslintrc
+17-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
| 11 | + | |
11 | 12 |
| |
12 | 13 |
| |
13 | 14 |
| |
| 15 | + | |
14 | 16 |
| |
15 | 17 |
| |
16 | 18 |
| |
| |||
32 | 34 |
| |
33 | 35 |
| |
34 | 36 |
| |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
35 | 51 |
| |
36 | 52 |
| |
37 | 53 |
| |
|
Diff for: .github/workflows/nodejs.yml
+6-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
57 | 57 |
| |
58 | 58 |
| |
59 | 59 |
| |
60 |
| - | |
| 60 | + | |
61 | 61 |
| |
62 | 62 |
| |
63 |
| - | |
| 63 | + | |
64 | 64 |
| |
65 | 65 |
| |
66 | 66 |
| |
67 | 67 |
| |
68 | 68 |
| |
69 | 69 |
| |
| 70 | + | |
70 | 71 |
| |
71 | 72 |
| |
72 | 73 |
| |
| |||
76 | 77 |
| |
77 | 78 |
| |
78 | 79 |
| |
79 |
| - | |
| 80 | + | |
80 | 81 |
| |
81 | 82 |
| |
82 | 83 |
| |
83 | 84 |
| |
84 | 85 |
| |
85 | 86 |
| |
| 87 | + | |
86 | 88 |
| |
87 | 89 |
| |
88 | 90 |
| |
89 | 91 |
| |
90 | 92 |
| |
91 | 93 |
| |
92 | 94 |
| |
| 95 | + | |
93 | 96 |
| |
94 | 97 |
|
Diff for: .github/workflows/release.yml
-9
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 |
| - | |
6 | 5 |
| |
7 | 6 |
| |
8 |
| - | |
9 |
| - | |
10 |
| - | |
11 |
| - | |
12 |
| - | |
13 |
| - | |
14 |
| - | |
15 | 7 |
| |
16 | 8 |
| |
17 | 9 |
| |
18 | 10 |
| |
19 |
| - | |
20 | 11 |
| |
21 | 12 |
| |
22 | 13 |
| |
|
Diff for: .nvmrc
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + |
Diff for: .releaserc
+2-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
| 4 | + | |
| 5 | + | |
5 | 6 |
| |
6 | 7 |
| |
7 | 8 |
| |
|
Diff for: README.md
+7-6
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
19 |
| - | |
| 19 | + | |
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
25 |
| - | |
26 |
| - | |
27 |
| - | |
28 |
| - | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
29 | 30 |
| |
30 | 31 |
| |
31 | 32 |
| |
| |||
51 | 52 |
| |
52 | 53 |
| |
53 | 54 |
| |
54 |
| - | |
| 55 | + | |
55 | 56 |
| |
56 | 57 |
| |
57 | 58 |
| |
|
Diff for: babel.config.js
+19-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
1 | 19 |
| |
2 | 20 |
| |
3 | 21 |
| |
| |||
10 | 28 |
| |
11 | 29 |
| |
12 | 30 |
| |
13 |
| - | |
| 31 | + | |
14 | 32 |
| |
15 | 33 |
| |
16 | 34 |
| |
|
+16
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
7 | 23 |
|
Diff for: config/jest/jest.artifact-es.config.js
+16
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
7 | 23 |
|
Diff for: config/jest/jest.unit.config.js
+16
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
11 | 25 |
| |
12 | 26 |
| |
13 | 27 |
| |
14 | 28 |
| |
15 | 29 |
| |
16 | 30 |
| |
17 | 31 |
| |
| 32 | + | |
| 33 | + | |
18 | 34 |
| |
19 | 35 |
|
+3-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
9 |
| - | |
| 9 | + | |
10 | 10 |
| |
11 | 11 |
| |
12 |
| - | |
| 12 | + | |
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
|
Diff for: config/webpack/browser.config.babel.js
+7-14
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
3 | 2 |
| |
4 | 3 |
| |
5 | 4 |
| |
| |||
45 | 44 |
| |
46 | 45 |
| |
47 | 46 |
| |
48 |
| - | |
49 |
| - | |
50 |
| - | |
51 | 47 |
| |
52 | 48 |
| |
53 |
| - | |
| 49 | + | |
54 | 50 |
| |
55 | 51 |
| |
56 | 52 |
| |
57 |
| - | |
58 |
| - | |
59 |
| - | |
60 |
| - | |
61 |
| - | |
62 | 53 |
| |
63 | 54 |
| |
64 | 55 |
| |
| |||
74 | 65 |
| |
75 | 66 |
| |
76 | 67 |
| |
77 |
| - | |
78 |
| - | |
| 68 | + | |
| 69 | + | |
79 | 70 |
| |
80 | 71 |
| |
81 | 72 |
| |
| |||
95 | 86 |
| |
96 | 87 |
| |
97 | 88 |
| |
98 |
| - | |
99 |
| - | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
100 | 93 |
| |
101 | 94 |
| |
102 | 95 |
| |
|
Diff for: docs/development/scripts.md
+1-4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
16 |
| - | |
| 16 | + | |
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
| |||
31 | 31 |
| |
32 | 32 |
| |
33 | 33 |
| |
34 |
| - | |
35 |
| - | |
36 |
| - | |
37 | 34 |
| |
38 | 35 |
|
Diff for: docs/development/setting-up.md
+8-11
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 |
| - | |
| 6 | + | |
| 7 | + | |
7 | 8 |
| |
8 | 9 |
| |
9 | 10 |
| |
10 |
| - | |
11 |
| - | |
12 |
| - | |
| 11 | + | |
13 | 12 |
| |
14 |
| - | |
15 |
| - | |
16 |
| - | |
| 13 | + | |
17 | 14 |
| |
18 |
| - | |
19 |
| - | |
20 |
| - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
21 | 18 |
| |
22 |
| - | |
| 19 | + | |
23 | 20 |
| |
24 | 21 |
| |
25 | 22 |
| |
|
0 commit comments