Rename common.es6.js to init.es6.js
Review Request #13015 — Created May 5, 2023 and submitted — Latest diff uploaded
Sometimes, rollup can get confused trying to import from
reviewboard/commonbecause we have bothcommon.es6.jsand
common/index.ts. This change renames the former so we don't have that
conflict.
Was able to run things that import from
reviewboard/commonwithout
hitting errors.