UNPKG

@lastboy/vue2

Version:

Fork of Vue 2.7.16 with patched CVE-2024-9506 (regex ReDoS vulnerability)

15 lines (12 loc) 288 B
// using literal strings instead of numbers so that it's easier to inspect // debugger events export const enum TrackOpTypes { GET = 'get', TOUCH = 'touch' } export const enum TriggerOpTypes { SET = 'set', ADD = 'add', DELETE = 'delete', ARRAY_MUTATION = 'array mutation' }