Changeset: Unexport unnecessarily exported functions

These functions aren't used outside of this file.
This commit is contained in:
Richard Hansen 2021-03-21 14:13:50 -04:00
parent 085bc8cbb3
commit 4a65c2c8ff
3 changed files with 75 additions and 64 deletions

View file

@ -43,6 +43,10 @@
* Changes to the `src/static/js/Changeset.js` library:
* `opIterator()`: The unused start index parameter has been removed, as has
the unused `lastIndex()` method on the returned object.
* Several functions that should have never been public are no longer
exported: `applyZip()`, `assert()`, `clearOp()`, `cloneOp()`, `copyOp()`,
`error()`, `followAttributes()`, `opString()`, `stringOp()`,
`textLinesMutator()`, `toBaseTen()`, `toSplices()`.
### Notable enhancements