Skip to content

Conversation

@RobinCK
Copy link
Owner

@RobinCK RobinCK commented Mar 6, 2018

No description provided.

@coveralls
Copy link

coveralls commented Mar 6, 2018

Coverage Status

Coverage remained the same at 100.0% when pulling 994ad0e on 3.0 into 6cb4a80 on master.

store = typeof window !== 'undefined' && 'sessionStorage' in window
? window.sessionStorage
store = 'sessionStorage' in _global
? _global.sessionStorage

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Misleading line break before '?'; readers may interpret this as an expression boundary.

store = typeof window !== 'undefined' && 'localStorage' in window
? window.localStorage
store = 'localStorage' in _global
? _global.localStorage

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Misleading line break before '?'; readers may interpret this as an expression boundary.

MemoryStorageInterface,
WebStorage,
WebStorageEvent,
};

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Expected an identifier and instead saw '}'.
Unexpected ';'.

MemoryStorageInterface,
WebStorage,
WebStorageEvent,
};

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Expected an identifier and instead saw '}'.
Unexpected ';'.

@RobinCK RobinCK merged commit daee147 into master Mar 11, 2018
@RobinCK RobinCK deleted the 3.0 branch April 8, 2018 07:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants