Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/webpack/webpack
/ getUrl
Function
getUrl
lib/dependencies/WorkerPlugin.js:55–55 ·
view source on GitHub ↗
(module)
Source
from the content-addressed store, hash-verified
53
* @returns {string} url
54
*/
55
const
getUrl = (module) => pathToFileURL(module.resource).toString();
56
57
const
WorkerSpecifierTag = Symbol(
"worker specifier tag"
);
58
Callers
4
parseModuleUrl
Method · 0.70
handleNewWorker
Method · 0.70
importMetaUrl
Method · 0.70
parserHandler
Method · 0.70
Calls
1
toString
Method · 0.45
Tested by
no test coverage detected