-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JS Compiler: fix interaction with NHT code #51
Comments
Change precedence tpl then js would not work You have practical example? |
If I write such construction:
then I get output:
which contains invalid NHT code |
Also, how exactly I should write laconf code in this case:
? |
I guess the NHT compilation model is such that NHT generates C# template class. |
Fixed.
|
There is some inconvenience to use the offered decision. To parse my statement correctly I have to wrap it with additional quotes every time:
|
Please, fix JS Compiler to correctly parse NHT code insertions like as:
The text was updated successfully, but these errors were encountered: