-
-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add clear() #310
Add clear() #310
Conversation
@ralphtheninja Updated. Could you have a look? Tests are yet to do, but I'd first like a review of the general approach, taking into account Level/memdown#191 and Level/level-js#174. |
|
||
function warn (msg) { | ||
if (typeof process !== 'undefined' && process && process.emitWarning) { | ||
process.emitWarning(msg) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TIL!
Done. Tested against Level/memdown#191. |
Once Level/memdown#191 lands in master I'll make a canary branch there to run browser tests as well. |
Start of #236. For early feedback (see comments in code).