Skip to content
Snippets Groups Projects
Commit e48ba964 authored by Christian Kuhn's avatar Christian Kuhn
Browse files

[BUGFIX] TS parser: Avoid warning on invalid directories

Having an invalid wildcard import to a not existing directory
should not raise a "No such file or directory" PHP warning:

@import 'EXT:sitepackage/.../NonExistingFolder/*.tsconfig'

Resolves: #100121
Releases: main
Change-Id: Ice567b27cfd78c166e2de2e61801fc8c02cf8a72
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/78125


Tested-by: default avatarOliver Bartsch <bo@cedev.de>
Reviewed-by: default avatarOliver Bartsch <bo@cedev.de>
Tested-by: default avatarcore-ci <typo3@b13.com>
Reviewed-by: default avatarOliver Klee <typo3-coding@oliverklee.de>
Tested-by: default avatarOliver Klee <typo3-coding@oliverklee.de>
Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
parent 0308595b
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment