swc/tests/tsc-references/salsa/jsContainerMergeJsContainer/input.ts/es2015.1.normal/output.js

13 lines
159 B
JavaScript

// @noEmit: true
// @allowJs: true
// @checkJs: true
// #24131
// @Filename: a.js
const a = {
};
a.d = function() {
};
// @Filename: b.js
a.d.prototype = {
};