Skip to content

Commit ae72c10

Browse files
committed
Fix order
1 parent b61dbde commit ae72c10

19 files changed

+39
-18
lines changed

baselines/dom.generated.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36174,7 +36174,6 @@ interface WebGLRenderingContextBase {
3617436174
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/getError) */
3617536175
getError(): GLenum;
3617636176
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/getExtension) */
36177-
getExtension(name: string): any;
3617836177
getExtension(extensionName: "ANGLE_instanced_arrays"): ANGLE_instanced_arrays | null;
3617936178
getExtension(extensionName: "EXT_blend_minmax"): EXT_blend_minmax | null;
3618036179
getExtension(extensionName: "EXT_color_buffer_float"): EXT_color_buffer_float | null;
@@ -36209,6 +36208,7 @@ interface WebGLRenderingContextBase {
3620936208
getExtension(extensionName: "WEBGL_draw_buffers"): WEBGL_draw_buffers | null;
3621036209
getExtension(extensionName: "WEBGL_lose_context"): WEBGL_lose_context | null;
3621136210
getExtension(extensionName: "WEBGL_multi_draw"): WEBGL_multi_draw | null;
36211+
getExtension(extensionName: string): any;
3621236212
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/getFramebufferAttachmentParameter) */
3621336213
getFramebufferAttachmentParameter(target: GLenum, attachment: GLenum, pname: GLenum): any;
3621436214
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/getParameter) */

baselines/serviceworker.generated.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9848,7 +9848,6 @@ interface WebGLRenderingContextBase {
98489848
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/getError) */
98499849
getError(): GLenum;
98509850
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/getExtension) */
9851-
getExtension(name: string): any;
98529851
getExtension(extensionName: "ANGLE_instanced_arrays"): ANGLE_instanced_arrays | null;
98539852
getExtension(extensionName: "EXT_blend_minmax"): EXT_blend_minmax | null;
98549853
getExtension(extensionName: "EXT_color_buffer_float"): EXT_color_buffer_float | null;
@@ -9883,6 +9882,7 @@ interface WebGLRenderingContextBase {
98839882
getExtension(extensionName: "WEBGL_draw_buffers"): WEBGL_draw_buffers | null;
98849883
getExtension(extensionName: "WEBGL_lose_context"): WEBGL_lose_context | null;
98859884
getExtension(extensionName: "WEBGL_multi_draw"): WEBGL_multi_draw | null;
9885+
getExtension(extensionName: string): any;
98869886
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/getFramebufferAttachmentParameter) */
98879887
getFramebufferAttachmentParameter(target: GLenum, attachment: GLenum, pname: GLenum): any;
98889888
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/getParameter) */

baselines/sharedworker.generated.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9385,7 +9385,6 @@ interface WebGLRenderingContextBase {
93859385
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/getError) */
93869386
getError(): GLenum;
93879387
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/getExtension) */
9388-
getExtension(name: string): any;
93899388
getExtension(extensionName: "ANGLE_instanced_arrays"): ANGLE_instanced_arrays | null;
93909389
getExtension(extensionName: "EXT_blend_minmax"): EXT_blend_minmax | null;
93919390
getExtension(extensionName: "EXT_color_buffer_float"): EXT_color_buffer_float | null;
@@ -9420,6 +9419,7 @@ interface WebGLRenderingContextBase {
94209419
getExtension(extensionName: "WEBGL_draw_buffers"): WEBGL_draw_buffers | null;
94219420
getExtension(extensionName: "WEBGL_lose_context"): WEBGL_lose_context | null;
94229421
getExtension(extensionName: "WEBGL_multi_draw"): WEBGL_multi_draw | null;
9422+
getExtension(extensionName: string): any;
94239423
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/getFramebufferAttachmentParameter) */
94249424
getFramebufferAttachmentParameter(target: GLenum, attachment: GLenum, pname: GLenum): any;
94259425
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/getParameter) */

