single-file-core 1.5.40 → 1.5.41
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -16944,6 +16944,7 @@ async function evalTemplate(template = "", options, content, doc, context = {})
|
|
|
16944
16944
|
"url-protocol": { getter: () => url.protocol },
|
|
16945
16945
|
"url-search": { getter: () => url.search.substring(1) },
|
|
16946
16946
|
"url-username": { getter: () => url.username },
|
|
16947
|
+
"url-original": { getter: () => options.originalUrl },
|
|
16947
16948
|
"tab-id": { getter: () => String(options.tabId) },
|
|
16948
16949
|
"tab-index": { getter: () => String(options.tabIndex) },
|
|
16949
16950
|
"url-last-segment": { getter: () => decode(getLastSegment(url, options.filenameReplacementCharacter)) },
|