rushstack icon indicating copy to clipboard operation
rushstack copied to clipboard

[api-extractor] fix references from computed properties

Open sranka opened this issue 2 years ago • 2 comments

Summary

Fixes #3629

Details

The code that checks whether a node is in an expression context was incomplete, an expression also appears inside object's computed property.

How it was tested

Tested manually, against an example repository described in #3629 , the issue is solved with the changes in this PR.

sranka avatar Sep 14 '22 19:09 sranka

CLA assistant check
All CLA requirements met.

ghost avatar Sep 14 '22 19:09 ghost

@zelliott test case added, results manually reviewed

sranka avatar Sep 15 '22 04:09 sranka

@octogonz I think this is ready for you to take a look!

zelliott avatar Oct 06 '22 15:10 zelliott