提交 c04e56a5 编写于 作者: WOSHIMAHAIFENG's avatar WOSHIMAHAIFENG

Merge branch 'dev_buffer' into 'dev'

[array-buffer]修改名称

See merge request !14
import { describe, test, expect, Result } from './tests.uts'
import { TDataView } from './TDataView.js'
import { TFloat32Array } from './TFloat32Array.js'
import { TFloat64Array } from './TFloat64Array.js'
import { TInt8Array } from './TInt8Array.js'
import { TInt16Array } from './TInt16Array.js'
import { TInt32Array } from './TInt32Array.js'
import { TUint8Array } from './TUint8Array.js'
import { TUint8ClampedArray } from './TUint8ClampedArray.js'
import { TUint16Array } from './TUint16Array.js'
import { TUint32Array } from './TUint32Array.js'
import { TDataView } from './TDataView.uts'
import { TFloat32Array } from './TFloat32Array.uts'
import { TFloat64Array } from './TFloat64Array.uts'
import { TInt8Array } from './TInt8Array.uts'
import { TInt16Array } from './TInt16Array.uts'
import { TInt32Array } from './TInt32Array.uts'
import { TUint8Array } from './TUint8Array.uts'
import { TUint8ClampedArray } from './TUint8ClampedArray.uts'
import { TUint16Array } from './TUint16Array.uts'
import { TUint32Array } from './TUint32Array.uts'
const tDataView = new TDataView();
const float32 = new TFloat32Array();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册