Merge pull request #6073 from nurbek91/rxjs

Update RxJS / js lib
main
Elbert Alias 3 years ago committed by GitHub
commit 53f03d0a77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1589,11 +1589,13 @@
"cats": [ "cats": [
12 12
], ],
"description": "RxJS is a reactive library used to implement reactive programming to deal with async implementation, callbacks, and event-based programs.",
"icon": "RxJS.png", "icon": "RxJS.png",
"js": { "js": {
"Rx.CompositeDisposable": "", "Rx.CompositeDisposable": "",
"Rx.Symbol": "" "Rx.Symbol": ""
}, },
"oss": true,
"scriptSrc": "rx(?:\\.\\w+)?(?:\\.compat|\\.global)?(?:\\.min)?\\.js", "scriptSrc": "rx(?:\\.\\w+)?(?:\\.compat|\\.global)?(?:\\.min)?\\.js",
"website": "http://reactivex.io" "website": "http://reactivex.io"
}, },