TypeScript/tests/cases/conformance/salsa/moduleExportAlias5.ts

12 lines
221 B
TypeScript
Raw Normal View History

// @checkJs: true
// @allowJS: true
// @noEmit: true
// @Filename: bug24754.js
// #24754
const webpack = function (){
}
exports = module.exports = webpack;
exports.version = 1001;
webpack.WebpackOptionsDefaulter = 1111;