MLH-Fellowship / babel-sandbox

Babel repl-like codesandbox: check out link =>
https://codesandbox.io/s/github/babel/sandboxes
MIT License
6 stars 3 forks source link

Allow restorations with no plugins. #100

Closed penguingovernor closed 4 years ago

penguingovernor commented 4 years ago

This PR should fix #96 by using the || operator. Passing null to {decode,encode}Base64 causes the error described in the issue. Using the || we can always pass an empty string in the case the plugin isn't there.