Update dependencies

This commit is contained in:
grandeljay 2022-06-16 13:46:53 +02:00
parent 1dfadc8303
commit 071612164c
809 changed files with 9899 additions and 3320 deletions

View file

@ -11,9 +11,7 @@ exports.default = (function (environment) {
var currentDirectory = currentFileInfo.rewriteUrls ?
currentFileInfo.currentDirectory : currentFileInfo.entryPath;
var fragmentStart = filePath.indexOf('#');
var fragment = '';
if (fragmentStart !== -1) {
fragment = filePath.slice(fragmentStart);
filePath = filePath.slice(0, fragmentStart);
}
var fileManager = environment.getFileManager(filePath, currentDirectory, functionContext.context, environment, true);