Skip to content

Commit 5d555a4

Browse files
generatedunixname89002005287564facebook-github-bot
generatedunixname89002005287564
authored andcommittedJan 20, 2021
Remove "use strict" directive from ES modules
Reviewed By: MichaReiser Differential Revision: D25973697 fbshipit-source-id: b17c477701529107859f313607d99ab501613a3e
1 parent eefeed1 commit 5d555a4

4 files changed

+0
-8
lines changed
 

‎packages/relay-experimental/__flowtests__/useBlockingPaginationFragment-flowtest.js

-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111

1212
// flowlint ambiguous-object-type:error
1313

14-
'use strict';
15-
1614
import useBlockingPaginationFragment from '../useBlockingPaginationFragment';
1715
import type {LoadMoreFn} from '../useLoadMoreFunction';
1816
import {

‎packages/relay-experimental/__flowtests__/useFragment-flowtest.js

-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111

1212
// flowlint ambiguous-object-type:error
1313

14-
'use strict';
15-
1614
import useFragment from '../useFragment';
1715
import {
1816
fragmentInput,

‎packages/relay-experimental/__flowtests__/usePaginationFragment-flowtest.js

-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111

1212
// flowlint ambiguous-object-type:error
1313

14-
'use strict';
15-
1614
import type {LoadMoreFn} from '../useLoadMoreFunction';
1715
import usePaginationFragment from '../usePaginationFragment';
1816
import {

‎packages/relay-experimental/__flowtests__/useRefetchableFragment-flowtest.js

-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111

1212
// flowlint ambiguous-object-type:error
1313

14-
'use strict';
15-
1614
import useRefetchableFragment from '../useRefetchableFragment';
1715
import {
1816
fragmentInput,

0 commit comments

Comments
 (0)
Please sign in to comment.