addGlobals static method
Implementation
static void addGlobals(Map<String, dynamic> context) {
context.addAll(GlobalContext.context);
context['globalThis'] = context;
context['undefined'] = jsUndefined;
// context['debug'] = () async {
// await waitForCondition();
// };
}