Skip to content
#

bundler

Here are 410 public repositories matching this topic...

tools
sebmck
sebmck commented Aug 8, 2020

I've recently switched to Webstorm and was impressed with a lot of the rules they offer with code inspection. I haven't seen some of these in ESLint.

  • Unnecessary continue as the last statement in a loop
  • Simplify statement or boolean expression
  • Expression statement that is not assignment or call
  • Single character regex alternations can be a charset
  • Unused shadowed bindings
mam_mol
nin-jin
nin-jin commented Aug 10, 2019

http://mol.js.org/app/demo/-/#demo=mol_date_demo

Через выпадающий календарь сейчас можно выбрать лишь день. Чтобы поменять месяц приходится редактировать через клавиатуру. Однако, частое действие - переход к соседнему месяцу. В шапке календаря есть место слева и справа - туда можно поместить кнопки перехода к следующему и предыдущему месяцам. Кнопки должны быть на всё пустое пространство, чтобы

primozw
primozw commented Jan 31, 2020

Hi! First, thanks for the great framework. I would just like to ask you for a little help. I'm having trouble with configurations of the framework. I have defined the entry points in wpackio.project.js and use the wpackio/enqueue object to include all the assets in php file. When I run build script, the assets are bundle successfully inside dist folder and the wpackio/enqueue give me the right pat

MaxDesiatov
MaxDesiatov commented Jan 1, 2021

In addition to defaultBrowser we should add chrome, safari, firefox, and edge as possible arguments passed to carton test --environment. This would allow testing with an arbitrary browser, not just default browser. carton test should check if a given browser is available before attempting to launch it, and display an appropriate error message if a given browser is absent.

Improve this page

Add a description, image, and links to the bundler topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the bundler topic, visit your repo's landing page and select "manage topics."

Learn more