版博士V2.0程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

пре 1 година
12345678910111213141516
  1. "use strict";
  2. module.exports = {
  3. TAG_CONTENT_CONTEXT: 'tree-constructor-context:tag-content',
  4. TAG_CONTEXT: 'tree-constructor-context:tag',
  5. TAG_NAME_CONTEXT: 'tree-constructor-context:tag-name',
  6. ATTRIBUTES_CONTEXT: 'tree-constructor-context:attributes',
  7. ATTRIBUTE_CONTEXT: 'tree-constructor-context:attribute',
  8. ATTRIBUTE_VALUE_CONTEXT: 'tree-constructor-context:attribute-value',
  9. COMMENT_CONTEXT: 'tree-constructor-context:comment',
  10. DOCTYPE_CONTEXT: 'tree-constructor-context:doctype',
  11. DOCTYPE_ATTRIBUTES_CONTEXT: 'tree-constructor-context:doctype-attributes',
  12. DOCTYPE_ATTRIBUTE_CONTEXT: 'tree-constructor-context:doctype-attribute',
  13. SCRIPT_TAG_CONTEXT: 'tree-constructor-context:script-tag',
  14. STYLE_TAG_CONTEXT: 'tree-constructor-context:style-tag'
  15. };