/* eslint-disable no-underscore-dangle */ export const setJSONDoc = (jsondoc) => { globalThis.__EMBER_GENERATED_DOC_JSON__ = jsondoc; };