Open CodingItWrong opened 8 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 96.21%. Comparing base (
93a6ab9
) to head (514ef11
). Report is 4 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@CodingItWrong Are you still interested in implementing this feature?
If so, can you please rebase onto latest main
?
Hi @MichaelDeBoey, I've moved on from the consultancy where I was working when implementing this functionality, and unfortunately I'm no longer able to continue work on it.
Checks
Changes
container
propretyview
, and then it is accessed asview.container.innerHTML
. For container methods, this seems to be caught by the code on lines 95-106. But we can't use that code as-is inMemberExpression()
because of the errorProperty 'callee' does not exist on type 'MemberExpression'.
. Looking over our code, do you have an ideas on how we could detect theview.container.innerHTML
case inMemberExpression()
? @Belco90Context
Fixes #883