parent
4319563bba
commit
6a6396963f
@ -3,10 +3,7 @@ import {Headers} from './headers';
|
|||||||
import {BaseException, WrappedException} from 'angular2/src/core/facade/exceptions';
|
import {BaseException, WrappedException} from 'angular2/src/core/facade/exceptions';
|
||||||
import {EventEmitter} from 'angular2/src/core/facade/async';
|
import {EventEmitter} from 'angular2/src/core/facade/async';
|
||||||
import {Request} from './static_request';
|
import {Request} from './static_request';
|
||||||
import {URLSearchParamsUnionFixer, URLSearchParams} from './url_search_params';
|
import {URLSearchParams} from './url_search_params';
|
||||||
|
|
||||||
// Work around Dartanalyzer problem :(
|
|
||||||
const URLSearchParams_UnionFixer = URLSearchParamsUnionFixer;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Abstract class from which real backends are derived.
|
* Abstract class from which real backends are derived.
|
||||||
|
@ -22,9 +22,6 @@ function paramParser(rawParams: string = ''): Map<string, string[]> {
|
|||||||
return map;
|
return map;
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO(caitp): This really should not be needed. Issue with ts2dart.
|
|
||||||
export const URLSearchParamsUnionFixer: string = CONST_EXPR("UnionFixer");
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Map-like representation of url search parameters, based on
|
* Map-like representation of url search parameters, based on
|
||||||
* [URLSearchParams](https://url.spec.whatwg.org/#urlsearchparams) in the url living standard,
|
* [URLSearchParams](https://url.spec.whatwg.org/#urlsearchparams) in the url living standard,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user