neos / neos-development-collection

The unified repository containing the Neos core packages, used for Neos development.
https://www.neos.io/
GNU General Public License v3.0
266 stars 223 forks source link

Fusion sourceMap #2792

Open bwaidelich opened 5 years ago

bwaidelich commented 5 years ago

Introduce fusion source maps to display the file and line of the failing fusion line.

Add the information about the line in the file where the fusion-ast fragment was actually defined to any fusion error message. Other usecases might be possible aswell but this is the primary one.

Probably there should be a setting and this should at least only be done in Development context.

mhsdesign commented 2 years ago

related issue: https://github.com/neos/neos-development-collection/issues/784