mirror of
https://gitee.com/openharmony/third_party_typescript
synced 2025-03-01 16:45:46 +00:00
Enable test case for declaration emit for multiple file emit scenario
This commit is contained in:
parent
3e2de14933
commit
d2ae999a48
@ -31,4 +31,14 @@ Copyright
|
||||
---------------------------------------------------------------------------*/
|
||||
///<reference path="a.ts"/>
|
||||
var y = x;
|
||||
//# sourceMappingURL=a.js.map
|
||||
//# sourceMappingURL=a.js.map
|
||||
|
||||
//// [a.d.ts]
|
||||
declare var x: {
|
||||
a: number;
|
||||
b: number;
|
||||
};
|
||||
declare var y: {
|
||||
a: number;
|
||||
b: number;
|
||||
};
|
||||
|
@ -1,5 +1,6 @@
|
||||
// @out: a.js
|
||||
// @sourcemap: true
|
||||
// @declaration: true
|
||||
// @Filename: a.ts
|
||||
/*--------------------------------------------------------------------------
|
||||
Copyright
|
||||
|
Loading…
x
Reference in New Issue
Block a user