angular-slickgrid 5.6.4 → 6.0.0

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 (234) hide show
  1. package/README.md +26 -27
  2. package/app/modules/angular-slickgrid/components/angular-slickgrid.component.d.ts +198 -198
  3. package/app/modules/angular-slickgrid/constants.d.ts +30 -30
  4. package/app/modules/angular-slickgrid/extensions/index.d.ts +1 -1
  5. package/app/modules/angular-slickgrid/extensions/slickRowDetailView.d.ts +87 -88
  6. package/app/modules/angular-slickgrid/global-grid-options.d.ts +3 -3
  7. package/app/modules/angular-slickgrid/index.d.ts +7 -7
  8. package/app/modules/angular-slickgrid/models/angularComponentOutput.interface.d.ts +5 -5
  9. package/app/modules/angular-slickgrid/models/angularGridInstance.interface.d.ts +36 -36
  10. package/app/modules/angular-slickgrid/models/externalTestingDependencies.interface.d.ts +20 -20
  11. package/app/modules/angular-slickgrid/models/gridOption.interface.d.ts +9 -9
  12. package/app/modules/angular-slickgrid/models/index.d.ts +6 -6
  13. package/app/modules/angular-slickgrid/models/rowDetailView.interface.d.ts +25 -25
  14. package/app/modules/angular-slickgrid/models/slickGrid.interface.d.ts +6 -6
  15. package/app/modules/angular-slickgrid/modules/angular-slickgrid.module.d.ts +12 -12
  16. package/app/modules/angular-slickgrid/services/angularUtil.service.d.ts +11 -13
  17. package/app/modules/angular-slickgrid/services/container.service.d.ts +10 -11
  18. package/app/modules/angular-slickgrid/services/index.d.ts +4 -4
  19. package/app/modules/angular-slickgrid/services/translater.service.d.ts +30 -30
  20. package/app/modules/angular-slickgrid/services/utilities.d.ts +8 -8
  21. package/app/modules/angular-slickgrid/slickgrid-config.d.ts +5 -5
  22. package/{esm2020 → esm2022}/angular-slickgrid.mjs +4 -4
  23. package/esm2022/app/modules/angular-slickgrid/components/angular-slickgrid.component.mjs +1245 -0
  24. package/esm2022/app/modules/angular-slickgrid/constants.mjs +96 -0
  25. package/{esm2020 → esm2022}/app/modules/angular-slickgrid/extensions/index.mjs +1 -1
  26. package/esm2022/app/modules/angular-slickgrid/extensions/slickRowDetailView.mjs +307 -0
  27. package/{esm2020 → esm2022}/app/modules/angular-slickgrid/global-grid-options.mjs +246 -246
  28. package/{esm2020 → esm2022}/app/modules/angular-slickgrid/index.mjs +7 -7
  29. package/{esm2020 → esm2022}/app/modules/angular-slickgrid/models/angularComponentOutput.interface.mjs +1 -1
  30. package/{esm2020 → esm2022}/app/modules/angular-slickgrid/models/angularGridInstance.interface.mjs +1 -1
  31. package/{esm2020 → esm2022}/app/modules/angular-slickgrid/models/externalTestingDependencies.interface.mjs +1 -1
  32. package/{esm2020 → esm2022}/app/modules/angular-slickgrid/models/gridOption.interface.mjs +1 -1
  33. package/{esm2020 → esm2022}/app/modules/angular-slickgrid/models/index.mjs +6 -6
  34. package/{esm2020 → esm2022}/app/modules/angular-slickgrid/models/rowDetailView.interface.mjs +1 -1
  35. package/{esm2020 → esm2022}/app/modules/angular-slickgrid/models/slickGrid.interface.mjs +1 -1
  36. package/esm2022/app/modules/angular-slickgrid/modules/angular-slickgrid.module.mjs +42 -0
  37. package/esm2022/app/modules/angular-slickgrid/services/angularUtil.service.mjs +40 -0
  38. package/esm2022/app/modules/angular-slickgrid/services/container.service.mjs +28 -0
  39. package/{esm2020 → esm2022}/app/modules/angular-slickgrid/services/index.mjs +4 -4
  40. package/esm2022/app/modules/angular-slickgrid/services/translater.service.mjs +45 -0
  41. package/{esm2020 → esm2022}/app/modules/angular-slickgrid/services/utilities.mjs +18 -18
  42. package/esm2022/app/modules/angular-slickgrid/slickgrid-config.mjs +8 -0
  43. package/{esm2020 → esm2022}/public_api.mjs +1 -1
  44. package/{fesm2020 → fesm2022}/angular-slickgrid.mjs +2006 -1960
  45. package/fesm2022/angular-slickgrid.mjs.map +1 -0
  46. package/index.d.ts +5 -5
  47. package/package.json +15 -23
  48. package/public_api.d.ts +1 -1
  49. package/esm2020/app/modules/angular-slickgrid/components/angular-slickgrid.component.mjs +0 -1200
  50. package/esm2020/app/modules/angular-slickgrid/constants.mjs +0 -95
  51. package/esm2020/app/modules/angular-slickgrid/extensions/slickRowDetailView.mjs +0 -298
  52. package/esm2020/app/modules/angular-slickgrid/modules/angular-slickgrid.module.mjs +0 -41
  53. package/esm2020/app/modules/angular-slickgrid/services/angularUtil.service.mjs +0 -46
  54. package/esm2020/app/modules/angular-slickgrid/services/container.service.mjs +0 -29
  55. package/esm2020/app/modules/angular-slickgrid/services/translater.service.mjs +0 -43
  56. package/esm2020/app/modules/angular-slickgrid/slickgrid-config.mjs +0 -7
  57. package/fesm2015/angular-slickgrid.mjs +0 -2044
  58. package/fesm2015/angular-slickgrid.mjs.map +0 -1
  59. package/fesm2020/angular-slickgrid.mjs.map +0 -1
  60. package/test/cypress/node_modules/@4tw/cypress-drag-drop/README.md +0 -169
  61. package/test/cypress/node_modules/@cypress/request/README.md +0 -1038
  62. package/test/cypress/node_modules/@cypress/xvfb/README.md +0 -48
  63. package/test/cypress/node_modules/@cypress/xvfb/node_modules/debug/README.md +0 -437
  64. package/test/cypress/node_modules/@types/node/README.md +0 -16
  65. package/test/cypress/node_modules/@types/sinonjs__fake-timers/README.md +0 -16
  66. package/test/cypress/node_modules/@types/sizzle/README.md +0 -16
  67. package/test/cypress/node_modules/@types/yauzl/README.md +0 -16
  68. package/test/cypress/node_modules/@types/yauzl/node_modules/@types/node/README.md +0 -16
  69. package/test/cypress/node_modules/aggregate-error/README.md +0 -61
  70. package/test/cypress/node_modules/ansi-colors/README.md +0 -315
  71. package/test/cypress/node_modules/ansi-escapes/README.md +0 -245
  72. package/test/cypress/node_modules/ansi-regex/README.md +0 -78
  73. package/test/cypress/node_modules/ansi-styles/README.md +0 -152
  74. package/test/cypress/node_modules/arch/README.md +0 -71
  75. package/test/cypress/node_modules/asn1/README.md +0 -50
  76. package/test/cypress/node_modules/assert-plus/README.md +0 -162
  77. package/test/cypress/node_modules/astral-regex/README.md +0 -46
  78. package/test/cypress/node_modules/async/README.md +0 -60
  79. package/test/cypress/node_modules/asynckit/README.md +0 -233
  80. package/test/cypress/node_modules/at-least-node/README.md +0 -25
  81. package/test/cypress/node_modules/aws-sign2/README.md +0 -4
  82. package/test/cypress/node_modules/aws4/README.md +0 -183
  83. package/test/cypress/node_modules/balanced-match/README.md +0 -91
  84. package/test/cypress/node_modules/base64-js/README.md +0 -34
  85. package/test/cypress/node_modules/bcrypt-pbkdf/README.md +0 -45
  86. package/test/cypress/node_modules/blob-util/README.md +0 -623
  87. package/test/cypress/node_modules/bluebird/README.md +0 -57
  88. package/test/cypress/node_modules/brace-expansion/README.md +0 -129
  89. package/test/cypress/node_modules/buffer/README.md +0 -410
  90. package/test/cypress/node_modules/buffer-crc32/README.md +0 -47
  91. package/test/cypress/node_modules/cachedir/README.md +0 -27
  92. package/test/cypress/node_modules/caseless/README.md +0 -45
  93. package/test/cypress/node_modules/chalk/README.md +0 -293
  94. package/test/cypress/node_modules/chalk/node_modules/supports-color/README.md +0 -76
  95. package/test/cypress/node_modules/check-more-types/README.md +0 -952
  96. package/test/cypress/node_modules/ci-info/README.md +0 -114
  97. package/test/cypress/node_modules/clean-stack/README.md +0 -76
  98. package/test/cypress/node_modules/cli-cursor/README.md +0 -55
  99. package/test/cypress/node_modules/cli-table3/README.md +0 -218
  100. package/test/cypress/node_modules/cli-truncate/README.md +0 -139
  101. package/test/cypress/node_modules/color-convert/README.md +0 -68
  102. package/test/cypress/node_modules/color-name/README.md +0 -11
  103. package/test/cypress/node_modules/colorette/README.md +0 -102
  104. package/test/cypress/node_modules/colors/README.md +0 -221
  105. package/test/cypress/node_modules/combined-stream/README.md +0 -138
  106. package/test/cypress/node_modules/commander/README.md +0 -737
  107. package/test/cypress/node_modules/common-tags/README.md +0 -687
  108. package/test/cypress/node_modules/core-util-is/README.md +0 -3
  109. package/test/cypress/node_modules/cross-spawn/README.md +0 -96
  110. package/test/cypress/node_modules/cypress/README.md +0 -25
  111. package/test/cypress/node_modules/cypress/angular/README.md +0 -10
  112. package/test/cypress/node_modules/cypress/mount-utils/README.md +0 -140
  113. package/test/cypress/node_modules/cypress/react/README.md +0 -14
  114. package/test/cypress/node_modules/cypress/react18/README.md +0 -7
  115. package/test/cypress/node_modules/cypress/svelte/README.md +0 -15
  116. package/test/cypress/node_modules/cypress/vue/README.md +0 -14
  117. package/test/cypress/node_modules/cypress/vue2/README.md +0 -7
  118. package/test/cypress/node_modules/dashdash/README.md +0 -574
  119. package/test/cypress/node_modules/dayjs/README.md +0 -128
  120. package/test/cypress/node_modules/debug/README.md +0 -481
  121. package/test/cypress/node_modules/delayed-stream/README.md +0 -141
  122. package/test/cypress/node_modules/ecc-jsbn/README.md +0 -8
  123. package/test/cypress/node_modules/emoji-regex/README.md +0 -73
  124. package/test/cypress/node_modules/end-of-stream/README.md +0 -54
  125. package/test/cypress/node_modules/enquirer/README.md +0 -1752
  126. package/test/cypress/node_modules/escape-string-regexp/README.md +0 -27
  127. package/test/cypress/node_modules/eventemitter2/README.md +0 -809
  128. package/test/cypress/node_modules/execa/README.md +0 -656
  129. package/test/cypress/node_modules/executable/README.md +0 -64
  130. package/test/cypress/node_modules/extend/README.md +0 -81
  131. package/test/cypress/node_modules/extract-zip/README.md +0 -57
  132. package/test/cypress/node_modules/extract-zip/node_modules/debug/README.md +0 -455
  133. package/test/cypress/node_modules/extsprintf/README.md +0 -46
  134. package/test/cypress/node_modules/fd-slicer/README.md +0 -199
  135. package/test/cypress/node_modules/figures/README.md +0 -139
  136. package/test/cypress/node_modules/forever-agent/README.md +0 -4
  137. package/test/cypress/node_modules/form-data/README.md +0 -234
  138. package/test/cypress/node_modules/fs-extra/README.md +0 -264
  139. package/test/cypress/node_modules/fs.realpath/README.md +0 -33
  140. package/test/cypress/node_modules/get-stream/README.md +0 -124
  141. package/test/cypress/node_modules/getos/README.md +0 -79
  142. package/test/cypress/node_modules/getpass/README.md +0 -32
  143. package/test/cypress/node_modules/glob/README.md +0 -375
  144. package/test/cypress/node_modules/global-dirs/README.md +0 -72
  145. package/test/cypress/node_modules/graceful-fs/README.md +0 -133
  146. package/test/cypress/node_modules/has-flag/README.md +0 -89
  147. package/test/cypress/node_modules/http-signature/README.md +0 -80
  148. package/test/cypress/node_modules/human-signals/README.md +0 -155
  149. package/test/cypress/node_modules/ieee754/README.md +0 -51
  150. package/test/cypress/node_modules/indent-string/README.md +0 -70
  151. package/test/cypress/node_modules/inflight/README.md +0 -37
  152. package/test/cypress/node_modules/inherits/README.md +0 -42
  153. package/test/cypress/node_modules/ini/README.md +0 -102
  154. package/test/cypress/node_modules/is-ci/README.md +0 -50
  155. package/test/cypress/node_modules/is-fullwidth-code-point/README.md +0 -39
  156. package/test/cypress/node_modules/is-installed-globally/README.md +0 -31
  157. package/test/cypress/node_modules/is-path-inside/README.md +0 -63
  158. package/test/cypress/node_modules/is-stream/README.md +0 -57
  159. package/test/cypress/node_modules/is-typedarray/README.md +0 -16
  160. package/test/cypress/node_modules/isexe/README.md +0 -51
  161. package/test/cypress/node_modules/isstream/README.md +0 -66
  162. package/test/cypress/node_modules/jsbn/README.md +0 -175
  163. package/test/cypress/node_modules/json-schema/README.md +0 -3
  164. package/test/cypress/node_modules/json-stringify-safe/README.md +0 -52
  165. package/test/cypress/node_modules/jsonfile/README.md +0 -205
  166. package/test/cypress/node_modules/jsonfile/node_modules/universalify/README.md +0 -76
  167. package/test/cypress/node_modules/jsprim/README.md +0 -287
  168. package/test/cypress/node_modules/lazy-ass/README.md +0 -269
  169. package/test/cypress/node_modules/listr2/README.md +0 -17
  170. package/test/cypress/node_modules/lodash/README.md +0 -39
  171. package/test/cypress/node_modules/lodash.once/README.md +0 -18
  172. package/test/cypress/node_modules/log-symbols/README.md +0 -51
  173. package/test/cypress/node_modules/log-update/README.md +0 -97
  174. package/test/cypress/node_modules/log-update/node_modules/slice-ansi/README.md +0 -66
  175. package/test/cypress/node_modules/log-update/node_modules/wrap-ansi/README.md +0 -97
  176. package/test/cypress/node_modules/lru-cache/README.md +0 -166
  177. package/test/cypress/node_modules/merge-stream/README.md +0 -78
  178. package/test/cypress/node_modules/mime-db/README.md +0 -102
  179. package/test/cypress/node_modules/mime-types/README.md +0 -123
  180. package/test/cypress/node_modules/mimic-fn/README.md +0 -69
  181. package/test/cypress/node_modules/minimatch/README.md +0 -209
  182. package/test/cypress/node_modules/ms/README.md +0 -60
  183. package/test/cypress/node_modules/npm-run-path/README.md +0 -115
  184. package/test/cypress/node_modules/once/README.md +0 -79
  185. package/test/cypress/node_modules/onetime/README.md +0 -94
  186. package/test/cypress/node_modules/ospath/README.md +0 -53
  187. package/test/cypress/node_modules/p-map/README.md +0 -89
  188. package/test/cypress/node_modules/path-is-absolute/README.md +0 -59
  189. package/test/cypress/node_modules/path-key/README.md +0 -61
  190. package/test/cypress/node_modules/pend/README.md +0 -41
  191. package/test/cypress/node_modules/performance-now/README.md +0 -30
  192. package/test/cypress/node_modules/pify/README.md +0 -119
  193. package/test/cypress/node_modules/pretty-bytes/README.md +0 -131
  194. package/test/cypress/node_modules/proxy-from-env/README.md +0 -131
  195. package/test/cypress/node_modules/psl/README.md +0 -215
  196. package/test/cypress/node_modules/pump/README.md +0 -65
  197. package/test/cypress/node_modules/punycode/README.md +0 -122
  198. package/test/cypress/node_modules/qs/README.md +0 -510
  199. package/test/cypress/node_modules/request-progress/README.md +0 -78
  200. package/test/cypress/node_modules/restore-cursor/README.md +0 -26
  201. package/test/cypress/node_modules/rimraf/README.md +0 -101
  202. package/test/cypress/node_modules/rxjs/README.md +0 -147
  203. package/test/cypress/node_modules/rxjs/_esm2015/README.md +0 -147
  204. package/test/cypress/node_modules/rxjs/_esm5/README.md +0 -147
  205. package/test/cypress/node_modules/rxjs/src/README.md +0 -147
  206. package/test/cypress/node_modules/safe-buffer/README.md +0 -584
  207. package/test/cypress/node_modules/safer-buffer/README.md +0 -156
  208. package/test/cypress/node_modules/semver/README.md +0 -566
  209. package/test/cypress/node_modules/shebang-command/README.md +0 -34
  210. package/test/cypress/node_modules/shebang-regex/README.md +0 -33
  211. package/test/cypress/node_modules/signal-exit/README.md +0 -39
  212. package/test/cypress/node_modules/slice-ansi/README.md +0 -72
  213. package/test/cypress/node_modules/sshpk/README.md +0 -804
  214. package/test/cypress/node_modules/string-width/README.md +0 -50
  215. package/test/cypress/node_modules/strip-ansi/README.md +0 -46
  216. package/test/cypress/node_modules/strip-final-newline/README.md +0 -30
  217. package/test/cypress/node_modules/supports-color/README.md +0 -77
  218. package/test/cypress/node_modules/throttleit/README.md +0 -32
  219. package/test/cypress/node_modules/tmp/README.md +0 -365
  220. package/test/cypress/node_modules/tough-cookie/README.md +0 -527
  221. package/test/cypress/node_modules/tslib/README.md +0 -142
  222. package/test/cypress/node_modules/tunnel-agent/README.md +0 -4
  223. package/test/cypress/node_modules/tweetnacl/README.md +0 -459
  224. package/test/cypress/node_modules/type-fest/README.md +0 -760
  225. package/test/cypress/node_modules/universalify/README.md +0 -76
  226. package/test/cypress/node_modules/untildify/README.md +0 -30
  227. package/test/cypress/node_modules/uuid/README.md +0 -505
  228. package/test/cypress/node_modules/verror/README.md +0 -528
  229. package/test/cypress/node_modules/verror/node_modules/extsprintf/README.md +0 -46
  230. package/test/cypress/node_modules/which/README.md +0 -54
  231. package/test/cypress/node_modules/wrap-ansi/README.md +0 -91
  232. package/test/cypress/node_modules/wrappy/README.md +0 -36
  233. package/test/cypress/node_modules/yallist/README.md +0 -204
  234. package/test/cypress/node_modules/yauzl/README.md +0 -658
