Skip to content

Commit 1bbada3

Browse files
committed
chore: removing submodule
1 parent 64080b0 commit 1bbada3

49 files changed

Lines changed: 12269 additions & 1 deletion

Some content is hidden

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

examples

Lines changed: 0 additions & 1 deletion
This file was deleted.

examples/.gitignore

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
2+
3+
# dependencies
4+
/node_modules
5+
/.pnp
6+
.pnp.js
7+
8+
# testing
9+
/coverage
10+
11+
# production
12+
/build
13+
14+
# misc
15+
.DS_Store
16+
.env.local
17+
.env.development.local
18+
.env.test.local
19+
.env.production.local
20+
21+
npm-debug.log*
22+
yarn-debug.log*
23+
yarn-error.log*

examples/.merlin

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
####{BSB GENERATED: NO EDIT
2+
FLG -ppx /home/bvihjcep/Projects/react-query/examples/node_modules/decco/ppx
3+
FLG -ppx '/home/bvihjcep/Projects/react-query/examples/node_modules/bs-platform/linux/bsc.exe -as-ppx -bs-jsx 3'
4+
S /home/bvihjcep/Projects/react-query/examples/node_modules/bs-platform/lib/ocaml
5+
B /home/bvihjcep/Projects/react-query/examples/node_modules/bs-platform/lib/ocaml
6+
FLG -w +a-4-9-20-40-41-42-50-61-102
7+
S /home/bvihjcep/Projects/react-query/examples/node_modules/@rescript/react/lib/ocaml
8+
B /home/bvihjcep/Projects/react-query/examples/node_modules/@rescript/react/lib/ocaml
9+
S /home/bvihjcep/Projects/react-query/examples/node_modules/bs-fetch/lib/ocaml
10+
B /home/bvihjcep/Projects/react-query/examples/node_modules/bs-fetch/lib/ocaml
11+
S /home/bvihjcep/Projects/react-query/examples/node_modules/decco/lib/ocaml
12+
B /home/bvihjcep/Projects/react-query/examples/node_modules/decco/lib/ocaml
13+
S src
14+
B lib/bs/src
15+
S src/bindings
16+
B lib/bs/src/bindings
17+
####BSB GENERATED: NO EDIT}

