context.js 155 B

12345
  1. export const Context = Object.freeze({
  2. BASE: Symbol('context:base'),
  3. BREAKABLE: Symbol('context:breakable'),
  4. FUNCTION: Symbol('context:function')
  5. });