File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
packages/core-js-types/src/base Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,8 @@ interface ArrayBuffer {
2626 transferToFixedLength ( newByteLength ?: number ) : ArrayBuffer ;
2727}
2828
29- // Type compatibility hack for AllowSharedBufferSource in TypeScript < 5.9: https://github.com/microsoft/TypeScript/issues/61480
29+ // Type compatibility hack for AllowSharedBufferSource in TypeScript < 5.9
30+ // https://github.com/microsoft/TypeScript/issues/61480
3031interface SharedArrayBuffer {
3132 readonly resizable : boolean ;
3233
Original file line number Diff line number Diff line change @@ -37,7 +37,8 @@ declare namespace CoreJS {
3737 var CoreJSArrayBuffer : CoreJSArrayBufferConstructor ;
3838}
3939
40- // Type compatibility hack for AllowSharedBufferSource in TypeScript < 5.9: https://github.com/microsoft/TypeScript/issues/61480
40+ // Type compatibility hack for AllowSharedBufferSource in TypeScript < 5.9
41+ // https://github.com/microsoft/TypeScript/issues/61480
4142interface SharedArrayBuffer {
4243 readonly resizable : boolean ;
4344
You can’t perform that action at this time.
0 commit comments