codeshovel
codeshovel copied to clipboard
Support Lambda functions
As of right now, in TypeScript, JavaScript and Python, lambda functions are ignored. This is because
- two lambdas can have the same start line
- lambdas can have a name if they're being assigned to an identifier, but otherwise they have no name
How should lambdas be traced?