matrix-js-sdk
b96062b6
- replace imports of `q` with bluebird
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Hide Minimap (CTRL+M)
Commit
7 years ago
replace imports of `q` with bluebird ``` find src spec -name '*.js' | xargs perl -i -pe 'if (/require\(.q.\)/) { $_ = "import Promise from '\''bluebird'\'';\n"; }' find src spec -name '*.js' | xargs perl -i -pe 'if (/import q/) { $_ = "import Promise from '\''bluebird'\'';\n"; }' ```
References
#490 - Switch matrix-js-sdk to bluebird
Author
richvdh
Committer
richvdh
Parents
04b71c11
Files
36
package.json
spec
TestClient.js
integ
matrix-client-crypto.spec.js
matrix-client-event-timeline.spec.js
matrix-client-opts.spec.js
matrix-client-room-timeline.spec.js
matrix-client-syncing.spec.js
megolm-integ.spec.js
test-utils.js
unit
crypto
DeviceList.spec.js
algorithms
megolm.spec.js
interactive-auth.spec.js
matrix-client.spec.js
scheduler.spec.js
timeline-window.spec.js
src
client.js
crypto
DeviceList.js
OutgoingRoomKeyRequestManager.js
algorithms
megolm.js
olm.js
index.js
olmlib.js
store
indexeddb-crypto-store-backend.js
indexeddb-crypto-store.js
memory-crypto-store.js
http-api.js
interactive-auth.js
scheduler.js
store
indexeddb-local-backend.js
indexeddb-remote-backend.js
indexeddb-store-worker.js
indexeddb.js
memory.js
stub.js
sync.js
timeline-window.js
Loading