Skip to content

Commit d15d6ca

Browse files
committed
Merge branch 'master' into flattenNamespaces2
# Conflicts: # apps/api-documenter/src/documenters/IConfigFile.ts # apps/api-documenter/src/schemas/api-documenter.schema.json # build-tests/api-documenter-test/config/api-documenter.json
2 parents dc9ea2d + e5bccec commit d15d6ca

File tree

610 files changed

+16358
-4080
lines changed

Some content is hidden

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

610 files changed

+16358
-4080
lines changed

.github/CODEOWNERS

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ common/config/**/* @iclanton @octogonz @patmill @apostolisms
33

44
common/reviews/**/* @iclanton @octogonz @apostolisms
55

6-
apps/**/* @iclanton @octogonz @apostolisms @halfnibble @sachinjoseph
7-
build-tests/**/* @iclanton @octogonz @apostolisms @halfnibble @sachinjoseph
8-
core-build/**/* @iclanton @octogonz @apostolisms @halfnibble @sachinjoseph
9-
libraries/**/* @iclanton @octogonz @apostolisms @halfnibble @sachinjoseph
10-
stack/**/* @iclanton @octogonz @apostolisms @halfnibble @sachinjoseph
11-
webpack/**/* @iclanton @octogonz @apostolisms @halfnibble @sachinjoseph
12-
rush.json @iclanton @octogonz @apostolisms @halfnibble @sachinjoseph
13-
.gitattributes @iclanton @octogonz @apostolisms @halfnibble @sachinjoseph
14-
.gitignore @iclanton @octogonz @apostolisms @halfnibble @sachinjoseph
15-
README.md @iclanton @octogonz @apostolisms @halfnibble @sachinjoseph
6+
apps/**/* @iclanton @octogonz @apostolisms @halfnibble @sachinjoseph @D4N14L
7+
build-tests/**/* @iclanton @octogonz @apostolisms @halfnibble @sachinjoseph @D4N14L
8+
core-build/**/* @iclanton @octogonz @apostolisms @halfnibble @sachinjoseph @D4N14L
9+
libraries/**/* @iclanton @octogonz @apostolisms @halfnibble @sachinjoseph @D4N14L
10+
stack/**/* @iclanton @octogonz @apostolisms @halfnibble @sachinjoseph @D4N14L
11+
webpack/**/* @iclanton @octogonz @apostolisms @halfnibble @sachinjoseph @D4N14L
12+
rush.json @iclanton @octogonz @apostolisms @halfnibble @sachinjoseph @D4N14L
13+
.gitattributes @iclanton @octogonz @apostolisms @halfnibble @sachinjoseph @D4N14L
14+
.gitignore @iclanton @octogonz @apostolisms @halfnibble @sachinjoseph @D4N14L
15+
README.md @iclanton @octogonz @apostolisms @halfnibble @sachinjoseph @D4N14L
1616

1717
libraries/load-themed-styles/**/* @iclanton @octogonz @dzearing @apostolisms

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ yarn-error.log*
99
*.seed
1010
*.pid.lock
1111

12+
# Visual Studio Code
13+
.vscode
14+
1215
# Directory for instrumented libs generated by jscoverage/JSCover
1316
lib-cov
1417

.vscode/settings.json

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,20 @@
66
// When enabled, will trim trailing whitespace when you save a file.
77
"files.trimTrailingWhitespace": true,
88
// Controls if the editor should automatically close brackets after opening them
9-
"editor.autoClosingBrackets": false,
9+
"editor.autoClosingBrackets": "never",
1010
// Configure glob patterns for excluding files and folders in searches. Inherits all glob patterns from the file.exclude setting.
1111
"search.exclude": {
1212
"**/node_modules": true,
1313
"**/bower_components": true,
14-
"dist": true,
15-
"lib": true,
16-
"lib-amd": true,
17-
"temp": true,
14+
"**/dist": true,
15+
"**/lib": true,
16+
"**/lib-amd": true,
1817
"**/test/**/temp": false,
19-
"coverage": true
18+
"**/temp": true,
19+
"**/coverage": true
20+
},
21+
"files.associations": {
22+
"**/package.json": "json",
23+
"**/*.json": "jsonc"
2024
}
2125
}

README.md

Lines changed: 102 additions & 198 deletions
Large diffs are not rendered by default.

apps/api-documenter/.eslintrc.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
// This is a workaround for https://github.com/eslint/eslint/issues/3458
2+
require("@rushstack/eslint-config/patch-eslint6");
3+
4+
module.exports = {
5+
extends: [ "@rushstack/eslint-config" ],
6+
parserOptions: { tsconfigRootDir: __dirname },
7+
};

apps/api-documenter/CHANGELOG.json

