@@ -67,6 +67,28 @@ export const Runtime = {
6767}
6868export const experiments = {
6969 isEnabled: () => false,
70+ }
71+ export const ExperimentName = {
72+ ALL: '*',
73+ CAPTURE_NODE_CREATION_STACKS: 'capture-node-creation-stacks',
74+ LIVE_HEAP_PROFILE: 'live-heap-profile',
75+ PROTOCOL_MONITOR: 'protocol-monitor',
76+ SAMPLING_HEAP_PROFILER_TIMELINE: 'sampling-heap-profiler-timeline',
77+ SHOW_OPTION_TO_EXPOSE_INTERNALS_IN_HEAP_SNAPSHOT: 'show-option-to-expose-internals-in-heap-snapshot',
78+ TIMELINE_INVALIDATION_TRACKING: 'timeline-invalidation-tracking',
79+ TIMELINE_SHOW_ALL_EVENTS: 'timeline-show-all-events',
80+ TIMELINE_V8_RUNTIME_CALL_STATS: 'timeline-v8-runtime-call-stats',
81+ APCA: 'apca',
82+ FONT_EDITOR: 'font-editor',
83+ FULL_ACCESSIBILITY_TREE: 'full-accessibility-tree',
84+ CONTRAST_ISSUES: 'contrast-issues',
85+ EXPERIMENTAL_COOKIE_FEATURES: 'experimental-cookie-features',
86+ INSTRUMENTATION_BREAKPOINTS: 'instrumentation-breakpoints',
87+ AUTHORED_DEPLOYED_GROUPING: 'authored-deployed-grouping',
88+ JUST_MY_CODE: 'just-my-code',
89+ USE_SOURCE_MAP_SCOPES: 'use-source-map-scopes',
90+ TIMELINE_SHOW_POST_MESSAGE_EVENTS: 'timeline-show-postmessage-events',
91+ TIMELINE_DEBUG_MODE: 'timeline-debug-mode',
7092}
7193 ` ;
7294 writeFile ( runtimeFile , runtimeContent ) ;
0 commit comments