Downloadliste Clubnight 1990 https://mega.co.nz/#F!sBlFTJZZ!D4aXcndcnBFLNiDGbaEaYA
Clubnight 1991 https://mega.co.nz/#F!eARDHIiR!QOVerP7YJMS8gOrVW_N_yA
Clubnight 1992 https://mega.co.nz/#F!aMBkETbQ!psjo2eW-PNsXhz3lYlAiZQ
0:18 | |
yeah what a great turnout hi Mark hello can you hear me I can hear | |
0:27 | |
you unre we're here we we did it I feel like we succeeded | |
0:35 | |
somehow you Le out to do a video call I know right talk about stressful um you | |
0:42 | |
can it's it's the age OD story though you can sound check as much as you like but until stop playing and it really | |
0:49 |
Downloadliste Clubnight 1990 https://mega.co.nz/#F!sBlFTJZZ!D4aXcndcnBFLNiDGbaEaYA
Clubnight 1991 https://mega.co.nz/#F!eARDHIiR!QOVerP7YJMS8gOrVW_N_yA
Clubnight 1992 https://mega.co.nz/#F!aMBkETbQ!psjo2eW-PNsXhz3lYlAiZQ
12" с буклетом, 180 грамм
В магазине — 2190, отдам за 1200 рублей.
node node_modules/.bin/gemini test --reporter vflat -b chrome-desktop features/deskpad/misspell/misspell.gemini.js | |
┌────────────────┬────────┬───────┬────────┬────────┬─────────┬─────────┬──────────┐ | |
│ browserId │ status │ tests │ passed │ failed │ skipped │ retries │ duration │ | |
├────────────────┼────────┼───────┼────────┼────────┼─────────┼─────────┼──────────┤ | |
│ chrome-desktop │ failed │ 15 │ 9 │ 5 │ 1 │ 4 │ 00:26 │ | |
└────────────────┴────────┴───────┴────────┴────────┴─────────┴─────────┴──────────┘ |
var bemxjst = require('bem-xjst'); | |
var bemtree = bemxjst.bemtree; | |
var templates_1 = bemtree.compile(function() { | |
// Здесь одни шаблоны | |
}); | |
var templates_2 = bemtree.compile(function() { | |
// Здесь другие шаблоны | |
}); |
Стоит 841 рубль. Отдам за 400.
var bemxjst = require('./'); | |
var bemhtml = bemxjst.bemhtml; | |
// Add templates | |
var templates = bemhtml.compile(function() { | |
// true/false в аттрибутах | |
block('*').def()(function() { | |
var ret = applyNext(); | |
var ctx = this.ctx; |
var bemxjst = require('./'); | |
// BEMHTML движок | |
var bemhtml = bemxjst.bemhtml; | |
// Компиляция шаблонов | |
// bemhtml.compile бросит ошибку | |
var templates = bemhtml.compile(function() { | |
// нет подпредиката для блока | |
elemMod('em', 'ev') | |
.mod('m', 'v') |
https://ru.bem.info/technology/bemhtml/v2/rationale/ | |
Отличительные черты и Преимущества | |
Расписать с примерами | |
— Возможность добавления шаблонов в рантайме. | |
— Не требует компиляции шаблонов. | |
Поставить ссылки: | |
— BEMHTML |
. | |
├── BEM Context | |
│ ├── Functions | |
│ │ ├── apply(str:modeName, Obj:ctx) | |
│ │ ├── applyCtx() | |
│ │ ├── applyNext() | |
│ │ └── local() | |
│ ├── modify prototype | |
│ ├── prototype | |
│ │ ├── attrEscape() |