node-types.js 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. module.exports = {
  2. ArgumentsType: 'arguments',
  3. AtkeywordType: 'atkeyword',
  4. AtrulebType: 'atruleb',
  5. AtrulerType: 'atruler',
  6. AtrulerqType: 'atrulerq',
  7. AtrulersType: 'atrulers',
  8. AtrulesType: 'atrules',
  9. AttribType: 'attribute',
  10. AttrselectorType: 'attributeSelector',
  11. BlockType: 'block',
  12. BracesType: 'braces',
  13. ClassType: 'class',
  14. CombinatorType: 'combinator',
  15. CommentMLType: 'multilineComment',
  16. CommentSLType: 'singlelineComment',
  17. ConditionType: 'condition',
  18. ConditionalStatementType: 'conditionalStatement',
  19. DeclarationType: 'declaration',
  20. DeclDelimType: 'declarationDelimiter',
  21. DefaultType: 'default',
  22. DelimType: 'delimiter',
  23. DimensionType: 'dimension',
  24. EscapedStringType: 'escapedString',
  25. FilterType: 'filter',
  26. FiltervType: 'filterValue',
  27. FunctionType: 'function',
  28. FunctionExpressionType: 'functionExpression',
  29. IdentType: 'ident',
  30. ImportantType: 'important',
  31. IncludeType: 'include',
  32. InterpolationType: 'interpolation',
  33. InterpolatedVariableType: 'interpolatedVariable',
  34. LoopType: 'loop',
  35. MixinType: 'mixin',
  36. NamespaceType: 'namespace',
  37. NthType: 'nth',
  38. NthselectorType: 'nthSelector',
  39. NumberType: 'number',
  40. OperatorType: 'operator',
  41. ParentSelectorType: 'parentSelector',
  42. PercentageType: 'percentage',
  43. PlaceholderType: 'placeholder',
  44. ProgidType: 'progid',
  45. PropertyType: 'property',
  46. PropertyDelimType: 'propertyDelimiter',
  47. PseudocType: 'pseudoClass',
  48. PseudoeType: 'pseudoElement',
  49. RawType: 'raw',
  50. RulesetType: 'ruleset',
  51. SType: 'space',
  52. SelectorType: 'selector',
  53. ShashType: 'id',
  54. SimpleselectorType: 'simpleSelector',
  55. StringType: 'string',
  56. StylesheetType: 'stylesheet',
  57. UnaryType: 'unaryOperator',
  58. UriType: 'uri',
  59. ValueType: 'value',
  60. VariableType: 'variable',
  61. VariablesListType: 'variablesList',
  62. VhashType: 'color'
  63. };