You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 2, 2021. It is now read-only.
Meteor has it's magical
if (Meteor.isClient) import 'foo.scss';
syntax which violates JavaScript standards.What is the best way to achieve compatibility with JavaScript parsers, like js-hyperclick, which fails to parse Meteor files as a result of this?
I've reported the issue and my workaround hack here: AsaAyers/js-hyperclick#122
The text was updated successfully, but these errors were encountered: