mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-30 01:04:49 -05:00
add pushTypeResolution to getTypeOfAlias (#52642)
Co-authored-by: Jake Bailey <5341706+jakebailey@users.noreply.github.com>
This commit is contained in:
7
tests/cases/compiler/pushTypeGetTypeOfAlias.ts
Normal file
7
tests/cases/compiler/pushTypeGetTypeOfAlias.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
// @checkJs: true
|
||||
// @allowJs: true
|
||||
// @noEmit: true
|
||||
|
||||
// @Filename: bar.js
|
||||
module.exports = function () {};
|
||||
exports.blah = exports.someProp;
|
||||
Reference in New Issue
Block a user