This repository was archived by the owner on Dec 15, 2020. It is now read-only.
Commit 193e497
no "use strict" in es modules
Summary:
Thanks for submitting a PR! Please read these instructions carefully:
- [ ] Explain the **motivation** for making this change.
- [ ] Provide a **test plan** demonstrating that the code is solid.
- [ ] Match the **code formatting** of the rest of the codebase.
## Motivation (required)
What existing problem does the pull request solve?
no "use strict" in es modules
## Test Plan (required)
A good test plan has the exact commands you ran and their output, provides screenshots or videos if the pull request changes UI or updates the website. See [What is a Test Plan?][1] to learn more.
If you have added code that should be tested, add tests.
## Next Steps
Sign the [CLA][2], if you haven't already.
Small pull requests are much easier to review and more likely to get merged. Make sure the PR does only one thing, otherwise please split it.
Make sure all **tests pass** on [Circle CI][3]. PRs that break tests are unlikely to be merged.
For more info, see the ["Pull Requests"][4] s
Closes #103
Differential Revision: D4930293
Pulled By: andrewimm
fbshipit-source-id: 4c453bf1 parent 0c9c4a8 commit 193e497
1 file changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | 15 | | |
17 | 16 | | |
18 | 17 | | |
| |||
93 | 92 | | |
94 | 93 | | |
95 | 94 | | |
96 | | - | |
| 95 | + | |
0 commit comments