@explorable-viz/fluid 0.7.90 → 0.7.91

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (187) hide show
  1. package/dist/fluid/fluid/lib/matrix.fld +18 -16
  2. package/dist/fluid/shared/fluid.mjs +210 -295
  3. package/dist/fluid/shared/load-figure.js +458 -700
  4. package/package.json +5 -3
  5. package/script/bundle-website.sh +13 -2
  6. package/website/article/README.md +3 -0
  7. package/website/article/convolution/index.html +90 -0
  8. package/website/article/convolution/spec.json +9 -0
  9. package/website/article/fluid/convolution/emboss.fld +5 -0
  10. package/website/article/fluid/convolution/test-image.fld +7 -0
  11. package/website/article/fluid/convolution.fld +24 -0
  12. package/website/article/fluid/dataset/methane-emissions.fld +123 -0
  13. package/website/article/fluid/dataset/non-renewables.fld +67 -0
  14. package/website/article/fluid/dataset/renewables-new.fld +301 -0
  15. package/website/article/fluid/dataset/scigen/1805.02474v1-10.fld +17 -0
  16. package/website/article/fluid/moving-average.fld +19 -0
  17. package/website/article/fluid/non-renewables.fld +21 -0
  18. package/website/article/fluid/scigen.fld +50 -0
  19. package/website/article/fluid/util.fld +36 -0
  20. package/website/article/image/fluid-logo.png +0 -0
  21. package/website/article/image/iccs-full-logo.png +0 -0
  22. package/website/article/image/schmidtsciences_primary_color.png +0 -0
  23. package/website/article/index.html +26 -0
  24. package/website/article/moving-average/index.html +57 -0
  25. package/website/article/moving-average/spec.json +9 -0
  26. package/website/article/non-renewables/index.html +46 -0
  27. package/website/article/non-renewables/spec.json +9 -0
  28. package/website/article/test.mjs +10 -0
  29. package/.spago/aff/v7.0.0/.editorconfig +0 -13
  30. package/.spago/aff/v7.0.0/.eslintrc.json +0 -28
  31. package/.spago/aff/v7.0.0/.gitignore +0 -14
  32. package/.spago/aff/v7.0.0/.tidyrc.json +0 -10
  33. package/.spago/affjax/v13.0.0/.editorconfig +0 -13
  34. package/.spago/affjax/v13.0.0/.eslintrc.json +0 -28
  35. package/.spago/affjax/v13.0.0/.gitignore +0 -14
  36. package/.spago/affjax/v13.0.0/.tidyrc.json +0 -10
  37. package/.spago/affjax-web/v1.0.0/.editorconfig +0 -13
  38. package/.spago/affjax-web/v1.0.0/.eslintrc.json +0 -30
  39. package/.spago/affjax-web/v1.0.0/.gitignore +0 -14
  40. package/.spago/affjax-web/v1.0.0/.tidyrc.json +0 -10
  41. package/.spago/argonaut-codecs/v9.0.0/.editorconfig +0 -13
  42. package/.spago/argonaut-codecs/v9.0.0/.gitignore +0 -9
  43. package/.spago/argonaut-codecs/v9.0.0/.tidyrc.json +0 -10
  44. package/.spago/argonaut-core/v7.0.0/.editorconfig +0 -13
  45. package/.spago/argonaut-core/v7.0.0/.eslintrc.json +0 -29
  46. package/.spago/argonaut-core/v7.0.0/.gitignore +0 -14
  47. package/.spago/argonaut-core/v7.0.0/.tidyrc.json +0 -10
  48. package/.spago/arraybuffer-types/v3.0.2/.editorconfig +0 -13
  49. package/.spago/arraybuffer-types/v3.0.2/.gitignore +0 -9
  50. package/.spago/arraybuffer-types/v3.0.2/.tidyrc.json +0 -10
  51. package/.spago/arrays/v7.0.0/.eslintrc.json +0 -26
  52. package/.spago/arrays/v7.0.0/.gitignore +0 -9
  53. package/.spago/assert/v6.0.0/.eslintrc.json +0 -26
  54. package/.spago/assert/v6.0.0/.gitignore +0 -8
  55. package/.spago/bifunctors/v6.0.0/.gitignore +0 -7
  56. package/.spago/catenable-lists/v7.0.0/.gitignore +0 -7
  57. package/.spago/console/v6.0.0/.eslintrc.json +0 -30
  58. package/.spago/console/v6.0.0/.gitignore +0 -9
  59. package/.spago/const/v6.0.0/.gitignore +0 -7
  60. package/.spago/contravariant/v6.0.0/.gitignore +0 -7
  61. package/.spago/control/v6.0.0/.gitignore +0 -7
  62. package/.spago/datetime/v6.1.0/.eslintrc.json +0 -26
  63. package/.spago/datetime/v6.1.0/.gitignore +0 -8
  64. package/.spago/debug/v6.0.0/.eslintrc.json +0 -36
  65. package/.spago/debug/v6.0.0/.gitignore +0 -8
  66. package/.spago/distributive/v6.0.0/.gitignore +0 -7
  67. package/.spago/effect/v4.0.0/.eslintrc.json +0 -26
  68. package/.spago/effect/v4.0.0/.gitignore +0 -8
  69. package/.spago/either/v6.1.0/.gitignore +0 -7
  70. package/.spago/enums/v6.0.0/.gitignore +0 -7
  71. package/.spago/exceptions/v6.0.0/.eslintrc.json +0 -26
  72. package/.spago/exceptions/v6.0.0/.gitignore +0 -8
  73. package/.spago/exists/v6.0.0/.gitignore +0 -7
  74. package/.spago/filterable/v5.0.0/.gitignore +0 -11
  75. package/.spago/foldable-traversable/v6.0.0/.eslintrc.json +0 -26
  76. package/.spago/foldable-traversable/v6.0.0/.gitignore +0 -8
  77. package/.spago/foreign/v7.0.0/.eslintrc.json +0 -26
  78. package/.spago/foreign/v7.0.0/.gitignore +0 -8
  79. package/.spago/foreign-object/v4.0.0/.eslintrc.json +0 -26
  80. package/.spago/foreign-object/v4.0.0/.gitignore +0 -8
  81. package/.spago/form-urlencoded/v7.0.0/.editorconfig +0 -13
  82. package/.spago/form-urlencoded/v7.0.0/.gitignore +0 -9
  83. package/.spago/form-urlencoded/v7.0.0/.tidyrc.json +0 -10
  84. package/.spago/free/v7.0.0/.gitignore +0 -8
  85. package/.spago/functions/v6.0.0/.eslintrc.json +0 -26
  86. package/.spago/functions/v6.0.0/.gitignore +0 -8
  87. package/.spago/functors/v5.0.0/.gitignore +0 -7
  88. package/.spago/gen/v4.0.0/.gitignore +0 -8
  89. package/.spago/graphs/v8.0.0/.gitignore +0 -7
  90. package/.spago/http-methods/v6.0.0/.editorconfig +0 -13
  91. package/.spago/http-methods/v6.0.0/.gitignore +0 -9
  92. package/.spago/http-methods/v6.0.0/.tidyrc.json +0 -10
  93. package/.spago/identity/v6.0.0/.gitignore +0 -7
  94. package/.spago/integers/v6.0.0/.eslintrc.json +0 -26
  95. package/.spago/integers/v6.0.0/.gitignore +0 -8
  96. package/.spago/invariant/v6.0.0/.gitignore +0 -7
  97. package/.spago/js-date/v8.0.0/.editorconfig +0 -13
  98. package/.spago/js-date/v8.0.0/.eslintrc.json +0 -29
  99. package/.spago/js-date/v8.0.0/.gitignore +0 -14
  100. package/.spago/js-date/v8.0.0/.tidyrc.json +0 -10
  101. package/.spago/js-uri/v3.0.0/.eslintrc.json +0 -30
  102. package/.spago/js-uri/v3.0.0/.gitignore +0 -14
  103. package/.spago/js-uri/v3.0.0/.tidyrc.json +0 -10
  104. package/.spago/lazy/v6.0.0/.eslintrc.json +0 -26
  105. package/.spago/lazy/v6.0.0/.gitignore +0 -8
  106. package/.spago/lcg/v4.0.0/.gitignore +0 -8
  107. package/.spago/lists/v7.0.0/.gitignore +0 -7
  108. package/.spago/maybe/v6.0.0/.gitignore +0 -7
  109. package/.spago/media-types/v6.0.0/.editorconfig +0 -13
  110. package/.spago/media-types/v6.0.0/.gitignore +0 -9
  111. package/.spago/media-types/v6.0.0/.tidyrc.json +0 -10
  112. package/.spago/newtype/v5.0.0/.gitignore +0 -7
  113. package/.spago/node-buffer/v8.0.0/.eslintrc.json +0 -26
  114. package/.spago/node-buffer/v8.0.0/.gitignore +0 -8
  115. package/.spago/node-child-process/v9.0.0/.eslintrc.json +0 -29
  116. package/.spago/node-child-process/v9.0.0/.gitignore +0 -8
  117. package/.spago/node-fs/v9.1.0/.eslintrc.json +0 -29
  118. package/.spago/node-fs/v9.1.0/.gitignore +0 -9
  119. package/.spago/node-path/v5.0.0/.eslintrc.json +0 -26
  120. package/.spago/node-path/v5.0.0/.gitignore +0 -8
  121. package/.spago/node-process/v10.0.0/.eslintrc.json +0 -29
  122. package/.spago/node-process/v10.0.0/.gitignore +0 -8
  123. package/.spago/node-streams/v7.0.0/.eslintrc.json +0 -29
  124. package/.spago/node-streams/v7.0.0/.gitignore +0 -8
  125. package/.spago/nonempty/v7.0.0/.gitignore +0 -7
  126. package/.spago/now/v6.0.0/.editorconfig +0 -13
  127. package/.spago/now/v6.0.0/.eslintrc.json +0 -29
  128. package/.spago/now/v6.0.0/.gitignore +0 -14
  129. package/.spago/now/v6.0.0/.tidyrc.json +0 -10
  130. package/.spago/nullable/v6.0.0/.editorconfig +0 -13
  131. package/.spago/nullable/v6.0.0/.eslintrc.json +0 -29
  132. package/.spago/nullable/v6.0.0/.gitignore +0 -14
  133. package/.spago/nullable/v6.0.0/.tidyrc.json +0 -10
  134. package/.spago/optparse/v5.0.0/.gitignore +0 -8
  135. package/.spago/optparse/v5.0.0/.npmrc +0 -1
  136. package/.spago/ordered-collections/v3.0.0/.gitignore +0 -8
  137. package/.spago/orders/v6.0.0/.gitignore +0 -7
  138. package/.spago/parallel/v6.0.0/.gitignore +0 -7
  139. package/.spago/parsing/v10.0.0/.editorconfig +0 -13
  140. package/.spago/parsing/v10.0.0/.gitignore +0 -10
  141. package/.spago/parsing/v10.0.0/.tidyoperators +0 -231
  142. package/.spago/parsing/v10.0.0/.tidyrc.json +0 -10
  143. package/.spago/partial/v4.0.0/.eslintrc.json +0 -26
  144. package/.spago/partial/v4.0.0/.gitignore +0 -8
  145. package/.spago/posix-types/v6.0.0/.gitignore +0 -7
  146. package/.spago/prelude/v6.0.0/.eslintrc.json +0 -26
  147. package/.spago/prelude/v6.0.0/.gitignore +0 -8
  148. package/.spago/profunctor/v6.0.0/.gitignore +0 -7
  149. package/.spago/psci-support/v6.0.0/.eslintrc.json +0 -28
  150. package/.spago/psci-support/v6.0.0/.gitignore +0 -8
  151. package/.spago/quickcheck/v8.0.1/.eslintrc.json +0 -26
  152. package/.spago/quickcheck/v8.0.1/.gitignore +0 -8
  153. package/.spago/random/v6.0.0/.eslintrc.json +0 -26
  154. package/.spago/random/v6.0.0/.gitignore +0 -8
  155. package/.spago/record/v4.0.0/.eslintrc.json +0 -26
  156. package/.spago/record/v4.0.0/.gitignore +0 -8
  157. package/.spago/refs/v6.0.0/.eslintrc.json +0 -26
  158. package/.spago/refs/v6.0.0/.gitignore +0 -8
  159. package/.spago/st/v6.0.0/.eslintrc.json +0 -26
  160. package/.spago/st/v6.0.0/.gitignore +0 -8
  161. package/.spago/strings/v6.0.0/.eslintrc.json +0 -26
  162. package/.spago/strings/v6.0.0/.gitignore +0 -8
  163. package/.spago/tailrec/v6.0.0/.gitignore +0 -7
  164. package/.spago/transformers/v6.0.0/.gitignore +0 -7
  165. package/.spago/tuples/v7.0.0/.gitignore +0 -7
  166. package/.spago/type-equality/v4.0.1/.gitignore +0 -7
  167. package/.spago/typelevel-prelude/v7.0.0/.gitignore +0 -8
  168. package/.spago/unfoldable/v6.0.0/.eslintrc.json +0 -26
  169. package/.spago/unfoldable/v6.0.0/.gitignore +0 -8
  170. package/.spago/unicode/v6.0.0/.editorconfig +0 -13
  171. package/.spago/unicode/v6.0.0/.gitattributes +0 -2
  172. package/.spago/unicode/v6.0.0/.gitignore +0 -19
  173. package/.spago/unicode/v6.0.0/.tidyrc.json +0 -10
  174. package/.spago/unsafe-coerce/v6.0.0/.eslintrc.json +0 -26
  175. package/.spago/unsafe-coerce/v6.0.0/.gitignore +0 -8
  176. package/.spago/web-dom/v6.0.0/.eslintrc.json +0 -29
  177. package/.spago/web-dom/v6.0.0/.gitignore +0 -9
  178. package/.spago/web-events/v4.0.0/.eslintrc.json +0 -29
  179. package/.spago/web-events/v4.0.0/.gitignore +0 -8
  180. package/.spago/web-file/v4.0.0/.eslintrc.json +0 -29
  181. package/.spago/web-file/v4.0.0/.gitignore +0 -8
  182. package/.spago/web-html/v4.0.0/.eslintrc.json +0 -29
  183. package/.spago/web-html/v4.0.0/.gitignore +0 -8
  184. package/.spago/web-storage/v5.0.0/.eslintrc.json +0 -29
  185. package/.spago/web-storage/v5.0.0/.gitignore +0 -8
  186. package/.spago/web-xhr/v5.0.0/.eslintrc.json +0 -29
  187. package/.spago/web-xhr/v5.0.0/.gitignore +0 -8
