-
-
Notifications
You must be signed in to change notification settings - Fork 121
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
allow both importing static and strict
Summary: In the next commit, we separate strict analysis from static compilation. Since this is the case, some users may expect static compilation to also perform strict analysis (in the case where someone just calls `import __static__` without `from __strict__ import allow_side_effects`). This commit provides a forwards-compatible way to make this codemod before both strict analysis is decoupled. Reviewed By: DinoV Differential Revision: D49736501 fbshipit-source-id: ef7fc1029829ff0a91a39263fc948957671f4373
- Loading branch information
1 parent
0672d94
commit 422eda0
Showing
2 changed files
with
4 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters