Skip to content
This repository was archived by the owner on Nov 13, 2023. It is now read-only.

Commit b43ec9b

Browse files
committed
Update tests to rescript 9.1.0.
1 parent 6aa19b8 commit b43ec9b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+66
-69
lines changed

examples/flow-react-example/package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/flow-react-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@babel/preset-flow": "^7.10.4",
2828
"@babel/preset-react": "^7.10.4",
2929
"babel-loader": "^8.1.0",
30-
"bs-platform": "9.0.2",
30+
"rescript": "9.1.0",
3131
"concurrently": "^3.5.0",
3232
"webpack": "^4.44.2",
3333
"webpack-cli": "^3.3.12"

examples/flow-react-example/src/AutoAnnotate.gen.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
/* eslint-disable */
77

88
// $FlowExpectedError: Reason checked type sufficiently
9-
import * as Curry from 'bs-platform/lib/es6/curry.js';
9+
import * as Curry from 'rescript/lib/es6/curry.js';
1010

1111
// $FlowExpectedError: Reason checked type sufficiently
1212
import * as AutoAnnotateBS from './AutoAnnotate.bs';

examples/flow-react-example/src/Hooks.bs.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/flow-react-example/src/Hooks.gen.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ type $any = any;
1111
import * as React from 'react';
1212

1313
// $FlowExpectedError: Reason checked type sufficiently
14-
import * as Curry from 'bs-platform/lib/es6/curry.js';
14+
import * as Curry from 'rescript/lib/es6/curry.js';
1515

1616
// $FlowExpectedError: Reason checked type sufficiently
1717
import * as HooksBS from './Hooks.bs';

examples/flow-react-example/src/ImmutableArray.bs.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/flow-react-example/src/Records.bs.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/flow-react-example/src/Records.gen.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
type $any = any;
99

1010
// $FlowExpectedError: Reason checked type sufficiently
11-
import * as Curry from 'bs-platform/lib/es6/curry.js';
11+
import * as Curry from 'rescript/lib/es6/curry.js';
1212

1313
// $FlowExpectedError: Reason checked type sufficiently
1414
import * as RecordsBS from './Records.bs';

examples/flow-react-example/src/References.gen.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
type $any = any;
99

1010
// $FlowExpectedError: Reason checked type sufficiently
11-
import * as Curry from 'bs-platform/lib/es6/curry.js';
11+
import * as Curry from 'rescript/lib/es6/curry.js';
1212

1313
// $FlowExpectedError: Reason checked type sufficiently
1414
import * as ReferencesBS from './References.bs';

examples/flow-react-example/src/TestImmutableArray.bs.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)