Skip to content

Instantly share code, notes, and snippets.

@miripiruni
Last active January 15, 2016 09:52
Show Gist options
  • Save miripiruni/e169331826ce8ed9f17d to your computer and use it in GitHub Desktop.
Save miripiruni/e169331826ce8ed9f17d to your computer and use it in GitHub Desktop.
Table Of Contents for BEM XJST tests
.
├── BEM Context
│   ├── Functions
│   │   ├── apply(str:modeName, Obj:ctx)
│   │   ├── applyCtx()
│   │   ├── applyNext()
│   │   └── local()
│   ├── modify prototype
│   ├── prototype
│   │   ├── attrEscape()
│   │   ├── extend(o1, o2)
│   │   ├── generateId()
│   │   ├── identify(obj, onlyGet)
│   │   ├── isArray()
│   │   ├── isFirst()
│   │   ├── isLast()
│   │   ├── isShortTag()
│   │   ├── isSimple()
│   │   ├── jsAttrEscape()
│   │   ├── prototype
│   │   ├── reapply(ctx)
│   │   └── xmlEscape()
│   ├── this.block
│   ├── this.ctx
│   ├── this.elem
│   ├── this.elemMods
│   ├── this.mods
│   └── this.position
├── BEMJSON
│   ├── BEMJSON Values
│   ├── attrs
│   ├── bem
│   ├── block
│   ├── content
│   ├── elem
│   ├── elemMods
│   ├── cls
│   ├── js
│   ├── mix
│   ├── mods
│   └── tag
├── Default templates
│   └── Template
├── Modes
│   ├── attrs
│   ├── bem
│   ├── block
│   ├── cls
│   ├── content
│   ├── custom mode
│   ├── def
│   ├── elem
│   ├── elemMatch
│   ├── elemMod
│   ├── extend
│   ├── js
│   ├── jsAttr
│   ├── match
│   ├── mix
│   ├── mod
│   ├── mode
│   ├── once
│   ├── replace
│   ├── tag
│   ├── wrap
│   └── xjstOptions
├── Runtime
│   ├── apply()
│   ├── applyMode()
│   ├── applyNext()
│   ├── compile()
│   ├── exportApply()
│   ├── groupEntities()
│   ├── local()
│   ├── recompileInput()
│   ├── renderContent()
│   ├── run()
│   ├── runEmpty()
│   ├── runOne()
│   ├── runSimple()
│   └── transformEntities()
└── init settings
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment