We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d8e2ca commit 0a309f6Copy full SHA for 0a309f6
src/SpyClasses/ViewsData.php
@@ -51,6 +51,8 @@ public function readTokenizedVars()
51
52
public static function getBladeTokens($path)
53
{
54
+ app('microscope.blade.compiler')->withoutComponentTags();
55
+
56
return token_get_all(app('microscope.blade.compiler')->compileString(file_get_contents($path)));
57
}
58
0 commit comments