-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconstants.ts
More file actions
32 lines (26 loc) · 1.91 KB
/
constants.ts
File metadata and controls
32 lines (26 loc) · 1.91 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
export const MODE_MODULE_HOST_TAG = 'knighted-mode-module-host'
export const MODE_DECL_HOST_TAG = 'knighted-mode-declaration-host'
export const MODE_DECL_VANILLA_HOST_TAG = 'knighted-mode-declaration-vanilla-host'
export const MODE_DECL_HASHED_HOST_TAG = 'knighted-mode-declaration-hashed-host'
export const MODE_DECL_STABLE_HOST_TAG = 'knighted-mode-declaration-stable-host'
export const MODE_DECL_STRICT_OK_TEST_ID = 'mode-declaration-strict-ok'
export const MODE_DECL_STRICT_SKIP_TEST_ID = 'mode-declaration-strict-skip'
export const MODE_DECL_STRICT_OK_PROBE_TEST_ID = 'mode-declaration-strict-ok-probe'
export const MODE_DECL_STRICT_SKIP_PROBE_TEST_ID = 'mode-declaration-strict-skip-probe'
export const MODE_MODULE_HOST_TEST_ID = 'mode-module-host'
export const MODE_DECL_HOST_TEST_ID = 'mode-declaration-host'
export const MODE_DECL_VANILLA_HOST_TEST_ID = 'mode-declaration-vanilla-host'
export const MODE_DECL_HASHED_HOST_TEST_ID = 'mode-declaration-hashed-host'
export const MODE_DECL_STABLE_HOST_TEST_ID = 'mode-declaration-stable-host'
export const MODE_MODULE_LIGHT_TEST_ID = 'mode-module-light'
export const MODE_DECL_LIGHT_TEST_ID = 'mode-declaration-light'
export const MODE_DECL_VANILLA_LIGHT_TEST_ID = 'mode-declaration-vanilla-light'
export const MODE_DECL_HASHED_LIGHT_TEST_ID = 'mode-declaration-hashed-light'
export const MODE_DECL_STABLE_LIGHT_TEST_ID = 'mode-declaration-stable-light'
export const MODE_DECL_HASHED_SELECTOR_TEST_ID = 'mode-declaration-hashed-selector'
export const MODE_DECL_STABLE_SELECTOR_TEST_ID = 'mode-declaration-stable-selector'
export const MODE_MODULE_SHADOW_TEST_ID = 'mode-module-shadow'
export const MODE_DECL_SHADOW_TEST_ID = 'mode-declaration-shadow'
export const MODE_DECL_VANILLA_SHADOW_TEST_ID = 'mode-declaration-vanilla-shadow'
export const MODE_DECL_HASHED_SHADOW_TEST_ID = 'mode-declaration-hashed-shadow'
export const MODE_DECL_STABLE_SHADOW_TEST_ID = 'mode-declaration-stable-shadow'