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 was archived by the owner on May 28, 2019. It is now read-only.
Would it be possible to add 'use strict'; to json3?
Does the code conform to the requirements of using strict mode?
Part of our in-house build script uses JSLint to check Javascript modules.
One of the requirements is that all modules must be processed in strict mode.
Also as part of open-source agreement we are not permitted to modify the source directly.
Would it be possible to add 'use strict'; to json3?
Does the code conform to the requirements of using strict mode?
Part of our in-house build script uses JSLint to check Javascript modules.
One of the requirements is that all modules must be processed in strict mode.
Also as part of open-source agreement we are not permitted to modify the source directly.
Best regards,
Mark