The next breaking version of mux.js
brandonocasey opened this issue · 0 comments
brandonocasey commented
- Merge #361
- Split classes into separate files in
lib
- Update all code in
lib
toes6
syntax - Update all code in
test
toes6
syntax - Turn the linter back on (see below) and fix issues
a. remove the:
from the front of thelint
script inpackage.json b. remove the
:from the front of
husky.hooks.pre-commitin
package.json` - Write proper dispose methods and use them when switching pipeline types
- Verify that we dispose things correctly when we are done with them.