rofrischmann/elodin

View on GitHub
generators/reason-css/src/keywords.js

Summary

Maintainability
A
0 mins
Test Coverage
export default [
  'and',
  'as',
  'asr',
  'assert',
  'begin',
  'class',
  'constraint',
  'do',
  'done',
  'downto',
  'else',
  'end',
  'esfun',
  'exception',
  'external',
  'false',
  'for',
  'fun',
  'function',
  'functor',
  'if',
  'in',
  'include',
  'inherit',
  'initializer',
  'land',
  'lazy',
  'let',
  'lor',
  'lsl',
  'lsr',
  'lxor',
  'mod',
  'module',
  'mutable',
  'new',
  'nonrec',
  'object',
  'of',
  'open',
  'or',
  'pri',
  'pub',
  'rec',
  'sig',
  'struct',
  'switch',
  'then',
  'to',
  'true',
  'try',
  'type',
  'val',
  'virtual',
  'when',
  'while',
  'with',
]