feat(Nitro): Nitro SDK#17983
Conversation
| */ | ||
| export function getFilenameFromNodeStartCommand(nodeCommand: string): string | null { | ||
| const regex = /[^/\\]+\.[^/\\]+$/; | ||
| const match = nodeCommand.match(regex); |
Check failure
Code scanning / CodeQL
Polynomial regular expression used on uncontrolled data High
node-overhead report 🧳Note: This is a synthetic benchmark with a minimal express app and does not necessarily reflect the real-world performance impact in an application.
|
713fb4c to
aaef3cf
Compare
fcc681b to
e46567b
Compare
|
As per our team discussion, we decided to shelve this until we figure out the timeline and details of upcoming tracing channel support in Nitro and UNJS. Closing this PR for now, but this is the current state if we need to reference it later:
We can pick this up again, and perhaps could have a chance to only do it for v3 that's coming out soon. |
No description provided.