js-apidiff-compiler-and-runtime.md 1.7 KB
Newer Older
W
wangqing 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
| 操作 | 旧版本 | 新版本 | d.ts文件 |
| ---- | ------ | ------ | -------- |
|新增|NA|模块名: global<br>类名: console<br>方法 or 属性:static assert(value?: Object, ...arguments: Object[]): void;|global.d.ts|
|新增|NA|模块名: global<br>类名: console<br>方法 or 属性:static count(label?: string): void;|global.d.ts|
|新增|NA|模块名: global<br>类名: console<br>方法 or 属性:static countReset(label?: string): void;|global.d.ts|
|新增|NA|模块名: global<br>类名: console<br>方法 or 属性:static dir(dir?: Object): void;|global.d.ts|
|新增|NA|模块名: global<br>类名: console<br>方法 or 属性:static dirxml(...arguments: Object[]): void;|global.d.ts|
|新增|NA|模块名: global<br>类名: console<br>方法 or 属性:static group(...arguments: Object[]): void;|global.d.ts|
|新增|NA|模块名: global<br>类名: console<br>方法 or 属性:static groupCollapsed(...arguments: Object[]): void;|global.d.ts|
|新增|NA|模块名: global<br>类名: console<br>方法 or 属性:static groupEnd(): void;|global.d.ts|
|新增|NA|模块名: global<br>类名: console<br>方法 or 属性:static table(tableData?: Object): void;|global.d.ts|
|新增|NA|模块名: global<br>类名: console<br>方法 or 属性:static time(label?: string): void;|global.d.ts|
|新增|NA|模块名: global<br>类名: console<br>方法 or 属性:static timeEnd(label?: string): void;|global.d.ts|
|新增|NA|模块名: global<br>类名: console<br>方法 or 属性:static timeLog(label?: string, ...arguments: Object[]): void;|global.d.ts|
|新增|NA|模块名: global<br>类名: console<br>方法 or 属性:static trace(...arguments: Object[]): void;|global.d.ts|