Marin Luic
Marin Luic
If you are worried about breaking changes to it, then perhaps if we somehow only exported the boolean value that is the result of the logic in next-session to be...
In my local copy of next-session I made helpers.js as you recommended. ``` import { isNew as isNewSymbol, isTouched as isTouchedSymbol, isDestroyed as isDestroyedSymbol } from "./symbol.js"; export function isNew(session)...
I pushed the code and editing is already enabled from what I can see. I accidentally used npm out of habbit so, after re-installing with yarn, i tried running build...