@param {string} moduleId
(moduleId)
| 246 | |
| 247 | /** @param {string} moduleId */ |
| 248 | function filePathToModuleId(moduleId) { |
| 249 | return moduleId.substring(0, moduleId.lastIndexOf(".")).replace(/\\/g, "/"); |
| 250 | } |
| 251 | |
| 252 | /** @typedef {'engine'|'widgets'} Workspace */ |
| 253 |
no outgoing calls
no test coverage detected
searching dependent graphs…