examples/README.md

Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
# Getting Started with Create React App
2+
3+
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
4+
5+
## Available Scripts
6+
7+
In the project directory, you can run:
8+
9+
### `yarn start`
10+
11+
Runs the app in the development mode.\
12+
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
13+
14+
The page will reload if you make edits.\
15+
You will also see any lint errors in the console.
16+
17+
### `yarn test`
18+
19+
Launches the test runner in the interactive watch mode.\
20+
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.
21+
22+
### `yarn build`
23+
24+
Builds the app for production to the `build` folder.\
25+
It correctly bundles React in production mode and optimizes the build for the best performance.
26+
27+
The build is minified and the filenames include the hashes.\
28+
Your app is ready to be deployed!
29+
30+
See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.
31+
32+
### `yarn eject`
33+
34+
**Note: this is a one-way operation. Once you `eject`, you can’t go back!**
35+
36+
If you aren’t satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project.
37+
38+
Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you’re on your own.
39+
40+
You don’t have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn’t feel obligated to use this feature. However we understand that this tool wouldn’t be useful if you couldn’t customize it when you are ready for it.
41+
42+
## Learn More
43+
44+
You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).
45+
46+
To learn React, check out the [React documentation](https://reactjs.org/).
47+
48+
### Code Splitting
49+
50+
This section has moved here: [https://facebook.github.io/create-react-app/docs/code-splitting](https://facebook.github.io/create-react-app/docs/code-splitting)
51+
52+
### Analyzing the Bundle Size
53+
54+
This section has moved here: [https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size](https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size)
55+
56+
### Making a Progressive Web App
57+
58+
This section has moved here: [https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app](https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app)
59+
60+
### Advanced Configuration
61+
62+
This section has moved here: [https://facebook.github.io/create-react-app/docs/advanced-configuration](https://facebook.github.io/create-react-app/docs/advanced-configuration)
63+
64+
### Deployment
65+
66+
This section has moved here: [https://facebook.github.io/create-react-app/docs/deployment](https://facebook.github.io/create-react-app/docs/deployment)
67+
68+
### `yarn build` fails to minify
69+
70+
This section has moved here: [https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify](https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify)

examples/bsconfig.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"name": "examples",
3+
"reason": { "react-jsx": 3 },
4+
"sources": [
5+
{
6+
"dir": "src",
7+
"subdirs": true
8+
}
9+
],
10+
"package-specs": [
11+
{
12+
"module": "es6",
13+
"in-source": true
14+
}
15+
],
16+
"suffix": ".bs.js",
17+
"bs-dependencies": ["@rescript/react", "bs-fetch", "decco"],
18+
"ppx-flags": ["decco/ppx"]
19+
}

examples/lib/bs/.bsbuild

66 Bytes
Binary file not shown.

examples/lib/bs/.bsdeps

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
8.4.2
2+
/home/bvihjcep/Projects/react-query/examples
3+
0
4+
bsconfig.json 0x1.81fee1af80a71p+30
5+
src 0x1.821a70b6c7e3fp+30
6+
src/bindings 0x1.821a71634fc03p+30
7+
===
8+
/home/bvihjcep/Projects/react-query/examples/node_modules/decco/ppx 0x1.81fedf69ac083p+30

examples/lib/bs/.compiler.log

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#Start(1619434584898)
2+
#Done(1619434584898)

examples/lib/bs/.ninja_log

Lines changed: 85 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,85 @@
1+
# ninja log v6
2+
142 176 1619387740664181401 src/index.cmj 9ebaf4db457c2fee
3+
60 63 1619387740592180868 src/bindings/ReactQuery_Query.d 54cb2d32ffe9096f
4+
102 141 1619387740628181134 src/App.cmj 556ab531a2bfa416
5+
142 176 1619387740664181401 ../../src/index.bs.js 9ebaf4db457c2fee
6+
57 62 1618983019939637545 src/bindings/ReactQuery.d c0fd95805708fff8
7+
61 64 1618983019943637562 src/index.d 1668bb9294c9ec9a
8+
64 89 1619387740592180868 src/bindings/ReactQuery_Query.cmj b5ad4d2715b3fc9d
9+
64 89 1619387740592180868 src/bindings/ReactQuery_Query.cmi b5ad4d2715b3fc9d
10+
57 62 1619387717068010035 src/App.d db4aaea6aa751002
11+
142 176 1619387740664181401 src/index.cmi 9ebaf4db457c2fee
12+
1 57 1618983019939637545 src/bindings/ReactQuery.ast edba34ab9acabaff
13+
0 60 1619387740592180868 src/bindings/ReactQuery_Query.ast fe3fe51f3bf1305e
14+
1 61 1618983019943637562 src/index.ast f3b189b004f14d8
15+
102 141 1619387740628181134 src/App.cmi 556ab531a2bfa416
16+
64 89 1619387740592180868 ../../src/bindings/ReactQuery_Query.bs.js b5ad4d2715b3fc9d
17+
90 102 1619387740616181046 src/bindings/ReactQuery.cmj b11bc6e9847cf374
18+
90 102 1619387740616181046 src/bindings/ReactQuery.cmi b11bc6e9847cf374
19+
90 102 1619387740616181046 ../../src/bindings/ReactQuery.bs.js b11bc6e9847cf374
20+
0 57 1619387717068010035 src/App.ast a5d09928848f307
21+
102 141 1619387740628181134 ../../src/App.bs.js 556ab531a2bfa416
22+
0 55 1619387762836347757 src/App.ast a5d09928848f307
23+
56 67 1619387762836347757 src/App.d db4aaea6aa751002
24+
67 116 1619387762836347757 src/App.cmj 556ab531a2bfa416
25+
67 116 1619387762836347757 src/App.cmi 556ab531a2bfa416
26+
67 116 1619387762836347757 ../../src/App.bs.js 556ab531a2bfa416
27+
0 43 1619388170760107023 src/bindings/ReactQuery_Query.ast fe3fe51f3bf1305e
28+
43 45 1619388170760107023 src/bindings/ReactQuery_Query.d 54cb2d32ffe9096f
29+
1 83 1619388221952647378 src/bindings/ReactQuery_Query.ast fe3fe51f3bf1305e
30+
83 95 1619388221952647378 src/bindings/ReactQuery_Query.d 54cb2d32ffe9096f
31+
0 47 1619388562152467539 src/bindings/ReactQuery_Query.ast fe3fe51f3bf1305e
32+
47 49 1619388562152467539 src/bindings/ReactQuery_Query.d 54cb2d32ffe9096f
33+
1 56 1619388580080677317 src/bindings/ReactQuery_Query.ast fe3fe51f3bf1305e
34+
56 58 1619388580080677317 src/bindings/ReactQuery_Query.d 54cb2d32ffe9096f
35+
0 70 1619388586308750347 src/bindings/ReactQuery_Query.ast fe3fe51f3bf1305e
36+
70 74 1619388586308750347 src/bindings/ReactQuery_Query.d 54cb2d32ffe9096f
37+
0 69 1619388629141254654 src/bindings/ReactQuery_Query.ast fe3fe51f3bf1305e
38+
69 74 1619388629141254654 src/bindings/ReactQuery_Query.d 54cb2d32ffe9096f
39+
0 45 1619388639893381793 src/bindings/ReactQuery_Query.ast fe3fe51f3bf1305e
40+
46 49 1619388639893381793 src/bindings/ReactQuery_Query.d 54cb2d32ffe9096f
41+
1 51 1619388664993679400 src/bindings/ReactQuery_Query.ast fe3fe51f3bf1305e
42+
51 54 1619388664993679400 src/bindings/ReactQuery_Query.d 54cb2d32ffe9096f
43+
0 65 1619388731478472804 src/bindings/ReactQuery_Query.ast fe3fe51f3bf1305e
44+
65 67 1619388731478472804 src/bindings/ReactQuery_Query.d 54cb2d32ffe9096f
45+
67 87 1619388731478472804 src/bindings/ReactQuery_Query.cmj b5ad4d2715b3fc9d
46+
67 87 1619388731478472804 src/bindings/ReactQuery_Query.cmi b5ad4d2715b3fc9d
47+
67 87 1619388731478472804 ../../src/bindings/ReactQuery_Query.bs.js b5ad4d2715b3fc9d
48+
87 100 1619388731498473043 src/bindings/ReactQuery.cmj b11bc6e9847cf374
49+
87 100 1619388731498473043 src/bindings/ReactQuery.cmi b11bc6e9847cf374
50+
87 100 1619388731498473043 ../../src/bindings/ReactQuery.bs.js b11bc6e9847cf374
51+
100 132 1619388731514473235 src/App.cmj 556ab531a2bfa416
52+
100 132 1619388731514473235 src/App.cmi 556ab531a2bfa416
53+
100 132 1619388731514473235 ../../src/App.bs.js 556ab531a2bfa416
54+
132 166 1619388731538473523 src/index.cmj 9ebaf4db457c2fee
55+
132 166 1619388731538473523 src/index.cmi 9ebaf4db457c2fee
56+
132 166 1619388731538473523 ../../src/index.bs.js 9ebaf4db457c2fee
57+
0 28 1619434527826984771 src/bindings/ReactQuery_Query.ast fe3fe51f3bf1305e
58+
28 30 1619434527826984771 src/bindings/ReactQuery_Query.d 54cb2d32ffe9096f
59+
30 43 1619434527826984771 src/bindings/ReactQuery_Query.cmj b5ad4d2715b3fc9d
60+
30 43 1619434527826984771 src/bindings/ReactQuery_Query.cmi b5ad4d2715b3fc9d
61+
30 43 1619434527826984771 ../../src/bindings/ReactQuery_Query.bs.js b5ad4d2715b3fc9d
62+
43 51 1619434527838984963 src/bindings/ReactQuery.cmj b11bc6e9847cf374
63+
43 51 1619434527838984963 src/bindings/ReactQuery.cmi b11bc6e9847cf374
64+
43 51 1619434527838984963 ../../src/bindings/ReactQuery.bs.js b11bc6e9847cf374
65+
0 22 1619434532195054438 src/App.ast a5d09928848f307
66+
22 24 1619434532195054438 src/App.d db4aaea6aa751002
67+
24 45 1619434532195054438 src/App.cmj 556ab531a2bfa416
68+
24 45 1619434532195054438 src/App.cmi 556ab531a2bfa416
69+
24 45 1619434532195054438 ../../src/App.bs.js 556ab531a2bfa416
70+
45 64 1619434532215054756 src/index.cmj 9ebaf4db457c2fee
71+
45 64 1619434532215054756 src/index.cmi 9ebaf4db457c2fee
72+
45 64 1619434532215054756 ../../src/index.bs.js 9ebaf4db457c2fee
73+
1 31 1619434541739206096 src/App.ast a5d09928848f307
74+
32 33 1619434541739206096 src/App.d db4aaea6aa751002
75+
33 57 1619434541739206096 src/App.cmj 556ab531a2bfa416
76+
33 57 1619434541739206096 src/App.cmi 556ab531a2bfa416
77+
33 57 1619434541739206096 ../../src/App.bs.js 556ab531a2bfa416
78+
57 75 1619434541759206414 src/index.cmj 9ebaf4db457c2fee
79+
57 75 1619434541759206414 src/index.cmi 9ebaf4db457c2fee
80+
57 75 1619434541759206414 ../../src/index.bs.js 9ebaf4db457c2fee
81+
0 29 1619434584871882243 src/bindings/ReactQuery_Query.ast fe3fe51f3bf1305e
82+
29 32 1619434584871882243 src/bindings/ReactQuery_Query.d 54cb2d32ffe9096f
83+
32 44 1619434584871882243 src/bindings/ReactQuery_Query.cmj b5ad4d2715b3fc9d
84+
32 44 1619434584871882243 src/bindings/ReactQuery_Query.cmi b5ad4d2715b3fc9d
85+
32 44 1619434584871882243 ../../src/bindings/ReactQuery_Query.bs.js b5ad4d2715b3fc9d

examples/lib/bs/.sourcedirs.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{ "dirs" : [ "src" , "src/bindings" ] , "pkgs" : [ [ "bs-platform" , "/home/bvihjcep/Projects/react-query/examples/node_modules/bs-platform" ] , [ "bs-fetch" , "/home/bvihjcep/Projects/react-query/examples/node_modules/bs-fetch" ] , [ "decco" , "/home/bvihjcep/Projects/react-query/examples/node_modules/decco" ] , [ "@rescript/react" , "/home/bvihjcep/Projects/react-query/examples/node_modules/@rescript/react" ] ] , "generated" : [] }

0 commit comments

Comments
 (0)