baselines/ts5.5/dom.generated.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36148,7 +36148,6 @@ interface WebGLRenderingContextBase {
3614836148
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/getError) */
3614936149
getError(): GLenum;
3615036150
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/getExtension) */
36151-
getExtension(name: string): any;
3615236151
getExtension(extensionName: "ANGLE_instanced_arrays"): ANGLE_instanced_arrays | null;
3615336152
getExtension(extensionName: "EXT_blend_minmax"): EXT_blend_minmax | null;
3615436153
getExtension(extensionName: "EXT_color_buffer_float"): EXT_color_buffer_float | null;
@@ -36183,6 +36182,7 @@ interface WebGLRenderingContextBase {
3618336182
getExtension(extensionName: "WEBGL_draw_buffers"): WEBGL_draw_buffers | null;
3618436183
getExtension(extensionName: "WEBGL_lose_context"): WEBGL_lose_context | null;
3618536184
getExtension(extensionName: "WEBGL_multi_draw"): WEBGL_multi_draw | null;
36185+
getExtension(extensionName: string): any;
3618636186
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/getFramebufferAttachmentParameter) */
3618736187
getFramebufferAttachmentParameter(target: GLenum, attachment: GLenum, pname: GLenum): any;
3618836188
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/getParameter) */

baselines/ts5.5/serviceworker.generated.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9845,7 +9845,6 @@ interface WebGLRenderingContextBase {
98459845
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/getError) */
98469846
getError(): GLenum;
98479847
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/getExtension) */
9848-
getExtension(name: string): any;
98499848
getExtension(extensionName: "ANGLE_instanced_arrays"): ANGLE_instanced_arrays | null;
98509849
getExtension(extensionName: "EXT_blend_minmax"): EXT_blend_minmax | null;
98519850
getExtension(extensionName: "EXT_color_buffer_float"): EXT_color_buffer_float | null;
@@ -9880,6 +9879,7 @@ interface WebGLRenderingContextBase {
98809879
getExtension(extensionName: "WEBGL_draw_buffers"): WEBGL_draw_buffers | null;
98819880
getExtension(extensionName: "WEBGL_lose_context"): WEBGL_lose_context | null;
98829881
getExtension(extensionName: "WEBGL_multi_draw"): WEBGL_multi_draw | null;
9882+
getExtension(extensionName: string): any;
98839883
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/getFramebufferAttachmentParameter) */
98849884
getFramebufferAttachmentParameter(target: GLenum, attachment: GLenum, pname: GLenum): any;
98859885
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/getParameter) */

baselines/ts5.5/sharedworker.generated.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9382,7 +9382,6 @@ interface WebGLRenderingContextBase {
93829382
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/getError) */
93839383
getError(): GLenum;
93849384
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/getExtension) */
9385-
getExtension(name: string): any;
93869385
getExtension(extensionName: "ANGLE_instanced_arrays"): ANGLE_instanced_arrays | null;
93879386
getExtension(extensionName: "EXT_blend_minmax"): EXT_blend_minmax | null;
93889387
getExtension(extensionName: "EXT_color_buffer_float"): EXT_color_buffer_float | null;
@@ -9417,6 +9416,7 @@ interface WebGLRenderingContextBase {
94179416
getExtension(extensionName: "WEBGL_draw_buffers"): WEBGL_draw_buffers | null;
94189417
getExtension(extensionName: "WEBGL_lose_context"): WEBGL_lose_context | null;
94199418
getExtension(extensionName: "WEBGL_multi_draw"): WEBGL_multi_draw | null;
9419+
getExtension(extensionName: string): any;
94209420
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/getFramebufferAttachmentParameter) */
94219421
getFramebufferAttachmentParameter(target: GLenum, attachment: GLenum, pname: GLenum): any;
94229422
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/getParameter) */

baselines/ts5.5/webworker.generated.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11279,7 +11279,6 @@ interface WebGLRenderingContextBase {
1127911279
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/getError) */
1128011280
getError(): GLenum;
1128111281
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/getExtension) */
11282-
getExtension(name: string): any;
1128311282
getExtension(extensionName: "ANGLE_instanced_arrays"): ANGLE_instanced_arrays | null;
1128411283
getExtension(extensionName: "EXT_blend_minmax"): EXT_blend_minmax | null;
1128511284
getExtension(extensionName: "EXT_color_buffer_float"): EXT_color_buffer_float | null;
@@ -11314,6 +11313,7 @@ interface WebGLRenderingContextBase {
1131411313
getExtension(extensionName: "WEBGL_draw_buffers"): WEBGL_draw_buffers | null;
1131511314
getExtension(extensionName: "WEBGL_lose_context"): WEBGL_lose_context | null;
1131611315
getExtension(extensionName: "WEBGL_multi_draw"): WEBGL_multi_draw | null;
11316+
getExtension(extensionName: string): any;
1131711317
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/getFramebufferAttachmentParameter) */
1131811318
getFramebufferAttachmentParameter(target: GLenum, attachment: GLenum, pname: GLenum): any;
1131911319
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/getParameter) */

