版博士V2.0程序
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
 

15 wiersze
760 B

  1. module.exports = {
  2. TAG_CONTENT_CONTEXT: 'tree-constructor-context:tag-content',
  3. TAG_CONTEXT: 'tree-constructor-context:tag',
  4. TAG_NAME_CONTEXT: 'tree-constructor-context:tag-name',
  5. ATTRIBUTES_CONTEXT: 'tree-constructor-context:attributes',
  6. ATTRIBUTE_CONTEXT: 'tree-constructor-context:attribute',
  7. ATTRIBUTE_VALUE_CONTEXT: 'tree-constructor-context:attribute-value',
  8. COMMENT_CONTEXT: 'tree-constructor-context:comment',
  9. DOCTYPE_CONTEXT: 'tree-constructor-context:doctype',
  10. DOCTYPE_ATTRIBUTES_CONTEXT: 'tree-constructor-context:doctype-attributes',
  11. DOCTYPE_ATTRIBUTE_CONTEXT: 'tree-constructor-context:doctype-attribute',
  12. SCRIPT_TAG_CONTEXT: 'tree-constructor-context:script-tag',
  13. STYLE_TAG_CONTEXT: 'tree-constructor-context:style-tag'
  14. }