From e2e3afec7d6a5d85993e6fe1182ff34a9a7c8614 Mon Sep 17 00:00:00 2001 From: nurbek Date: Sun, 10 Apr 2022 18:43:11 +0600 Subject: [PATCH] Update RxJS / js lib --- src/technologies/r.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/technologies/r.json b/src/technologies/r.json index f2ae3b737..e20725cbd 100644 --- a/src/technologies/r.json +++ b/src/technologies/r.json @@ -1589,11 +1589,13 @@ "cats": [ 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", "js": { "Rx.CompositeDisposable": "", "Rx.Symbol": "" }, + "oss": true, "scriptSrc": "rx(?:\\.\\w+)?(?:\\.compat|\\.global)?(?:\\.min)?\\.js", "website": "http://reactivex.io" },