Lines changed: 269 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,275 @@
11
{
22
"name": "@microsoft/api-documenter",
33
"entries": [
4+
{
5+
"version": "7.6.0",
6+
"tag": "@microsoft/api-documenter_v7.6.0",
7+
"date": "Fri, 15 Nov 2019 04:50:50 GMT",
8+
"comments": {
9+
"minor": [
10+
{
11+
"comment": "Make newline type for generated files configurable"
12+
}
13+
],
14+
"dependency": [
15+
{
16+
"comment": "Updating dependency \"@microsoft/api-extractor-model\" from `7.5.5` to `7.5.6`"
17+
},
18+
{
19+
"comment": "Updating dependency \"@microsoft/node-core-library\" from `3.17.1` to `3.18.0`"
20+
},
21+
{
22+
"comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.3.6` to `0.3.7`"
23+
},
24+
{
25+
"comment": "Updating dependency \"@microsoft/node-library-build\" from `6.3.6` to `6.3.7`"
26+
}
27+
]
28+
}
29+
},
30+
{
31+
"version": "7.5.8",
32+
"tag": "@microsoft/api-documenter_v7.5.8",
33+
"date": "Mon, 11 Nov 2019 16:07:56 GMT",
34+
"comments": {
35+
"dependency": [
36+
{
37+
"comment": "Updating dependency \"@microsoft/api-extractor-model\" from `7.5.4` to `7.5.5`"
38+
},
39+
{
40+
"comment": "Updating dependency \"@microsoft/node-core-library\" from `3.17.0` to `3.17.1`"
41+
},
42+
{
43+
"comment": "Updating dependency \"@microsoft/ts-command-line\" from `4.3.4` to `4.3.5`"
44+
},
45+
{
46+
"comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.3.5` to `0.3.6`"
47+
},
48+
{
49+
"comment": "Updating dependency \"@microsoft/node-library-build\" from `6.3.5` to `6.3.6`"
50+
},
51+
{
52+
"comment": "Updating dependency \"@rushstack/eslint-config\" from `0.4.1` to `0.4.2`"
53+
}
54+
]
55+
}
56+
},
57+
{
58+
"version": "7.5.7",
59+
"tag": "@microsoft/api-documenter_v7.5.7",
60+
"date": "Wed, 06 Nov 2019 22:44:18 GMT",
61+
"comments": {
62+
"dependency": [
63+
{
64+
"comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.3.4` to `0.3.5`"
65+
},
66+
{
67+
"comment": "Updating dependency \"@microsoft/node-library-build\" from `6.3.4` to `6.3.5`"
68+
}
69+
]
70+
}
71+
},
72+
{
73+
"version": "7.5.6",
74+
"tag": "@microsoft/api-documenter_v7.5.6",
75+
"date": "Tue, 05 Nov 2019 06:49:28 GMT",
76+
"comments": {
77+
"dependency": [
78+
{
79+
"comment": "Updating dependency \"@microsoft/api-extractor-model\" from `7.5.3` to `7.5.4`"
80+
},
81+
{
82+
"comment": "Updating dependency \"@microsoft/node-core-library\" from `3.16.0` to `3.17.0`"
83+
},
84+
{
85+
"comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.3.3` to `0.3.4`"
86+
},
87+
{
88+
"comment": "Updating dependency \"@microsoft/node-library-build\" from `6.3.3` to `6.3.4`"
89+
}
90+
]
91+
}
92+
},
93+
{
94+
"version": "7.5.5",
95+
"tag": "@microsoft/api-documenter_v7.5.5",
96+
"date": "Tue, 05 Nov 2019 01:08:39 GMT",
97+
"comments": {
98+
"dependency": [
99+
{
100+
"comment": "Updating dependency \"@microsoft/api-extractor-model\" from `7.5.2` to `7.5.3`"
101+
},
102+
{
103+
"comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.3.2` to `0.3.3`"
104+
},
105+
{
106+
"comment": "Updating dependency \"@microsoft/node-library-build\" from `6.3.2` to `6.3.3`"
107+
}
108+
]
109+
}
110+
},
111+
{
112+
"version": "7.5.4",
113+
"tag": "@microsoft/api-documenter_v7.5.4",
114+
"date": "Fri, 25 Oct 2019 15:08:54 GMT",
115+
"comments": {
116+
"dependency": [
117+
{
118+
"comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.3.1` to `0.3.2`"
119+
},
120+
{
121+
"comment": "Updating dependency \"@microsoft/node-library-build\" from `6.3.1` to `6.3.2`"
122+
}
123+
]
124+
}
125+
},
126+
{
127+
"version": "7.5.3",
128+
"tag": "@microsoft/api-documenter_v7.5.3",
129+
"date": "Tue, 22 Oct 2019 06:24:44 GMT",
130+
"comments": {
131+
"dependency": [
132+
{
133+
"comment": "Updating dependency \"@microsoft/api-extractor-model\" from `7.5.1` to `7.5.2`"
134+
},
135+
{
136+
"comment": "Updating dependency \"@microsoft/node-core-library\" from `3.15.1` to `3.16.0`"
137+
},
138+
{
139+
"comment": "Updating dependency \"@microsoft/ts-command-line\" from `4.3.3` to `4.3.4`"
140+
},
141+
{
142+
"comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.3.0` to `0.3.1`"
143+
},
144+
{
145+
"comment": "Updating dependency \"@microsoft/node-library-build\" from `6.3.0` to `6.3.1`"
146+
},
147+
{
148+
"comment": "Updating dependency \"@rushstack/eslint-config\" from `0.4.0` to `0.4.1`"
149+
}
150+
]
151+
}
152+
},
153+
{
154+
"version": "7.5.2",
155+
"tag": "@microsoft/api-documenter_v7.5.2",
156+
"date": "Mon, 21 Oct 2019 05:22:43 GMT",
157+
"comments": {
158+
"dependency": [
159+
{
160+
"comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.2.6` to `0.3.0`"
161+
},
162+
{
163+
"comment": "Updating dependency \"@microsoft/node-library-build\" from `6.2.6` to `6.3.0`"
164+
}
165+
]
166+
}
167+
},
168+
{
169+
"version": "7.5.1",
170+
"tag": "@microsoft/api-documenter_v7.5.1",
171+
"date": "Fri, 18 Oct 2019 15:15:00 GMT",
172+
"comments": {
173+
"dependency": [
174+
{
175+
"comment": "Updating dependency \"@microsoft/ts-command-line\" from `4.3.2` to `4.3.3`"
176+
},
177+
{
178+
"comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.2.5` to `0.2.6`"
179+
},
180+
{
181+
"comment": "Updating dependency \"@microsoft/node-library-build\" from `6.2.5` to `6.2.6`"
182+
}
183+
]
184+
}
185+
},
186+
{
187+
"version": "7.5.0",
188+
"tag": "@microsoft/api-documenter_v7.5.0",
189+
"date": "Sun, 06 Oct 2019 00:27:39 GMT",
190+
"comments": {
191+
"minor": [
192+
{
193+
"comment": "For the markdown target, reorder the \"Remarks\" section to appear before the members for classes, interfaces, namespaces, and packages (GitHub #1550)"
194+
}
195+
],
196+
"dependency": [
197+
{
198+
"comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.2.4` to `0.2.5`"
199+
},
200+
{
201+
"comment": "Updating dependency \"@microsoft/node-library-build\" from `6.2.4` to `6.2.5`"
202+
}
203+
]
204+
}
205+
},
206+
{
207+
"version": "7.4.9",
208+
"tag": "@microsoft/api-documenter_v7.4.9",
209+
"date": "Fri, 04 Oct 2019 00:15:22 GMT",
210+
"comments": {
211+
"dependency": [
212+
{
213+
"comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.2.3` to `0.2.4`"
214+
},
215+
{
216+
"comment": "Updating dependency \"@microsoft/node-library-build\" from `6.2.3` to `6.2.4`"
217+
}
218+
]
219+
}
220+
},
221+
{
222+
"version": "7.4.8",
223+
"tag": "@microsoft/api-documenter_v7.4.8",
224+
"date": "Sun, 29 Sep 2019 23:56:29 GMT",
225+
"comments": {
226+
"patch": [
227+
{
228+
"comment": "Update repository URL"
229+
}
230+
],
231+
"dependency": [
232+
{
233+
"comment": "Updating dependency \"@microsoft/api-extractor-model\" from `7.5.0` to `7.5.1`"
234+
},
235+
{
236+
"comment": "Updating dependency \"@microsoft/node-core-library\" from `3.15.0` to `3.15.1`"
237+
},
238+
{
239+
"comment": "Updating dependency \"@microsoft/ts-command-line\" from `4.3.1` to `4.3.2`"
240+
},
241+
{
242+
"comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.2.2` to `0.2.3`"
243+
},
244+
{
245+
"comment": "Updating dependency \"@microsoft/node-library-build\" from `6.2.2` to `6.2.3`"
246+
}
247+
]
248+
}
249+
},
250+
{
251+
"version": "7.4.7",
252+
"tag": "@microsoft/api-documenter_v7.4.7",
253+
"date": "Wed, 25 Sep 2019 15:15:31 GMT",
254+
"comments": {
255+
"patch": [
256+
{
257+
"comment": "Disambiguate output files for items with colliding names"
258+
}
259+
],
260+
"dependency": [
261+
{
262+
"comment": "Updating dependency \"@microsoft/api-extractor-model\" from `7.4.2` to `7.5.0`"
263+
},
264+
{
265+
"comment": "Updating dependency \"@microsoft/rush-stack-compiler-3.4\" from `0.2.1` to `0.2.2`"
266+
},
267+
{
268+
"comment": "Updating dependency \"@microsoft/node-library-build\" from `6.2.1` to `6.2.2`"
269+
}
270+
]
271+
}
272+
},
4273
{
5274
"version": "7.4.6",
6275
"tag": "@microsoft/api-documenter_v7.4.6",

0 commit comments

Comments
 (0)