matrix-js-sdk
b96062b6 - replace imports of `q` with bluebird

Comment changes are shownComment changes are hidden
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"; }' ```
Author
Committer
Parents
  • File
    package.json
  • spec
    • File
      TestClient.js
    • integ
      • File
        matrix-client-crypto.spec.js
      • File
        matrix-client-event-timeline.spec.js
      • File
        matrix-client-opts.spec.js
      • File
        matrix-client-room-timeline.spec.js
      • File
        matrix-client-syncing.spec.js
      • File
        megolm-integ.spec.js
    • File
      test-utils.js
    • unit
      • crypto
        • File
          DeviceList.spec.js
        • algorithms
          • File
            megolm.spec.js
      • File
        interactive-auth.spec.js
      • File
        matrix-client.spec.js
      • File
        scheduler.spec.js
      • File
        timeline-window.spec.js
  • src
    • File
      client.js
    • crypto
      • File
        DeviceList.js
      • File
        OutgoingRoomKeyRequestManager.js
      • algorithms
        • File
          megolm.js
        • File
          olm.js
      • File
        index.js
      • File
        olmlib.js
      • store
        • File
          indexeddb-crypto-store-backend.js
        • File
          indexeddb-crypto-store.js
        • File
          memory-crypto-store.js
    • File
      http-api.js
    • File
      interactive-auth.js
    • File
      scheduler.js
    • store
      • File
        indexeddb-local-backend.js
      • File
        indexeddb-remote-backend.js
      • File
        indexeddb-store-worker.js
      • File
        indexeddb.js
      • File
        memory.js
      • File
        stub.js
    • File
      sync.js
    • File
      timeline-window.js