Skip to content

Commit deb0e8e

Browse files
committed
Use the new option ignoreDollarVariable
1 parent aed23b9 commit deb0e8e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/JsPhpize/JsPhpizePhug.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ public function __construct(array $options = [])
1717
$this->options = array_merge_recursive([
1818
'allowTruncatedParentheses' => true,
1919
'catchDependencies' => true,
20+
'ignoreDollarVariable' => true,
2021
'helpers' => [
2122
'dot' => 'dotWithArrayPrototype',
2223
],

0 commit comments

Comments
 (0)