-
Notifications
You must be signed in to change notification settings - Fork 419
Closed
Description
Most of CanJS should be running in strict mode. Exceptions are modules like can-assign
where the behavior would change.
To turn on strict mode:
"use strict";
// other js
Steps:
- Learn how to make code-mods from kevin. code-mod should not re-add strict mode.
- Use greenkeeper to make PRs
- How to decide which files the code-mod should run on. Should it run on tests? (Maybe not b/c we could have
canjs/canjs
run tests in strict if we wanted).
Metadata
Metadata
Assignees
Labels
No labels