boolbase

WebJar for boolbase

Лицензия

Лицензия

ISC
Группа

Группа

org.webjars.npm
Идентификатор

Идентификатор

boolbase
Последняя версия

Последняя версия

1.0.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

boolbase
WebJar for boolbase
Ссылка на сайт

Ссылка на сайт

http://webjars.org
Система контроля версий

Система контроля версий

https://github.com/fb55/boolbase

Скачать boolbase

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/org.webjars.npm/boolbase/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>boolbase</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/boolbase/
implementation 'org.webjars.npm:boolbase:1.0.0'
// https://jarcasting.com/artifacts/org.webjars.npm/boolbase/
implementation ("org.webjars.npm:boolbase:1.0.0")
'org.webjars.npm:boolbase:jar:1.0.0'
<dependency org="org.webjars.npm" name="boolbase" rev="1.0.0">
  <artifact name="boolbase" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='boolbase', version='1.0.0')
)
libraryDependencies += "org.webjars.npm" % "boolbase" % "1.0.0"
[org.webjars.npm/boolbase "1.0.0"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.

boolbase

This very simple module provides two basic functions, one that always returns true (trueFunc) and one that always returns false (falseFunc).

WTF?

By having only a single instance of these functions around, it's possible to do some nice optimizations. Eg. css-select uses these functions to determine whether a selector won't match any elements If that's the case, the DOM doesn't even need to be touched.

And why is this a separate module?

I'm trying to modularize css-select and most modules depend on these functions. IMHO, having a separate module is the easiest solution to this problem.

Версии библиотеки

Версия
1.0.0