@@ -1,8 +0,0 @@
1
- /.*
2
- !/.gitignore
3
- !/.eslintrc.json
4
- !/.github/
5
- /bower_components/
6
- /node_modules/
7
- /output/
8
- package-lock.json
@@ -1,7 +0,0 @@
1
- /.*
2
- !/.gitignore
3
- !/.github/
4
- /bower_components/
5
- /node_modules/
6
- /output/
7
- package-lock.json
@@ -1,26 +0,0 @@
1
- {
2
- "parserOptions": {
3
- "ecmaVersion": 6,
4
- "sourceType": "module"
5
- },
6
- "extends": "eslint:recommended",
7
- "rules": {
8
- "strict": [2, "global"],
9
- "block-scoped-var": 2,
10
- "consistent-return": 2,
11
- "eqeqeq": [2, "smart"],
12
- "guard-for-in": 2,
13
- "no-caller": 2,
14
- "no-extend-native": 2,
15
- "no-loop-func": 2,
16
- "no-new": 2,
17
- "no-param-reassign": 2,
18
- "no-return-assign": 2,
19
- "no-unused-expressions": 2,
20
- "no-use-before-define": 2,
21
- "radix": [2, "always"],
22
- "indent": [2, 2, { "SwitchCase": 1 }],
23
- "quotes": [2, "double"],
24
- "semi": [2, "always"]
25
- }
26
- }
@@ -1,8 +0,0 @@
1
- /.*
2
- !/.gitignore
3
- !/.eslintrc.json
4
- !/.github/
5
- /bower_components/
6
- /node_modules/
7
- /output/
8
- package-lock.json
@@ -1,7 +0,0 @@
1
- /.*
2
- !/.gitignore
3
- !/.github/
4
- /bower_components/
5
- /node_modules/
6
- /output/
7
- package-lock.json
@@ -1,28 +0,0 @@
1
- {
2
- "parserOptions": {
3
- "ecmaVersion": 5
4
- },
5
- "extends": "eslint:recommended",
6
- "env": {
7
- "commonjs": true
8
- },
9
- "rules": {
10
- "strict": [2, "global"],
11
- "block-scoped-var": 2,
12
- "consistent-return": 2,
13
- "eqeqeq": [2, "smart"],
14
- "guard-for-in": 2,
15
- "no-caller": 2,
16
- "no-extend-native": 2,
17
- "no-loop-func": 2,
18
- "no-new": 2,
19
- "no-param-reassign": 2,
20
- "no-return-assign": 2,
21
- "no-unused-expressions": 2,
22
- "no-use-before-define": 2,
23
- "radix": [2, "always"],
24
- "indent": [2, 2],
25
- "quotes": [2, "double"],
26
- "semi": [2, "always"]
27
- }
28
- }
@@ -1,8 +0,0 @@
1
- /.*
2
- !/.gitignore
3
- !/.eslintrc.json
4
- !/.github/
5
- /bower_components/
6
- /node_modules/
7
- /output/
8
- package-lock.json
@@ -1,26 +0,0 @@
1
- {
2
- "parserOptions": {
3
- "ecmaVersion": 6,
4
- "sourceType": "module"
5
- },
6
- "extends": "eslint:recommended",
7
- "rules": {
8
- "strict": [2, "global"],
9
- "block-scoped-var": 2,
10
- "consistent-return": 2,
11
- "eqeqeq": [2, "smart"],
12
- "guard-for-in": 2,
13
- "no-caller": 2,
14
- "no-extend-native": 2,
15
- "no-loop-func": 2,
16
- "no-new": 2,
17
- "no-param-reassign": 2,
18
- "no-return-assign": 2,
19
- "no-unused-expressions": 2,
20
- "no-use-before-define": 2,
21
- "radix": [2, "always"],
22
- "indent": [2, 2],
23
- "quotes": [2, "double"],
24
- "semi": [2, "always"]
25
- }
26
- }
@@ -1,8 +0,0 @@
1
- /.*
2
- !/.gitignore
3
- !/.eslintrc.json
4
- !/.github/
5
- /bower_components/
6
- /node_modules/
7
- /output/
8
- package-lock.json
@@ -1,26 +0,0 @@
1
- {
2
- "parserOptions": {
3
- "ecmaVersion": 6,
4
- "sourceType": "module"
5
- },
6
- "extends": "eslint:recommended",
7
- "rules": {
8
- "strict": [2, "global"],
9
- "block-scoped-var": 2,
10
- "consistent-return": 2,
11
- "eqeqeq": [2, "smart"],
12
- "guard-for-in": 2,
13
- "no-caller": 2,
14
- "no-extend-native": 2,
15
- "no-loop-func": 2,
16
- "no-new": 2,
17
- "no-param-reassign": 2,
18
- "no-return-assign": 2,
19
- "no-unused-expressions": 2,
20
- "no-use-before-define": 2,
21
- "radix": [2, "always"],
22
- "indent": [2, 2],
23
- "quotes": [2, "double"],
24
- "semi": [2, "always"]
25
- }
26
- }
@@ -1,8 +0,0 @@
1
- /.*
2
- !/.gitignore
3
- !/.eslintrc.json
4
- !/.github/
5
- /bower_components/
6
- /node_modules/
7
- /output/
8
- package-lock.json
@@ -1,26 +0,0 @@
1
- {
2
- "parserOptions": {
3
- "ecmaVersion": 6,
4
- "sourceType": "module"
5
- },
6
- "extends": "eslint:recommended",
7
- "rules": {
8
- "strict": [2, "global"],
9
- "block-scoped-var": 2,
10
- "consistent-return": 2,
11
- "eqeqeq": [2, "smart"],
12
- "guard-for-in": 2,
13
- "no-caller": 2,
14
- "no-extend-native": 2,
15
- "no-loop-func": 2,
16
- "no-new": 2,
17
- "no-param-reassign": 2,
18
- "no-return-assign": 2,
19
- "no-unused-expressions": 2,
20
- "no-use-before-define": 2,
21
- "radix": [2, "always"],
22
- "indent": [2, 2, { "SwitchCase": 1 }],
23
- "quotes": [2, "double"],
24
- "semi": [2, "always"]
25
- }
26
- }
@@ -1,8 +0,0 @@
1
- /.*
2
- !/.gitignore
3
- !/.eslintrc.json
4
- !/.github/
5
- /bower_components/
6
- /node_modules/
7
- /output/
8
- package-lock.json
@@ -1,26 +0,0 @@
1
- {
2
- "parserOptions": {
3
- "ecmaVersion": 6,
4
- "sourceType": "module"
5
- },
6
- "extends": "eslint:recommended",
7
- "rules": {
8
- "strict": [2, "global"],
9
- "block-scoped-var": 2,
10
- "consistent-return": 2,
11
- "eqeqeq": [2, "smart"],
12
- "guard-for-in": 2,
13
- "no-caller": 2,
14
- "no-extend-native": 2,
15
- "no-loop-func": 2,
16
- "no-new": 2,
17
- "no-param-reassign": 2,
18
- "no-return-assign": 2,
19
- "no-unused-expressions": 2,
20
- "no-use-before-define": 2,
21
- "radix": [2, "always"],
22
- "indent": [2, 2],
23
- "quotes": [2, "double"],
24
- "semi": [2, "always"]
25
- }
26
- }
@@ -1,8 +0,0 @@
1
- /.*
2
- !/.gitignore
3
- !/.eslintrc.json
4
- !/.github/
5
- /bower_components/
6
- /node_modules/
7
- /output/
8
- package-lock.json
@@ -1,26 +0,0 @@
1
- {
2
- "parserOptions": {
3
- "ecmaVersion": 6,
4
- "sourceType": "module"
5
- },
6
- "extends": "eslint:recommended",
7
- "rules": {
8
- "strict": [2, "global"],
9
- "block-scoped-var": 2,
10
- "consistent-return": 2,
11
- "eqeqeq": [2, "smart"],
12
- "guard-for-in": 2,
13
- "no-caller": 2,
14
- "no-extend-native": 2,
15
- "no-loop-func": 2,
16
- "no-new": 2,
17
- "no-param-reassign": 2,
18
- "no-return-assign": 2,
19
- "no-unused-expressions": 2,
20
- "no-use-before-define": 2,
21
- "radix": [2, "always"],
22
- "indent": [2, 2],
23
- "quotes": [2, "double"],
24
- "semi": [2, "always"]
25
- }
26
- }
@@ -1,8 +0,0 @@
1
- /.*
2
- !/.gitignore
3
- !/.eslintrc.json
4
- !/.github/
5
- /bower_components/
6
- /node_modules/
7
- /output/
8
- package-lock.json
@@ -1,26 +0,0 @@
1
- {
2
- "parserOptions": {
3
- "ecmaVersion": 6,
4
- "sourceType": "module"
5
- },
6
- "extends": "eslint:recommended",
7
- "rules": {
8
- "strict": [2, "global"],
9
- "block-scoped-var": 2,
10
- "consistent-return": 2,
11
- "eqeqeq": [2, "smart"],
12
- "guard-for-in": 2,
13
- "no-caller": 2,
14
- "no-extend-native": 2,
15
- "no-loop-func": 2,
16
- "no-new": 2,
17
- "no-param-reassign": 2,
18
- "no-return-assign": 2,
19
- "no-unused-expressions": 2,
20
- "no-use-before-define": 2,
21
- "radix": [2, "always"],
22
- "indent": [2, 2],
23
- "quotes": [2, "double"],
24
- "semi": [2, "always"]
25
- }
26
- }
@@ -1,8 +0,0 @@
1
- /.*
2
- !/.gitignore
3
- !/.eslintrc.json
4
- !/.github/
5
- /bower_components/
6
- /node_modules/
7
- /output/
8
- package-lock.json
@@ -1,7 +0,0 @@
1
- /.*
2
- !/.gitignore
3
- !/.github/
4
- /bower_components/
5
- /node_modules/
6
- /output/
7
- package-lock.json
@@ -1,7 +0,0 @@
1
- /.*
2
- !/.gitignore
3
- !/.github/
4
- package-lock.json
5
- /bower_components/
6
- /node_modules/
7
- /output/
@@ -1,7 +0,0 @@
1
- /.*
2
- !/.gitignore
3
- !/.github/
4
- /bower_components/
5
- /node_modules/
6
- /output/
7
- package-lock.json
@@ -1,7 +0,0 @@
1
- /.*
2
- !/.gitignore
3
- !/.github/
4
- /bower_components/
5
- /node_modules/
6
- /output/
7
- package-lock.json
@@ -1,8 +0,0 @@
1
- /.*
2
- !/.gitignore
3
- !/.github/
4
- package-lock.json
5
- /bower_components/
6
- /node_modules/
7
- /output/
8
- package-lock.json
@@ -1,26 +0,0 @@
1
- {
2
- "parserOptions": {
3
- "ecmaVersion": 6,
4
- "sourceType": "module"
5
- },
6
- "extends": "eslint:recommended",
7
- "rules": {
8
- "strict": [2, "global"],
9
- "block-scoped-var": 2,
10
- "consistent-return": 2,
11
- "eqeqeq": [2, "smart"],
12
- "guard-for-in": 2,
13
- "no-caller": 2,
14
- "no-extend-native": 2,
15
- "no-loop-func": 2,
16
- "no-new": 2,
17
- "no-param-reassign": 2,
18
- "no-return-assign": 2,
19
- "no-unused-expressions": 2,
20
- "no-use-before-define": 2,
21
- "radix": [2, "always"],
22
- "indent": [2, 2],
23
- "quotes": [2, "double"],
24
- "semi": [2, "always"]
25
- }
26
- }
@@ -1,8 +0,0 @@
1
- /.*
2
- !/.gitignore
3
- !/.eslintrc.json
4
- !/.github/
5
- /bower_components/
6
- /node_modules/
7
- /output/
8
- package-lock.json
@@ -1,13 +0,0 @@
1
- # https://editorconfig.org
2
- root = true
3
-
4
- [*]
5
- indent_style = space
6
- indent_size = 2
7
- end_of_line = lf
8
- charset = utf-8
9
- trim_trailing_whitespace = true
10
- insert_final_newline = true
11
-
12
- [*.md]
13
- trim_trailing_whitespace = false
@@ -1,2 +0,0 @@
1
- src/Data/CodePoint/Unicode/Internal.purs linguist-generated
2
- src/Data/CodePoint/Unicode/Internal/Casing.purs linguist-generated
@@ -1,19 +0,0 @@
1
- .*
2
- !.gitignore
3
- !.github
4
- !.editorconfig
5
- !.tidyrc.json
6
- !.eslintrc.json
7
- !.gitattributes
8
-
9
- output
10
- generated-docs
11
- bower_components
12
-
13
- UnicodeData.txt
14
- CaseFolding.txt
15
- SpecialCasing.txt
16
-
17
- node_modules
18
- package-lock.json
19
- *.lock
@@ -1,10 +0,0 @@
1
- {
2
- "importSort": "source",
3
- "importWrap": "source",
4
- "indent": 2,
5
- "operatorsFile": null,
6
- "ribbon": 1,
7
- "typeArrowPlacement": "first",
8
- "unicode": "never",
9
- "width": null
10
- }
@@ -1,26 +0,0 @@
1
- {
2
- "parserOptions": {
3
- "ecmaVersion": 6,
4
- "sourceType": "module"
5
- },
6
- "extends": "eslint:recommended",
7
- "rules": {
8
- "strict": [2, "global"],
9
- "block-scoped-var": 2,
10
- "consistent-return": 2,
11
- "eqeqeq": [2, "smart"],
12
- "guard-for-in": 2,
13
- "no-caller": 2,
14
- "no-extend-native": 2,
15
- "no-loop-func": 2,
16
- "no-new": 2,
17
- "no-param-reassign": 2,
18
- "no-return-assign": 2,
19
- "no-unused-expressions": 2,
20
- "no-use-before-define": 2,
21
- "radix": [2, "always"],
22
- "indent": [2, 2],
23
- "quotes": [2, "double"],
24
- "semi": [2, "always"]
25
- }
26
- }
@@ -1,8 +0,0 @@
1
- /.*
2
- !/.gitignore
3
- !/.eslintrc.json
4
- !/.github/
5
- /bower_components/
6
- /node_modules/
7
- /output/
8
- package-lock.json
@@ -1,29 +0,0 @@
1
- {
2
- "parserOptions": {
3
- "ecmaVersion": 6,
4
- "sourceType": "module"
5
- },
6
- "extends": "eslint:recommended",
7
- "env": {
8
- "browser": true
9
- },
10
- "rules": {
11
- "strict": [2, "global"],
12
- "block-scoped-var": 2,
13
- "consistent-return": 2,
14
- "eqeqeq": [2, "smart"],
15
- "guard-for-in": 2,
16
- "no-caller": 2,
17
- "no-extend-native": 2,
18
- "no-loop-func": 2,
19
- "no-new": 2,
20
- "no-param-reassign": 2,
21
- "no-return-assign": 2,
22
- "no-unused-expressions": 2,
23
- "no-use-before-define": 2,
24
- "radix": [2, "always"],
25
- "indent": [2, 2],
26
- "quotes": [2, "double"],
27
- "semi": [2, "always"]
28
- }
29
- }
@@ -1,9 +0,0 @@
1
- /.*
2
- !/.gitignore
3
- !/.eslintrc.json
4
- !/.github/
5
- package-lock.json
6
- /bower_components/
7
- /node_modules/
8
- /output/
9
- /generated-docs/
@@ -1,29 +0,0 @@
1
- {
2
- "parserOptions": {
3
- "ecmaVersion": 6,
4
- "sourceType": "module"
5
- },
6
- "extends": "eslint:recommended",
7
- "env": {
8
- "browser": true
9
- },
10
- "rules": {
11
- "strict": [2, "global"],
12
- "block-scoped-var": 2,
13
- "consistent-return": 2,
14
- "eqeqeq": [2, "smart"],
15
- "guard-for-in": 2,
16
- "no-caller": 2,
17
- "no-extend-native": 2,
18
- "no-loop-func": 2,
19
- "no-new": 2,
20
- "no-param-reassign": 2,
21
- "no-return-assign": 2,
22
- "no-unused-expressions": 2,
23
- "no-use-before-define": 2,
24
- "radix": [2, "always"],
25
- "indent": [2, 2],
26
- "quotes": [2, "double"],
27
- "semi": [2, "always"]
28
- }
29
- }
@@ -1,8 +0,0 @@
1
- /.*
2
- !/.gitignore
3
- !/.eslintrc.json
4
- !/.github/
5
- package-lock.json
6
- /bower_components/
7
- /node_modules/
8
- /output/
@@ -1,29 +0,0 @@
1
- {
2
- "parserOptions": {
3
- "ecmaVersion": 6,
4
- "sourceType": "module"
5
- },
6
- "extends": "eslint:recommended",
7
- "env": {
8
- "browser": true
9
- },
10
- "rules": {
11
- "strict": [2, "global"],
12
- "block-scoped-var": 2,
13
- "consistent-return": 2,
14
- "eqeqeq": [2, "smart"],
15
- "guard-for-in": 2,
16
- "no-caller": 2,
17
- "no-extend-native": 2,
18
- "no-loop-func": 2,
19
- "no-new": 2,
20
- "no-param-reassign": 2,
21
- "no-return-assign": 2,
22
- "no-unused-expressions": 2,
23
- "no-use-before-define": 2,
24
- "radix": [2, "always"],
25
- "indent": [2, 2],
26
- "quotes": [2, "double"],
27
- "semi": [2, "always"]
28
- }
29
- }
@@ -1,8 +0,0 @@
1
- /.*
2
- !/.gitignore
3
- !/.eslintrc.json
4
- !/.github/
5
- package-lock.json
6
- /bower_components/
7
- /node_modules/
8
- /output/
@@ -1,29 +0,0 @@
1
- {
2
- "parserOptions": {
3
- "ecmaVersion": 6,
4
- "sourceType": "module"
5
- },
6
- "extends": "eslint:recommended",
7
- "env": {
8
- "browser": true
9
- },
10
- "rules": {
11
- "strict": [2, "global"],
12
- "block-scoped-var": 2,
13
- "consistent-return": 2,
14
- "eqeqeq": [2, "smart"],
15
- "guard-for-in": 2,
16
- "no-caller": 2,
17
- "no-extend-native": 2,
18
- "no-loop-func": 2,
19
- "no-new": 2,
20
- "no-param-reassign": 2,
21
- "no-return-assign": 2,
22
- "no-unused-expressions": 2,
23
- "no-use-before-define": 2,
24
- "radix": [2, "always"],
25
- "indent": [2, 2],
26
- "quotes": [2, "double"],
27
- "semi": [2, "always"]
28
- }
29
- }
@@ -1,8 +0,0 @@
1
- /.*
2
- !/.gitignore
3
- !/.eslintrc.json
4
- !/.github/
5
- package-lock.json
6
- /bower_components/
7
- /node_modules/
8
- /output/