Rename common.es6.js to init.es6.js

Review Request #13015 — Created May 5, 2023 and submitted — Latest diff uploaded

Information

Review Board
release-6.x

Reviewers

Sometimes, rollup can get confused trying to import from
reviewboard/common because we have both common.es6.js and
common/index.ts. This change renames the former so we don't have that
conflict.

Was able to run things that import from reviewboard/common without
hitting errors.

Diff Revision 1 (Latest)

Commits

First Last Summary ID Author
Rename common.es6.js to init.es6.js
Sometimes, rollup can get confused trying to import from `reviewboard/common` because we have both `common.es6.js` and `common/index.ts`. This change renames the former so we don't have that conflict. Testing Done: Was able to run things that import from `reviewboard/common` without hitting errors.
bbafd09c8712b129e66e3e9abb2b1dfc0431a252 David Trowbridge

Files

reviewboard/staticbundles.py
reviewboard/static/rb/js/init.es6.js Was reviewboard/static/rb/js/common.es6.js
reviewboard/staticbundles.py
reviewboard/static/rb/js/common.es6.js
Loading...