Code coverage report for src/index.js

Statements: 100% (9 / 9)      Branches: 100% (0 / 0)      Functions: 100% (8 / 8)      Lines: 100% (9 / 9)      Ignored: none     

All files » src/ » index.js
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 291                 1   2   1   1   1   1   1   2          
System.register(['./http-client', './http-request-message', './http-response-message', './jsonp-request-message', './headers', './request-builder'], function (_export) {
  /**
   * An extensible HTTP client provided by Aurelia.
   *
   * @module HttpClient
   */
 
  'use strict';
 
  return {
    setters: [function (_httpClient) {
      _export('HttpClient', _httpClient.HttpClient);
    }, function (_httpRequestMessage) {
      _export('HttpRequestMessage', _httpRequestMessage.HttpRequestMessage);
    }, function (_httpResponseMessage) {
      _export('HttpResponseMessage', _httpResponseMessage.HttpResponseMessage);
 
      _export('mimeTypes', _httpResponseMessage.mimeTypes);
    }, function (_jsonpRequestMessage) {
      _export('JSONPRequestMessage', _jsonpRequestMessage.JSONPRequestMessage);
    }, function (_headers) {
      _export('Headers', _headers.Headers);
    }, function (_requestBuilder) {
      _export('RequestBuilder', _requestBuilder.RequestBuilder);
    }],
    execute: function () {}
  };
});
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi9Vc2Vycy9FaXNlbmJlcmdFZmZlY3QvRG9jdW1lbnRzL0dpdEh1Yi9UaGUgRHVyYW5kYWwgUHJvamVjdC9hdXJlbGlhL2h0dHAtY2xpZW50L3NyYy9pbmRleC5qcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7Ozs7Ozs7Ozt3Q0FNUSxVQUFVOzt3REFDVixrQkFBa0I7OzBEQUNsQixtQkFBbUI7O2dEQUFFLFNBQVM7OzBEQUM5QixtQkFBbUI7O2tDQUNuQixPQUFPOztnREFDUCxjQUFjIiwiZmlsZSI6Ii9Vc2Vycy9FaXNlbmJlcmdFZmZlY3QvRG9jdW1lbnRzL0dpdEh1Yi9UaGUgRHVyYW5kYWwgUHJvamVjdC9hdXJlbGlhL2h0dHAtY2xpZW50L3NyYy9pbmRleC5qcyIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogQW4gZXh0ZW5zaWJsZSBIVFRQIGNsaWVudCBwcm92aWRlZCBieSBBdXJlbGlhLlxuICpcbiAqIEBtb2R1bGUgSHR0cENsaWVudFxuICovXG5cbmV4cG9ydCB7SHR0cENsaWVudH0gZnJvbSAnLi9odHRwLWNsaWVudCc7XG5leHBvcnQge0h0dHBSZXF1ZXN0TWVzc2FnZX0gZnJvbSAnLi9odHRwLXJlcXVlc3QtbWVzc2FnZSc7XG5leHBvcnQge0h0dHBSZXNwb25zZU1lc3NhZ2UsIG1pbWVUeXBlc30gZnJvbSAnLi9odHRwLXJlc3BvbnNlLW1lc3NhZ2UnO1xuZXhwb3J0IHtKU09OUFJlcXVlc3RNZXNzYWdlfSBmcm9tICcuL2pzb25wLXJlcXVlc3QtbWVzc2FnZSc7XG5leHBvcnQge0hlYWRlcnN9IGZyb20gJy4vaGVhZGVycyc7XG5leHBvcnQge1JlcXVlc3RCdWlsZGVyfSBmcm9tICcuL3JlcXVlc3QtYnVpbGRlcic7XG4iXX0=