baselines/ts5.6/dom.generated.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36171,7 +36171,6 @@ interface WebGLRenderingContextBase {
3617136171
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/getError) */
3617236172
getError(): GLenum;
3617336173
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/getExtension) */
36174-
getExtension(name: string): any;
3617536174
getExtension(extensionName: "ANGLE_instanced_arrays"): ANGLE_instanced_arrays | null;
3617636175
getExtension(extensionName: "EXT_blend_minmax"): EXT_blend_minmax | null;
3617736176
getExtension(extensionName: "EXT_color_buffer_float"): EXT_color_buffer_float | null;
@@ -36206,6 +36205,7 @@ interface WebGLRenderingContextBase {
3620636205
getExtension(extensionName: "WEBGL_draw_buffers"): WEBGL_draw_buffers | null;
3620736206
getExtension(extensionName: "WEBGL_lose_context"): WEBGL_lose_context | null;
3620836207
getExtension(extensionName: "WEBGL_multi_draw"): WEBGL_multi_draw | null;
36208+
getExtension(extensionName: string): any;
3620936209
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/getFramebufferAttachmentParameter) */
3621036210
getFramebufferAttachmentParameter(target: GLenum, attachment: GLenum, pname: GLenum): any;
3621136211
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/getParameter) */

baselines/ts5.6/serviceworker.generated.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9845,7 +9845,6 @@ interface WebGLRenderingContextBase {
98459845
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/getError) */
98469846
getError(): GLenum;
98479847
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/getExtension) */
9848-
getExtension(name: string): any;
98499848
getExtension(extensionName: "ANGLE_instanced_arrays"): ANGLE_instanced_arrays | null;
98509849
getExtension(extensionName: "EXT_blend_minmax"): EXT_blend_minmax | null;
98519850
getExtension(extensionName: "EXT_color_buffer_float"): EXT_color_buffer_float | null;
@@ -9880,6 +9879,7 @@ interface WebGLRenderingContextBase {
98809879
getExtension(extensionName: "WEBGL_draw_buffers"): WEBGL_draw_buffers | null;
98819880
getExtension(extensionName: "WEBGL_lose_context"): WEBGL_lose_context | null;
98829881
getExtension(extensionName: "WEBGL_multi_draw"): WEBGL_multi_draw | null;
9882+
getExtension(extensionName: string): any;
98839883
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/getFramebufferAttachmentParameter) */
98849884
getFramebufferAttachmentParameter(target: GLenum, attachment: GLenum, pname: GLenum): any;
98859885
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/getParameter) */

baselines/ts5.6/sharedworker.generated.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9382,7 +9382,6 @@ interface WebGLRenderingContextBase {
93829382
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/getError) */
93839383
getError(): GLenum;
93849384
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/getExtension) */
9385-
getExtension(name: string): any;
93869385
getExtension(extensionName: "ANGLE_instanced_arrays"): ANGLE_instanced_arrays | null;
93879386
getExtension(extensionName: "EXT_blend_minmax"): EXT_blend_minmax | null;
93889387
getExtension(extensionName: "EXT_color_buffer_float"): EXT_color_buffer_float | null;
@@ -9417,6 +9416,7 @@ interface WebGLRenderingContextBase {
94179416
getExtension(extensionName: "WEBGL_draw_buffers"): WEBGL_draw_buffers | null;
94189417
getExtension(extensionName: "WEBGL_lose_context"): WEBGL_lose_context | null;
94199418
getExtension(extensionName: "WEBGL_multi_draw"): WEBGL_multi_draw | null;
9419+
getExtension(extensionName: string): any;
94209420
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/getFramebufferAttachmentParameter) */
94219421
getFramebufferAttachmentParameter(target: GLenum, attachment: GLenum, pname: GLenum): any;
94229422
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/getParameter) */

0 commit comments

Comments
 (0)