mirror of
https://github.com/swc-project/swc.git
synced 2024-12-18 19:21:33 +03:00
10 lines
205 B
TypeScript
10 lines
205 B
TypeScript
// @allowJs: true
|
|
// @checkJs: true
|
|
// @target: es5
|
|
// @outDir: ./out
|
|
// @declaration: true
|
|
// @filename: index.js
|
|
// https://github.com/microsoft/TypeScript/issues/35801
|
|
let A;
|
|
A = {};
|
|
A.prototype.b = {}; |