-
Notifications
You must be signed in to change notification settings - Fork 9
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
WeakJSONParser: bug with recursive comments parsing #12
Comments
Need to deprecate it. |
Ты хочешь запретить комменты в нативном bemjson? под нативным, имею ввиду тот который на js |
Я хочу выкинуть этот функционал в отдельный модуль, если он кому-то нужен, и делать сборку bemjson.js в bemjson.json при сборке ;-) Т.е. собирать bemjson.js нодой, потому что сейчас ни require, ни forEach не написать. |
@kompolom А он нужен? Просто мы с перепугу сделали парсер js-like синтаксиса, но попарсить json без кавычек это одно, а выполнять js — несколько сложнее) |
@zxqfox я часто пишу обычный bemjson и скармилваю bh.php |
@kompolom Ты сможешь поставить себе модуль WeakJsonParser? ;-) И пропускать явно через него. Что-то типа:
WeakJsonParser::parse(file_get_contents("some.bemjson.js")); |
@zxqfox не вопрос. Ты же в доку добавишь про модули. )) |
Need to add an ability to fail on js code and skip comments parsing
The text was updated successfully, but these errors were encountered: