vsvipul
4d679acb0c
typescript: Migrate logger-util to typescript.
2019-07-17 00:22:17 +05:30
vsvipul
728418742d
typescript: Migrate proxy-util to typescript.
2019-07-17 00:22:17 +05:30
Priyank Patel
ce81a1b367
typescript: Fix wrong import syntax in request-util.ts.
...
Using the previous syntax was wrong because the file export
the class For example we would use previous syntax if the class
was export by `module.export = { ProxyUtil }`.
2019-07-17 00:22:17 +05:30
vsvipul
26e97c8746
typescript: Migrate certificate-util to typescript.
2019-07-17 00:22:17 +05:30
Priyank Patel
393a0fc2be
request-util: Fix linting error.
2019-07-17 00:22:17 +05:30
vsvipul
b0348d6bca
typescript: Migrate system-util.js to typescript.
...
We use to check for a case where os.platform() == win64
which is not possible so removed the condition.
2019-07-17 00:22:17 +05:30
vsvipul
9c68fcdda8
typescript: Migrate request-util to typescript.
...
We use newer javascript method for string that linting enforces like
startsWith, includes.
2019-07-17 00:22:17 +05:30