Skip to content

Commit 58679f8

Browse files
authored
Merge branch 'master' into fix-compact-reference-type
2 parents 610f915 + 7ae73d9 commit 58679f8

File tree

81 files changed

+9311
-3969
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

81 files changed

+9311
-3969
lines changed

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ node_modules
5858
coverage
5959

6060
# AMF models
61-
/test/*.json
62-
!test/apis.json
61+
/apis/*.json
62+
!apis/apis.json
6363

6464
.idea/

.npmignore

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
coverage/
22
test/
3-
demo/
4-
CONTRIBUTING.md
53
karma.*
64
.*
7-
changes/
5+
apis/

.vscode/settings.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"cSpell.words": [
3+
"Arrable",
4+
"JSESSIONID",
5+
"Unionable",
6+
"xone"
7+
]
8+
}

CHANGELOG.md

Lines changed: 0 additions & 2386 deletions
This file was deleted.

CONTRIBUTING.md

Lines changed: 0 additions & 74 deletions
This file was deleted.
File renamed without changes.

test/apis.json renamed to apis/apis.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
"async-api/async-api.yaml": "ASYNC 2.0",
66
"flattened-api/flattened-api.raml": { "type": "RAML 1.0", "mime": "application/yaml", "flattened": true },
77
"expanded-api/expanded-api.raml": { "type": "RAML 1.0", "mime": "application/yaml", "flattened": false },
8-
"src": "test",
9-
"dest": "test"
8+
"oas-3-api/oas-3-api.yaml": { "type": "OAS 3.0", "mime": "application/yaml" },
9+
"secured-api/secured-api.raml": { "type": "RAML 1.0", "mime": "application/yaml" },
10+
"petstore/petstore.yaml": { "type": "OAS 3.0", "mime": "application/yaml" },
11+
"src": "apis",
12+
"dest": "apis"
1013
}
File renamed without changes.

0 commit comments

Comments
 (0)