You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
constscriptWithoutRespecUI=script.substring(0,script.indexOf("require("));// TODO: HACK remove everything past "require(" (NOTE: if we went only with this SSG approach, we could remove that end of aria.js and this hack)
13
-
14
12
// HACK call ariaAttributeReferences() and log out roleInfo with prefix
15
13
constscriptAddition='ariaAttributeReferences();console.log("/* This file is generated - do not modify */ var roleInfo = "+JSON.stringify(roleInfo, null, 2));';
0 commit comments