()
| 532 | stripBOM, |
| 533 | toRealPath, |
| 534 | hasStartedUserCJSExecution() { |
| 535 | return _hasStartedUserCJSExecution; |
| 536 | }, |
| 537 | setHasStartedUserCJSExecution() { |
| 538 | _hasStartedUserCJSExecution = true; |
| 539 | }, |
no outgoing calls
no test coverage detected
searching dependent graphs…