Open
Description
The Python cli used to look for keywords, such as ember
or backbone
, in Html files and assume those keywords being present means the associated JavaScript library was being included on the page with a script
tag. It would then use the found keyword as a dependency, adding it to the list of detected dependencies for the current heartbeat:
Sometime after launching 1.0, let's research if this is still needed, if it was replaced with another detection method, and if we should add it back to wakatime-cli's Html parser.
More info in Slack: https://wakatime.slack.com/archives/GUWD67UE4/p1609032466002300
Related to #148.