-
Notifications
You must be signed in to change notification settings - Fork 2.5k
feat(schemas): separate public from internal schema #29041
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
a59af28
b94173e
6e38d63
5141563
6aab32a
58bc695
02512b2
e87f7f8
e6ec3f1
3625d24
9c40066
bd382c9
02fe4a2
212d293
4869566
b9028b7
8048401
46185f4
b737787
252bb46
02c1290
154e7fb
fe10aa9
2a320b4
6d3341f
5444400
bbffdde
0133009
6fce3da
eb86b1a
4c78d36
613889f
a78207a
57f2f8c
5bb0dc4
a64f7d6
c43fb41
fa492d8
2160412
6ef2f5c
4c20fb8
8795524
ed665b7
d9d323d
22e9dbd
a760f58
662ee59
883d288
30361cd
24ccd78
ea1b029
d39e07e
b1bc417
dacc025
246c656
c80a51e
549e023
108d462
b7cccc5
93f7b14
dd6452b
662b144
fa35b21
dfc8889
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -11,4 +11,5 @@ LICENSE | |
| /build/ | ||
| coverage/ | ||
| .features.json | ||
| types.d.ts | ||
| /types/internal.d.ts | ||
| /types/public.d.ts | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -31,5 +31,6 @@ | |
| ], | ||
| "url": "/schemas/browsers.schema.json" | ||
| } | ||
| ] | ||
| ], | ||
| "typescript.tsdk": "node_modules/typescript/lib" | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. What is this for?
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This ensures that VSCode uses the TypeScript version referenced by (It would make sense to move this to a separate PR.) |
||
| } | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All of the
name:additions are pretty pointless here. Not sure why any are in this PR.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I sympathize with your scrutiny, but drive-by fixes like this are very common. I'm not sure if you're suggesting that I should add a separate PR just for adding workflow step names? This change increases consistency with other workflow across the MDN org, and reduces noise when looking at the logs of a failed workflow run.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(Besides, this is part of #29042, which should be merged before, so this change shouldn't end up in this commit.)