Michael Rennie
Michael Rennie
No work is on-going or planned for this project. The last time it was tested was with Firebug 1.7 (and the Firefox versions that it ran on), so there is...
A suggestions from Steve Roussy on http://code.google.com/p/fbug/issues/detail?id=3353: We should also have something that says "Start sending DOM mutation events for this context_id". And similarly, one to stop them. The client...
I think it will work nicely. I could also work around the problem by checking the ancestor as you mentioned. For some context. the use-case here is an eslint rule...
A .tern-project file like: { "plugins": { "es_modules": {} }, "libs": [ "ecma5", "ecma6" ], "ecmaVersion": 6 } should get you up and running.