Skip to content
Snippets Groups Projects
Commit 3d1a55ba authored by Nikita Hovratov's avatar Nikita Hovratov Committed by Christian Kuhn
Browse files

[BUGFIX] Prevent including tsconfig absolute @import twice

Due to a missing file suffix check, @import for tsconfig was included
twice, while it was looping through the possible ".typoscript" an
".tsconfig" file suffixes. This is now fixed by making sure that the
absolute file name ends with the current file suffix.

Resolves: #100240
Related: #97816
Releases: main
Change-Id: I1f8acdddd60b257b93ce0ca21aee3434947fa999
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/78200


Reviewed-by: default avatarBenni Mack <benni@typo3.org>
Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarBenni Mack <benni@typo3.org>
Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
parent 67327761
Branches
Tags
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