Closed mafintosh closed 6 years ago
I've tested this on Windows 10 and it appears to fix https://github.com/davidmarkclements/0x/issues/192 so LGTM functionality-wise
One observed issue which is maybe something for a separate PR - the names are coming out fine, but 0x is missclassifying some (all?) app
and deps
frames, treating them as core
. For example from 0x/examples/rest-api
on Windows:
I'm going to do some more tests to see if it always misclassifies or if it's to do with particulars here such as the app code being in a subfolder and the dependency being installed outside of the project folder
Does seem to always misidentify app
and deps
frames as core
on Windows. But I think it'd be fine to merge and release this then look at why the classification is failing despite the fixed names a separate issue.
Here's an example sample using this branch of 0x on https://github.com/nearform/node-clinic-flame-demo :
@AlanSl The misidentify is another issue right? I'm guessing that has nothing to do with the escaping?
Probably. Let's release this and I'll post it as a separate issue.
LGTM
Should fix https://github.com/davidmarkclements/0x/issues/192 until we can fix it in V8