@@ -1,101 +0,0 @@
1
- [![Build Status](https://travis-ci.org/isaacs/rimraf.svg?branch=master)](https://travis-ci.org/isaacs/rimraf) [![Dependency Status](https://david-dm.org/isaacs/rimraf.svg)](https://david-dm.org/isaacs/rimraf) [![devDependency Status](https://david-dm.org/isaacs/rimraf/dev-status.svg)](https://david-dm.org/isaacs/rimraf#info=devDependencies)
2
-
3
- The [UNIX command](http://en.wikipedia.org/wiki/Rm_(Unix)) `rm -rf` for node.
4
-
5
- Install with `npm install rimraf`, or just drop rimraf.js somewhere.
6
-
7
- ## API
8
-
9
- `rimraf(f, [opts], callback)`
10
-
11
- The first parameter will be interpreted as a globbing pattern for files. If you
12
- want to disable globbing you can do so with `opts.disableGlob` (defaults to
13
- `false`). This might be handy, for instance, if you have filenames that contain
14
- globbing wildcard characters.
15
-
16
- The callback will be called with an error if there is one. Certain
17
- errors are handled for you:
18
-
19
- * Windows: `EBUSY` and `ENOTEMPTY` - rimraf will back off a maximum of
20
- `opts.maxBusyTries` times before giving up, adding 100ms of wait
21
- between each attempt. The default `maxBusyTries` is 3.
22
- * `ENOENT` - If the file doesn't exist, rimraf will return
23
- successfully, since your desired outcome is already the case.
24
- * `EMFILE` - Since `readdir` requires opening a file descriptor, it's
25
- possible to hit `EMFILE` if too many file descriptors are in use.
26
- In the sync case, there's nothing to be done for this. But in the
27
- async case, rimraf will gradually back off with timeouts up to
28
- `opts.emfileWait` ms, which defaults to 1000.
29
-
30
- ## options
31
-
32
- * unlink, chmod, stat, lstat, rmdir, readdir,
33
- unlinkSync, chmodSync, statSync, lstatSync, rmdirSync, readdirSync
34
-
35
- In order to use a custom file system library, you can override
36
- specific fs functions on the options object.
37
-
38
- If any of these functions are present on the options object, then
39
- the supplied function will be used instead of the default fs
40
- method.
41
-
42
- Sync methods are only relevant for `rimraf.sync()`, of course.
43
-
44
- For example:
45
-
46
- ```javascript
47
- var myCustomFS = require('some-custom-fs')
48
-
49
- rimraf('some-thing', myCustomFS, callback)
50
- ```
51
-
52
- * maxBusyTries
53
-
54
- If an `EBUSY`, `ENOTEMPTY`, or `EPERM` error code is encountered
55
- on Windows systems, then rimraf will retry with a linear backoff
56
- wait of 100ms longer on each try. The default maxBusyTries is 3.
57
-
58
- Only relevant for async usage.
59
-
60
- * emfileWait
61
-
62
- If an `EMFILE` error is encountered, then rimraf will retry
63
- repeatedly with a linear backoff of 1ms longer on each try, until
64
- the timeout counter hits this max. The default limit is 1000.
65
-
66
- If you repeatedly encounter `EMFILE` errors, then consider using
67
- [graceful-fs](http://npm.im/graceful-fs) in your program.
68
-
69
- Only relevant for async usage.
70
-
71
- * glob
72
-
73
- Set to `false` to disable [glob](http://npm.im/glob) pattern
74
- matching.
75
-
76
- Set to an object to pass options to the glob module. The default
77
- glob options are `{ nosort: true, silent: true }`.
78
-
79
- Glob version 6 is used in this module.
80
-
81
- Relevant for both sync and async usage.
82
-
83
- * disableGlob
84
-
85
- Set to any non-falsey value to disable globbing entirely.
86
- (Equivalent to setting `glob: false`.)
87
-
88
- ## rimraf.sync
89
-
90
- It can remove stuff synchronously, too. But that's not so good. Use
91
- the async API. It's better.
92
-
93
- ## CLI
94
-
95
- If installed with `npm install rimraf -g` it can be used as a global
96
- command `rimraf <path> [<path> ...]` which is useful for cross platform support.
97
-
98
- ## mkdirp
99
-
100
- If you need to create a directory recursively, check out
101
- [mkdirp](https://github.com/substack/node-mkdirp).
@@ -1,147 +0,0 @@
1
- # <img src="docs_app/assets/Rx_Logo_S.png" alt="RxJS Logo" width="86" height="86"> RxJS: Reactive Extensions For JavaScript
2
-
3
- [![CircleCI](https://circleci.com/gh/ReactiveX/rxjs/tree/6.x.svg?style=svg)](https://circleci.com/gh/ReactiveX/rxjs/tree/6.x)
4
- [![npm version](https://badge.fury.io/js/%40reactivex%2Frxjs.svg)](http://badge.fury.io/js/%40reactivex%2Frxjs)
5
- [![Join the chat at https://gitter.im/Reactive-Extensions/RxJS](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/Reactive-Extensions/RxJS?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
6
-
7
- # RxJS 6 Stable
8
-
9
- ### MIGRATION AND RELEASE INFORMATION:
10
-
11
- Find out how to update to v6, **automatically update your TypeScript code**, and more!
12
-
13
- - [Current home is MIGRATION.md](./docs_app/content/guide/v6/migration.md)
14
-
15
- ### FOR V 5.X PLEASE GO TO [THE 5.0 BRANCH](https://github.com/ReactiveX/rxjs/tree/5.x)
16
-
17
- Reactive Extensions Library for JavaScript. This is a rewrite of [Reactive-Extensions/RxJS](https://github.com/Reactive-Extensions/RxJS) and is the latest production-ready version of RxJS. This rewrite is meant to have better performance, better modularity, better debuggable call stacks, while staying mostly backwards compatible, with some breaking changes that reduce the API surface.
18
-
19
- [Apache 2.0 License](LICENSE.txt)
20
-
21
- - [Code of Conduct](CODE_OF_CONDUCT.md)
22
- - [Contribution Guidelines](CONTRIBUTING.md)
23
- - [Maintainer Guidelines](doc_app/content/maintainer-guidelines.md)
24
- - [API Documentation](https://rxjs.dev/)
25
-
26
- ## Versions In This Repository
27
-
28
- - [master](https://github.com/ReactiveX/rxjs/commits/master) - This is all of the current, unreleased work, which is against v6 of RxJS right now
29
- - [stable](https://github.com/ReactiveX/rxjs/commits/stable) - This is the branch for the latest version you'd get if you do `npm install rxjs`
30
-
31
- ## Important
32
-
33
- By contributing or commenting on issues in this repository, whether you've read them or not, you're agreeing to the [Contributor Code of Conduct](CODE_OF_CONDUCT.md). Much like traffic laws, ignorance doesn't grant you immunity.
34
-
35
- ## Installation and Usage
36
-
37
- ### ES6 via npm
38
-
39
- ```sh
40
- npm install rxjs
41
- ```
42
-
43
- It's recommended to pull in the Observable creation methods you need directly from `'rxjs'` as shown below with `range`. And you can pull in any operator you need from one spot, under `'rxjs/operators'`.
44
-
45
- ```ts
46
- import { range } from "rxjs";
47
- import { map, filter } from "rxjs/operators";
48
-
49
- range(1, 200)
50
- .pipe(
51
- filter(x => x % 2 === 1),
52
- map(x => x + x)
53
- )
54
- .subscribe(x => console.log(x));
55
- ```
56
-
57
- Here, we're using the built-in `pipe` method on Observables to combine operators. See [pipeable operators](https://github.com/ReactiveX/rxjs/blob/master/doc/pipeable-operators.md) for more information.
58
-
59
- ### CommonJS via npm
60
-
61
- To install this library for CommonJS (CJS) usage, use the following command:
62
-
63
- ```sh
64
- npm install rxjs
65
- ```
66
-
67
- (Note: destructuring available in Node 8+)
68
-
69
- ```js
70
- const { range } = require('rxjs');
71
- const { map, filter } = require('rxjs/operators');
72
-
73
- range(1, 200).pipe(
74
- filter(x => x % 2 === 1),
75
- map(x => x + x)
76
- ).subscribe(x => console.log(x));
77
- ```
78
-
79
- ### CDN
80
-
81
- For CDN, you can use [unpkg](https://unpkg.com/):
82
-
83
- https://unpkg.com/rxjs/bundles/rxjs.umd.min.js
84
-
85
- The global namespace for rxjs is `rxjs`:
86
-
87
- ```js
88
- const { range } = rxjs;
89
- const { map, filter } = rxjs.operators;
90
-
91
- range(1, 200)
92
- .pipe(
93
- filter(x => x % 2 === 1),
94
- map(x => x + x)
95
- )
96
- .subscribe(x => console.log(x));
97
- ```
98
-
99
- ## Goals
100
-
101
- - Smaller overall bundles sizes
102
- - Provide better performance than preceding versions of RxJS
103
- - To model/follow the [Observable Spec Proposal](https://github.com/zenparsing/es-observable) to the observable
104
- - Provide more modular file structure in a variety of formats
105
- - Provide more debuggable call stacks than preceding versions of RxJS
106
-
107
- ## Building/Testing
108
-
109
- - `npm run build_all` - builds everything
110
- - `npm test` - runs tests
111
- - `npm run test_no_cache` - run test with `ts-node` set to false
112
-
113
- ## Performance Tests
114
-
115
- Run `npm run build_perf` or `npm run perf` to run the performance tests with `protractor`.
116
-
117
- Run `npm run perf_micro [operator]` to run micro performance test benchmarking operator.
118
-
119
- ## Adding documentation
120
-
121
- We appreciate all contributions to the documentation of any type. All of the information needed to get the docs app up and running locally as well as how to contribute can be found in the [documentation directory](./docs_app).
122
-
123
- ## Generating PNG marble diagrams
124
-
125
- The script `npm run tests2png` requires some native packages installed locally: `imagemagick`, `graphicsmagick`, and `ghostscript`.
126
-
127
- For Mac OS X with [Homebrew](http://brew.sh/):
128
-
129
- - `brew install imagemagick`
130
- - `brew install graphicsmagick`
131
- - `brew install ghostscript`
132
- - You may need to install the Ghostscript fonts manually:
133
- - Download the tarball from the [gs-fonts project](https://sourceforge.net/projects/gs-fonts)
134
- - `mkdir -p /usr/local/share/ghostscript && tar zxvf /path/to/ghostscript-fonts.tar.gz -C /usr/local/share/ghostscript`
135
-
136
- For Debian Linux:
137
-
138
- - `sudo add-apt-repository ppa:dhor/myway`
139
- - `apt-get install imagemagick`
140
- - `apt-get install graphicsmagick`
141
- - `apt-get install ghostscript`
142
-
143
- For Windows and other Operating Systems, check the download instructions here:
144
-
145
- - http://imagemagick.org
146
- - http://www.graphicsmagick.org
147
- - http://www.ghostscript.com/
@@ -1,147 +0,0 @@
1
- # <img src="docs_app/assets/Rx_Logo_S.png" alt="RxJS Logo" width="86" height="86"> RxJS: Reactive Extensions For JavaScript
2
-
3
- [![CircleCI](https://circleci.com/gh/ReactiveX/rxjs/tree/6.x.svg?style=svg)](https://circleci.com/gh/ReactiveX/rxjs/tree/6.x)
4
- [![npm version](https://badge.fury.io/js/%40reactivex%2Frxjs.svg)](http://badge.fury.io/js/%40reactivex%2Frxjs)
5
- [![Join the chat at https://gitter.im/Reactive-Extensions/RxJS](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/Reactive-Extensions/RxJS?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
6
-
7
- # RxJS 6 Stable
8
-
9
- ### MIGRATION AND RELEASE INFORMATION:
10
-
11
- Find out how to update to v6, **automatically update your TypeScript code**, and more!
12
-
13
- - [Current home is MIGRATION.md](./docs_app/content/guide/v6/migration.md)
14
-
15
- ### FOR V 5.X PLEASE GO TO [THE 5.0 BRANCH](https://github.com/ReactiveX/rxjs/tree/5.x)
16
-
17
- Reactive Extensions Library for JavaScript. This is a rewrite of [Reactive-Extensions/RxJS](https://github.com/Reactive-Extensions/RxJS) and is the latest production-ready version of RxJS. This rewrite is meant to have better performance, better modularity, better debuggable call stacks, while staying mostly backwards compatible, with some breaking changes that reduce the API surface.
18
-
19
- [Apache 2.0 License](LICENSE.txt)
20
-
21
- - [Code of Conduct](CODE_OF_CONDUCT.md)
22
- - [Contribution Guidelines](CONTRIBUTING.md)
23
- - [Maintainer Guidelines](doc_app/content/maintainer-guidelines.md)
24
- - [API Documentation](https://rxjs.dev/)
25
-
26
- ## Versions In This Repository
27
-
28
- - [master](https://github.com/ReactiveX/rxjs/commits/master) - This is all of the current, unreleased work, which is against v6 of RxJS right now
29
- - [stable](https://github.com/ReactiveX/rxjs/commits/stable) - This is the branch for the latest version you'd get if you do `npm install rxjs`
30
-
31
- ## Important
32
-
33
- By contributing or commenting on issues in this repository, whether you've read them or not, you're agreeing to the [Contributor Code of Conduct](CODE_OF_CONDUCT.md). Much like traffic laws, ignorance doesn't grant you immunity.
34
-
35
- ## Installation and Usage
36
-
37
- ### ES6 via npm
38
-
39
- ```sh
40
- npm install rxjs
41
- ```
42
-
43
- It's recommended to pull in the Observable creation methods you need directly from `'rxjs'` as shown below with `range`. And you can pull in any operator you need from one spot, under `'rxjs/operators'`.
44
-
45
- ```ts
46
- import { range } from "rxjs";
47
- import { map, filter } from "rxjs/operators";
48
-
49
- range(1, 200)
50
- .pipe(
51
- filter(x => x % 2 === 1),
52
- map(x => x + x)
53
- )
54
- .subscribe(x => console.log(x));
55
- ```
56
-
57
- Here, we're using the built-in `pipe` method on Observables to combine operators. See [pipeable operators](https://github.com/ReactiveX/rxjs/blob/master/doc/pipeable-operators.md) for more information.
58
-
59
- ### CommonJS via npm
60
-
61
- To install this library for CommonJS (CJS) usage, use the following command:
62
-
63
- ```sh
64
- npm install rxjs
65
- ```
66
-
67
- (Note: destructuring available in Node 8+)
68
-
69
- ```js
70
- const { range } = require('rxjs');
71
- const { map, filter } = require('rxjs/operators');
72
-
73
- range(1, 200).pipe(
74
- filter(x => x % 2 === 1),
75
- map(x => x + x)
76
- ).subscribe(x => console.log(x));
77
- ```
78
-
79
- ### CDN
80
-
81
- For CDN, you can use [unpkg](https://unpkg.com/):
82
-
83
- https://unpkg.com/rxjs/bundles/rxjs.umd.min.js
84
-
85
- The global namespace for rxjs is `rxjs`:
86
-
87
- ```js
88
- const { range } = rxjs;
89
- const { map, filter } = rxjs.operators;
90
-
91
- range(1, 200)
92
- .pipe(
93
- filter(x => x % 2 === 1),
94
- map(x => x + x)
95
- )
96
- .subscribe(x => console.log(x));
97
- ```
98
-
99
- ## Goals
100
-
101
- - Smaller overall bundles sizes
102
- - Provide better performance than preceding versions of RxJS
103
- - To model/follow the [Observable Spec Proposal](https://github.com/zenparsing/es-observable) to the observable
104
- - Provide more modular file structure in a variety of formats
105
- - Provide more debuggable call stacks than preceding versions of RxJS
106
-
107
- ## Building/Testing
108
-
109
- - `npm run build_all` - builds everything
110
- - `npm test` - runs tests
111
- - `npm run test_no_cache` - run test with `ts-node` set to false
112
-
113
- ## Performance Tests
114
-
115
- Run `npm run build_perf` or `npm run perf` to run the performance tests with `protractor`.
116
-
117
- Run `npm run perf_micro [operator]` to run micro performance test benchmarking operator.
118
-
119
- ## Adding documentation
120
-
121
- We appreciate all contributions to the documentation of any type. All of the information needed to get the docs app up and running locally as well as how to contribute can be found in the [documentation directory](./docs_app).
122
-
123
- ## Generating PNG marble diagrams
124
-
125
- The script `npm run tests2png` requires some native packages installed locally: `imagemagick`, `graphicsmagick`, and `ghostscript`.
126
-
127
- For Mac OS X with [Homebrew](http://brew.sh/):
128
-
129
- - `brew install imagemagick`
130
- - `brew install graphicsmagick`
131
- - `brew install ghostscript`
132
- - You may need to install the Ghostscript fonts manually:
133
- - Download the tarball from the [gs-fonts project](https://sourceforge.net/projects/gs-fonts)
134
- - `mkdir -p /usr/local/share/ghostscript && tar zxvf /path/to/ghostscript-fonts.tar.gz -C /usr/local/share/ghostscript`
135
-
136
- For Debian Linux:
137
-
138
- - `sudo add-apt-repository ppa:dhor/myway`
139
- - `apt-get install imagemagick`
140
- - `apt-get install graphicsmagick`
141
- - `apt-get install ghostscript`
142
-
143
- For Windows and other Operating Systems, check the download instructions here:
144
-
145
- - http://imagemagick.org
146
- - http://www.graphicsmagick.org
147
- - http://www.ghostscript.com/
@@ -1,147 +0,0 @@
1
- # <img src="docs_app/assets/Rx_Logo_S.png" alt="RxJS Logo" width="86" height="86"> RxJS: Reactive Extensions For JavaScript
2
-
3
- [![CircleCI](https://circleci.com/gh/ReactiveX/rxjs/tree/6.x.svg?style=svg)](https://circleci.com/gh/ReactiveX/rxjs/tree/6.x)
4
- [![npm version](https://badge.fury.io/js/%40reactivex%2Frxjs.svg)](http://badge.fury.io/js/%40reactivex%2Frxjs)
5
- [![Join the chat at https://gitter.im/Reactive-Extensions/RxJS](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/Reactive-Extensions/RxJS?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
6
-
7
- # RxJS 6 Stable
8
-
9
- ### MIGRATION AND RELEASE INFORMATION:
10
-
11
- Find out how to update to v6, **automatically update your TypeScript code**, and more!
12
-
13
- - [Current home is MIGRATION.md](./docs_app/content/guide/v6/migration.md)
14
-
15
- ### FOR V 5.X PLEASE GO TO [THE 5.0 BRANCH](https://github.com/ReactiveX/rxjs/tree/5.x)
16
-
17
- Reactive Extensions Library for JavaScript. This is a rewrite of [Reactive-Extensions/RxJS](https://github.com/Reactive-Extensions/RxJS) and is the latest production-ready version of RxJS. This rewrite is meant to have better performance, better modularity, better debuggable call stacks, while staying mostly backwards compatible, with some breaking changes that reduce the API surface.
18
-
19
- [Apache 2.0 License](LICENSE.txt)
20
-
21
- - [Code of Conduct](CODE_OF_CONDUCT.md)
22
- - [Contribution Guidelines](CONTRIBUTING.md)
23
- - [Maintainer Guidelines](doc_app/content/maintainer-guidelines.md)
24
- - [API Documentation](https://rxjs.dev/)
25
-
26
- ## Versions In This Repository
27
-
28
- - [master](https://github.com/ReactiveX/rxjs/commits/master) - This is all of the current, unreleased work, which is against v6 of RxJS right now
29
- - [stable](https://github.com/ReactiveX/rxjs/commits/stable) - This is the branch for the latest version you'd get if you do `npm install rxjs`
30
-
31
- ## Important
32
-
33
- By contributing or commenting on issues in this repository, whether you've read them or not, you're agreeing to the [Contributor Code of Conduct](CODE_OF_CONDUCT.md). Much like traffic laws, ignorance doesn't grant you immunity.
34
-
35
- ## Installation and Usage
36
-
37
- ### ES6 via npm
38
-
39
- ```sh
40
- npm install rxjs
41
- ```
42
-
43
- It's recommended to pull in the Observable creation methods you need directly from `'rxjs'` as shown below with `range`. And you can pull in any operator you need from one spot, under `'rxjs/operators'`.
44
-
45
- ```ts
46
- import { range } from "rxjs";
47
- import { map, filter } from "rxjs/operators";
48
-
49
- range(1, 200)
50
- .pipe(
51
- filter(x => x % 2 === 1),
52
- map(x => x + x)
53
- )
54
- .subscribe(x => console.log(x));
55
- ```
56
-
57
- Here, we're using the built-in `pipe` method on Observables to combine operators. See [pipeable operators](https://github.com/ReactiveX/rxjs/blob/master/doc/pipeable-operators.md) for more information.
58
-
59
- ### CommonJS via npm
60
-
61
- To install this library for CommonJS (CJS) usage, use the following command:
62
-
63
- ```sh
64
- npm install rxjs
65
- ```
66
-
67
- (Note: destructuring available in Node 8+)
68
-
69
- ```js
70
- const { range } = require('rxjs');
71
- const { map, filter } = require('rxjs/operators');
72
-
73
- range(1, 200).pipe(
74
- filter(x => x % 2 === 1),
75
- map(x => x + x)
76
- ).subscribe(x => console.log(x));
77
- ```
78
-
79
- ### CDN
80
-
81
- For CDN, you can use [unpkg](https://unpkg.com/):
82
-
83
- https://unpkg.com/rxjs/bundles/rxjs.umd.min.js
84
-
85
- The global namespace for rxjs is `rxjs`:
86
-
87
- ```js
88
- const { range } = rxjs;
89
- const { map, filter } = rxjs.operators;
90
-
91
- range(1, 200)
92
- .pipe(
93
- filter(x => x % 2 === 1),
94
- map(x => x + x)
95
- )
96
- .subscribe(x => console.log(x));
97
- ```
98
-
99
- ## Goals
100
-
101
- - Smaller overall bundles sizes
102
- - Provide better performance than preceding versions of RxJS
103
- - To model/follow the [Observable Spec Proposal](https://github.com/zenparsing/es-observable) to the observable
104
- - Provide more modular file structure in a variety of formats
105
- - Provide more debuggable call stacks than preceding versions of RxJS
106
-
107
- ## Building/Testing
108
-
109
- - `npm run build_all` - builds everything
110
- - `npm test` - runs tests
111
- - `npm run test_no_cache` - run test with `ts-node` set to false
112
-
113
- ## Performance Tests
114
-
115
- Run `npm run build_perf` or `npm run perf` to run the performance tests with `protractor`.
116
-
117
- Run `npm run perf_micro [operator]` to run micro performance test benchmarking operator.
118
-
119
- ## Adding documentation
120
-
121
- We appreciate all contributions to the documentation of any type. All of the information needed to get the docs app up and running locally as well as how to contribute can be found in the [documentation directory](./docs_app).
122
-
123
- ## Generating PNG marble diagrams
124
-
125
- The script `npm run tests2png` requires some native packages installed locally: `imagemagick`, `graphicsmagick`, and `ghostscript`.
126
-
127
- For Mac OS X with [Homebrew](http://brew.sh/):
128
-
129
- - `brew install imagemagick`
130
- - `brew install graphicsmagick`
131
- - `brew install ghostscript`
132
- - You may need to install the Ghostscript fonts manually:
133
- - Download the tarball from the [gs-fonts project](https://sourceforge.net/projects/gs-fonts)
134
- - `mkdir -p /usr/local/share/ghostscript && tar zxvf /path/to/ghostscript-fonts.tar.gz -C /usr/local/share/ghostscript`
135
-
136
- For Debian Linux:
137
-
138
- - `sudo add-apt-repository ppa:dhor/myway`
139
- - `apt-get install imagemagick`
140
- - `apt-get install graphicsmagick`
141
- - `apt-get install ghostscript`
142
-
143
- For Windows and other Operating Systems, check the download instructions here:
144
-
145
- - http://imagemagick.org
146
- - http://www.graphicsmagick.org
147
- - http://www.ghostscript.com/
@@ -1,147 +0,0 @@
1
- # <img src="docs_app/assets/Rx_Logo_S.png" alt="RxJS Logo" width="86" height="86"> RxJS: Reactive Extensions For JavaScript
2
-
3
- [![CircleCI](https://circleci.com/gh/ReactiveX/rxjs/tree/6.x.svg?style=svg)](https://circleci.com/gh/ReactiveX/rxjs/tree/6.x)
4
- [![npm version](https://badge.fury.io/js/%40reactivex%2Frxjs.svg)](http://badge.fury.io/js/%40reactivex%2Frxjs)
5
- [![Join the chat at https://gitter.im/Reactive-Extensions/RxJS](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/Reactive-Extensions/RxJS?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
6
-
7
- # RxJS 6 Stable
8
-
9
- ### MIGRATION AND RELEASE INFORMATION:
10
-
11
- Find out how to update to v6, **automatically update your TypeScript code**, and more!
12
-
13
- - [Current home is MIGRATION.md](./docs_app/content/guide/v6/migration.md)
14
-
15
- ### FOR V 5.X PLEASE GO TO [THE 5.0 BRANCH](https://github.com/ReactiveX/rxjs/tree/5.x)
16
-
17
- Reactive Extensions Library for JavaScript. This is a rewrite of [Reactive-Extensions/RxJS](https://github.com/Reactive-Extensions/RxJS) and is the latest production-ready version of RxJS. This rewrite is meant to have better performance, better modularity, better debuggable call stacks, while staying mostly backwards compatible, with some breaking changes that reduce the API surface.
18
-
19
- [Apache 2.0 License](LICENSE.txt)
20
-
21
- - [Code of Conduct](CODE_OF_CONDUCT.md)
22
- - [Contribution Guidelines](CONTRIBUTING.md)
23
- - [Maintainer Guidelines](doc_app/content/maintainer-guidelines.md)
24
- - [API Documentation](https://rxjs.dev/)
25
-
26
- ## Versions In This Repository
27
-
28
- - [master](https://github.com/ReactiveX/rxjs/commits/master) - This is all of the current, unreleased work, which is against v6 of RxJS right now
29
- - [stable](https://github.com/ReactiveX/rxjs/commits/stable) - This is the branch for the latest version you'd get if you do `npm install rxjs`
30
-
31
- ## Important
32
-
33
- By contributing or commenting on issues in this repository, whether you've read them or not, you're agreeing to the [Contributor Code of Conduct](CODE_OF_CONDUCT.md). Much like traffic laws, ignorance doesn't grant you immunity.
34
-
35
- ## Installation and Usage
36
-
37
- ### ES6 via npm
38
-
39
- ```sh
40
- npm install rxjs
41
- ```
42
-
43
- It's recommended to pull in the Observable creation methods you need directly from `'rxjs'` as shown below with `range`. And you can pull in any operator you need from one spot, under `'rxjs/operators'`.
44
-
45
- ```ts
46
- import { range } from "rxjs";
47
- import { map, filter } from "rxjs/operators";
48
-
49
- range(1, 200)
50
- .pipe(
51
- filter(x => x % 2 === 1),
52
- map(x => x + x)
53
- )
54
- .subscribe(x => console.log(x));
55
- ```
56
-
57
- Here, we're using the built-in `pipe` method on Observables to combine operators. See [pipeable operators](https://github.com/ReactiveX/rxjs/blob/master/doc/pipeable-operators.md) for more information.
58
-
59
- ### CommonJS via npm
60
-
61
- To install this library for CommonJS (CJS) usage, use the following command:
62
-
63
- ```sh
64
- npm install rxjs
65
- ```
66
-
67
- (Note: destructuring available in Node 8+)
68
-
69
- ```js
70
- const { range } = require('rxjs');
71
- const { map, filter } = require('rxjs/operators');
72
-
73
- range(1, 200).pipe(
74
- filter(x => x % 2 === 1),
75
- map(x => x + x)
76
- ).subscribe(x => console.log(x));
77
- ```
78
-
79
- ### CDN
80
-
81
- For CDN, you can use [unpkg](https://unpkg.com/):
82
-
83
- https://unpkg.com/rxjs/bundles/rxjs.umd.min.js
84
-
85
- The global namespace for rxjs is `rxjs`:
86
-
87
- ```js
88
- const { range } = rxjs;
89
- const { map, filter } = rxjs.operators;
90
-
91
- range(1, 200)
92
- .pipe(
93
- filter(x => x % 2 === 1),
94
- map(x => x + x)
95
- )
96
- .subscribe(x => console.log(x));
97
- ```
98
-
99
- ## Goals
100
-
101
- - Smaller overall bundles sizes
102
- - Provide better performance than preceding versions of RxJS
103
- - To model/follow the [Observable Spec Proposal](https://github.com/zenparsing/es-observable) to the observable
104
- - Provide more modular file structure in a variety of formats
105
- - Provide more debuggable call stacks than preceding versions of RxJS
106
-
107
- ## Building/Testing
108
-
109
- - `npm run build_all` - builds everything
110
- - `npm test` - runs tests
111
- - `npm run test_no_cache` - run test with `ts-node` set to false
112
-
113
- ## Performance Tests
114
-
115
- Run `npm run build_perf` or `npm run perf` to run the performance tests with `protractor`.
116
-
117
- Run `npm run perf_micro [operator]` to run micro performance test benchmarking operator.
118
-
119
- ## Adding documentation
120
-
121
- We appreciate all contributions to the documentation of any type. All of the information needed to get the docs app up and running locally as well as how to contribute can be found in the [documentation directory](./docs_app).
122
-
123
- ## Generating PNG marble diagrams
124
-
125
- The script `npm run tests2png` requires some native packages installed locally: `imagemagick`, `graphicsmagick`, and `ghostscript`.
126
-
127
- For Mac OS X with [Homebrew](http://brew.sh/):
128
-
129
- - `brew install imagemagick`
130
- - `brew install graphicsmagick`
131
- - `brew install ghostscript`
132
- - You may need to install the Ghostscript fonts manually:
133
- - Download the tarball from the [gs-fonts project](https://sourceforge.net/projects/gs-fonts)
134
- - `mkdir -p /usr/local/share/ghostscript && tar zxvf /path/to/ghostscript-fonts.tar.gz -C /usr/local/share/ghostscript`
135
-
136
- For Debian Linux:
137
-
138
- - `sudo add-apt-repository ppa:dhor/myway`
139
- - `apt-get install imagemagick`
140
- - `apt-get install graphicsmagick`
141
- - `apt-get install ghostscript`
142
-
143
- For Windows and other Operating Systems, check the download instructions here:
144
-
145
- - http://imagemagick.org
146
- - http://www.graphicsmagick.org
147
- - http://www.ghostscript.com/