Skip to content

Update lib types to mark Annex B as deprecated #43710

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

Merged
merged 13 commits into from
Aug 30, 2021
Merged
Prev Previous commit
Next Next commit
Update baselines
  • Loading branch information
petamoriken committed Apr 17, 2021
commit 712940f81877cd805b51d261b1a93cd603db91c9
22 changes: 20 additions & 2 deletions tests/baselines/reference/completionsCommentsClass.baseline
Original file line number Diff line number Diff line change
Expand Up @@ -840,7 +840,7 @@
{
"name": "escape",
"kind": "function",
"kindModifiers": "declare",
"kindModifiers": "deprecated,declare",
"sortText": "5",
"displayParts": [
{
Expand Down Expand Up @@ -899,6 +899,15 @@
}
],
"tags": [
{
"name": "deprecated",
"text": [
{
"text": "A legacy feature for browser compatibility",
"kind": "text"
}
]
},
{
"name": "param",
"text": [
Expand All @@ -921,7 +930,7 @@
{
"name": "unescape",
"kind": "function",
"kindModifiers": "declare",
"kindModifiers": "deprecated,declare",
"sortText": "5",
"displayParts": [
{
Expand Down Expand Up @@ -980,6 +989,15 @@
}
],
"tags": [
{
"name": "deprecated",
"text": [
{
"text": "A legacy feature for browser compatibility",
"kind": "text"
}
]
},
{
"name": "param",
"text": [
Expand Down
Loading