add pushTypeResolution to getTypeOfAlias (#52642)

Co-authored-by: Jake Bailey <5341706+jakebailey@users.noreply.github.com>
This commit is contained in:
Isabel Duan
2023-10-27 18:08:20 -07:00
committed by GitHub
parent 6061069d96
commit 29cfca319b
6 changed files with 76 additions and 8 deletions

View File

@@ -0,0 +1,7 @@
// @checkJs: true
// @allowJs: true
// @noEmit: true
// @Filename: bar.js
module.exports = function () {};
exports.blah = exports.someProp;