constant.js 151 Bytes RawBlameHistoryPermalink 1 2 3 4 5 6 7 8 9 export var ContextCachedBy = { NONE: 0, STYLE_BIND: 1, PLAIN_TEXT: 2 }; // Avoid confused with 0/false. export var WILL_BE_RESTORED = 9;