Alexander Vorobyev

Results 11 comments of Alexander Vorobyev

package.json ```json { "dependencies": { "rollup-plugin-commonjs": "^9.0.0", "rollup-plugin-vue": "^5.0.0" } } ```

Info @bitrix/cli, v3.2.2, так же ``` Build error: Unexpected character '#' (5:4) in .../local/js/test/test/src/test.js .../local/js/test/test/src/test.js:5:4 ```

> Есть у кого-нибудь рабочий пример с однофайловыми компонентами vue3? Долго пытался найти решение и в поддержку обращался (ответили что не поддерживается). В итоге либо без однофайловых либо использую vite...

Вывел error на строке 550 /usr/lib/node_modules/@bitrix/cli/dist/bitrix.build.js ` TypeError: Cannot read properties of undefined (reading 'reduce') at getGlobals (/usr/lib/node_modules/@bitrix/cli/dist/bitrix.build.js:719:18) at rollupBundle (/usr/lib/node_modules/@bitrix/cli/dist/bitrix.build.js:794:19) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async buildDirectory (/usr/lib/node_modules/@bitrix/cli/dist/bitrix.build.js:892:22) at async...

Thank you for your response. I understand your position that the flaw may lie with the backends. However, I would like to explain why this issue is not about a...

Of course, I understand that I can manually work around this issue by writing: ```js const params = new URLSearchParams(); params.append('category[]', 'books'); params.append('category[]', 'movies'); ``` This will indeed produce the...

Although... I started thinking about the problem more deeply and remembered that PHP supports not only simple arrays with `[]`, but also complex nested structures: ```html ``` In PHP, this...

Yes, I understand this is not an urgent task. One way or another, everyone is solving this problem now, and it's not a complex task. On the other hand, it's...