From c924c7aa7046f3d2b0338f121bf8225986c72572 Mon Sep 17 00:00:00 2001 From: Raunak Date: Fri, 28 Jul 2023 23:36:21 +0530 Subject: [PATCH] removed extra lines form end --- codegens/csharp-httpclient/.gitignore | 2 +- codegens/csharp-httpclient/.jsdoc-config.json | 3 +-- codegens/csharp-httpclient/.npmignore | 2 +- codegens/csharp-httpclient/index.js | 2 +- codegens/csharp-httpclient/lib/CodeBuilder.js | 2 +- codegens/csharp-httpclient/lib/httpclient.js | 2 +- codegens/csharp-httpclient/lib/index.js | 2 +- codegens/csharp-httpclient/lib/lodash.js | 2 +- codegens/csharp-httpclient/lib/parseRequest.js | 2 +- codegens/csharp-httpclient/lib/util.js | 2 +- codegens/csharp-httpclient/npm-shrinkwrap.json | 2 +- codegens/csharp-httpclient/npm/test-lint.js | 2 +- codegens/csharp-httpclient/npm/test-newman.js | 2 +- codegens/csharp-httpclient/npm/test-unit.js | 2 +- codegens/csharp-httpclient/npm/test.js | 2 +- codegens/csharp-httpclient/package.json | 2 +- codegens/csharp-httpclient/test/.eslintrc | 2 +- codegens/csharp-httpclient/test/newman/newman.test.js | 2 +- codegens/csharp-httpclient/test/unit/convert.test.js | 2 +- codegens/csharp-httpclient/test/unit/csharpify.test.js | 2 +- codegens/dart-http/.gitignore | 2 +- codegens/dart-http/.npmignore | 2 +- codegens/dart-http/README.md | 2 +- codegens/dart-http/index.js | 2 +- codegens/dart-http/lib/index.js | 2 +- codegens/dart-http/lib/lodash.js | 2 +- codegens/dart-http/lib/util.js | 2 +- codegens/dart-http/npm-shrinkwrap.json | 2 +- codegens/dart-http/npm/test-lint.js | 2 +- codegens/dart-http/npm/test-newman.js | 2 +- codegens/dart-http/npm/test-unit.js | 2 +- codegens/dart-http/npm/test.js | 2 +- codegens/dart-http/package.json | 2 +- codegens/dart-http/test/newman/newman.test.js | 2 +- codegens/dart-http/test/unit/convert.test.js | 2 +- codegens/java-unirest/.gitignore | 2 +- codegens/java-unirest/.jsdoc-config.json | 2 +- codegens/java-unirest/index.js | 2 +- codegens/java-unirest/lib/index.js | 2 +- codegens/java-unirest/lib/lodash.js | 2 +- codegens/java-unirest/lib/parseRequest.js | 2 +- codegens/java-unirest/lib/unirest.js | 2 +- codegens/java-unirest/lib/util.js | 2 +- codegens/java-unirest/npm-shrinkwrap.json | 2 +- codegens/java-unirest/npm/test-lint.js | 2 +- codegens/java-unirest/npm/test-newman.js | 2 +- codegens/java-unirest/npm/test-unit.js | 2 +- codegens/java-unirest/npm/test.js | 2 +- codegens/java-unirest/package.json | 2 +- codegens/java-unirest/test/newman/newman.test.js | 2 +- codegens/java-unirest/test/unit/convert.test.js | 2 +- codegens/java-unirest/test/unit/validation.test.js | 2 +- codegens/libcurl/.gitignore | 1 - codegens/libcurl/.jsdoc-config.json | 3 +-- codegens/libcurl/.npmignore | 2 +- codegens/libcurl/index.js | 2 +- codegens/libcurl/lib/index.js | 2 +- codegens/libcurl/lib/lodash.js | 2 +- codegens/libcurl/lib/util.js | 2 +- codegens/libcurl/npm/test-lint.js | 2 +- codegens/libcurl/npm/test-newman.js | 2 +- codegens/libcurl/npm/test-unit.js | 2 +- codegens/libcurl/npm/test.js | 2 +- codegens/libcurl/package-lock.json | 2 +- codegens/libcurl/package.json | 2 +- codegens/libcurl/test/newman/newman.test.js | 2 +- codegens/libcurl/test/unit/convert.test.js | 2 +- codegens/libcurl/test/unit/validation.test.js | 2 +- codegens/nodejs-axios/.gitignore | 2 +- codegens/nodejs-axios/README.md | 2 +- codegens/nodejs-axios/index.js | 2 +- codegens/nodejs-axios/lib/axios.js | 2 +- codegens/nodejs-axios/lib/index.js | 2 +- codegens/nodejs-axios/lib/parseRequest.js | 2 +- codegens/nodejs-axios/lib/util.js | 2 +- codegens/nodejs-axios/npm/test-lint.js | 2 +- codegens/nodejs-axios/npm/test-newman.js | 2 +- codegens/nodejs-axios/npm/test-unit.js | 2 +- codegens/nodejs-axios/npm/test.js | 2 +- codegens/nodejs-axios/package-lock.json | 2 +- codegens/nodejs-axios/package.json | 2 +- codegens/nodejs-request/.gitignore | 2 +- codegens/nodejs-request/.npmignore | 2 +- codegens/nodejs-request/README.md | 2 +- codegens/nodejs-request/index.js | 2 +- codegens/nodejs-request/lib/index.js | 2 +- codegens/nodejs-request/lib/lodash.js | 2 +- codegens/nodejs-request/lib/parseRequest.js | 2 +- codegens/nodejs-request/lib/request.js | 2 +- codegens/nodejs-request/lib/util.js | 2 +- codegens/nodejs-request/npm-shrinkwrap.json | 2 +- codegens/nodejs-request/npm/test-lint.js | 2 +- codegens/nodejs-request/npm/test-newman.js | 2 +- codegens/nodejs-request/npm/test-unit.js | 2 +- codegens/nodejs-request/npm/test.js | 2 +- codegens/nodejs-request/package.json | 2 +- codegens/nodejs-request/test/.eslintrc | 2 +- codegens/nodejs-request/test/unit/snippet.test.js | 2 +- codegens/nodejs-request/test/unit/validation.test.js | 2 +- codegens/nodejs-unirest/.jsdoc-config.json | 2 +- codegens/nodejs-unirest/.npmignore | 2 +- codegens/nodejs-unirest/README.md | 2 +- codegens/nodejs-unirest/index.js | 2 +- codegens/nodejs-unirest/lib/index.js | 2 +- codegens/nodejs-unirest/lib/lodash.js | 2 +- codegens/nodejs-unirest/lib/parseRequest.js | 2 +- codegens/nodejs-unirest/lib/unirest.js | 2 +- codegens/nodejs-unirest/lib/util.js | 2 +- codegens/nodejs-unirest/npm-shrinkwrap.json | 2 +- codegens/nodejs-unirest/npm/test-lint.js | 2 +- codegens/nodejs-unirest/npm/test-newman.js | 2 +- codegens/nodejs-unirest/npm/test-unit.js | 2 +- codegens/nodejs-unirest/npm/test.js | 2 +- codegens/nodejs-unirest/package.json | 2 +- codegens/nodejs-unirest/test/newman/newman.test.js | 2 +- codegens/nodejs-unirest/test/unit/snippet.test.js | 2 +- codegens/nodejs-unirest/test/unit/validation.test.js | 2 +- codegens/php-curl/.jsdoc-config.json | 2 +- codegens/php-curl/index.js | 2 +- codegens/php-curl/lib/index.js | 2 +- codegens/php-curl/lib/lodash.js | 2 +- codegens/php-curl/lib/php-curl.js | 2 +- codegens/php-curl/lib/util/parseBody.js | 2 +- codegens/php-curl/lib/util/sanitize.js | 2 +- codegens/php-curl/npm-shrinkwrap.json | 2 +- codegens/php-curl/npm/test-lint.js | 2 +- codegens/php-curl/npm/test-newman.js | 2 +- codegens/php-curl/npm/test-unit.js | 2 +- codegens/php-curl/npm/test.js | 2 +- codegens/php-curl/package.json | 2 +- codegens/php-curl/test/newman/newman.test.js | 2 +- codegens/php-curl/test/unit/converter.test.js | 2 +- codegens/php-curl/test/unit/package.test.js | 2 +- codegens/php-guzzle/.gitignore | 2 +- codegens/php-guzzle/README.md | 2 +- codegens/php-guzzle/index.js | 2 +- codegens/php-guzzle/lib/index.js | 2 +- codegens/php-guzzle/lib/lodash.js | 2 +- codegens/php-guzzle/lib/options.js | 2 +- codegens/php-guzzle/lib/phpGuzzle.js | 4 +--- codegens/php-guzzle/lib/util/parseBody.js | 2 +- codegens/php-guzzle/lib/util/sanitize.js | 2 +- codegens/php-guzzle/npm-shrinkwrap.json | 2 +- codegens/php-guzzle/npm/test-lint.js | 2 +- codegens/php-guzzle/npm/test-newman.js | 2 +- codegens/php-guzzle/npm/test-unit.js | 2 +- codegens/php-guzzle/npm/test.js | 2 +- codegens/php-guzzle/package.json | 2 +- codegens/php-guzzle/test/newman/newman.test.js | 2 +- codegens/php-guzzle/test/unit/convert.test.js | 2 +- codegens/php-guzzle/test/unit/options.test.js | 2 +- codegens/php-guzzle/test/unit/parseBody.test.js | 2 +- codegens/php-guzzle/test/unit/phpGuzzle.test.js | 2 +- codegens/php-guzzle/test/unit/sanitize.test.js | 2 +- codegens/php-pecl-http/.gitignore | 2 +- codegens/php-pecl-http/.jsdoc-config.json | 2 +- codegens/php-pecl-http/.npmignore | 2 +- codegens/php-pecl-http/index.js | 2 +- codegens/php-pecl-http/lib/index.js | 2 +- codegens/php-pecl-http/lib/lodash.js | 2 +- codegens/php-pecl-http/lib/phpPecl.js | 2 +- codegens/php-pecl-http/lib/util/parseBody.js | 2 +- codegens/php-pecl-http/lib/util/sanitize.js | 2 +- codegens/php-pecl-http/npm/test-lint.js | 2 +- codegens/php-pecl-http/npm/test-unit.js | 2 +- codegens/php-pecl-http/npm/test.js | 2 +- codegens/php-pecl-http/package-lock.json | 2 +- codegens/php-pecl-http/package.json | 2 +- codegens/php-pecl-http/test/.eslintrc | 2 +- codegens/php-pecl-http/test/unit/converter.test.js | 2 +- codegens/php-pecl-http/test/unit/package.test.js | 2 +- codegens/python-requests/.jsdoc-config.json | 2 +- codegens/python-requests/README.md | 2 +- codegens/python-requests/index.js | 2 +- codegens/python-requests/lib/index.js | 2 +- codegens/python-requests/lib/lodash.js | 2 +- codegens/python-requests/lib/python-requests.js | 2 +- codegens/python-requests/lib/util/parseBody.js | 3 +-- codegens/python-requests/lib/util/sanitize.js | 2 +- codegens/python-requests/npm-shrinkwrap.json | 2 +- codegens/python-requests/npm/test-lint.js | 2 +- codegens/python-requests/npm/test-newman.js | 2 +- codegens/python-requests/npm/test-unit.js | 2 +- codegens/python-requests/npm/test.js | 2 +- codegens/python-requests/package.json | 2 +- codegens/python-requests/test/newman/newman.test.js | 4 +--- codegens/python-requests/test/unit/converter.test.js | 2 +- codegens/python-requests/test/unit/package.test.js | 2 +- codegens/r-httr/index.js | 2 +- codegens/r-httr/lib/index.js | 2 +- codegens/r-httr/lib/lodash.js | 2 +- codegens/r-httr/lib/options.js | 2 +- codegens/r-httr/lib/rHttr.js | 2 +- codegens/r-httr/lib/util/parseBody.js | 2 +- codegens/r-httr/lib/util/sanitize.js | 2 +- codegens/r-httr/npm-shrinkwrap.json | 2 +- codegens/r-httr/npm/test-lint.js | 2 +- codegens/r-httr/npm/test-newman.js | 2 +- codegens/r-httr/npm/test-unit.js | 2 +- codegens/r-httr/npm/test.js | 2 +- codegens/r-httr/package.json | 2 +- codegens/r-httr/test/newman/newman.test.js | 2 +- codegens/r-httr/test/unit/convert.test.js | 2 +- codegens/r-httr/test/unit/options.test.js | 2 +- codegens/r-httr/test/unit/parseBody.test.js | 2 +- codegens/r-httr/test/unit/rHttr.test.js | 2 +- codegens/swift/.gitignore | 2 +- codegens/swift/.jsdoc-config.json | 2 +- codegens/swift/.npmignore | 2 +- codegens/swift/index.js | 2 +- codegens/swift/lib/index.js | 2 +- codegens/swift/lib/lodash.js | 3 +-- codegens/swift/lib/swift.js | 2 +- codegens/swift/lib/util.js | 2 +- codegens/swift/npm-shrinkwrap.json | 2 +- codegens/swift/npm/test-lint.js | 2 +- codegens/swift/npm/test-newman.js | 2 +- codegens/swift/npm/test-unit.js | 2 +- codegens/swift/npm/test.js | 2 +- codegens/swift/package.json | 2 +- codegens/swift/test/.eslintrc | 2 +- codegens/swift/test/newman/newman.test.js | 2 +- codegens/swift/test/unit/convert.test.js | 2 +- codegens/swift/test/unit/validation.test.js | 2 +- 224 files changed, 223 insertions(+), 232 deletions(-) diff --git a/codegens/csharp-httpclient/.gitignore b/codegens/csharp-httpclient/.gitignore index 90bbb109a..14404e8ec 100644 --- a/codegens/csharp-httpclient/.gitignore +++ b/codegens/csharp-httpclient/.gitignore @@ -41,4 +41,4 @@ typings/ # dotenv environment variables file .env -out/ +out/ \ No newline at end of file diff --git a/codegens/csharp-httpclient/.jsdoc-config.json b/codegens/csharp-httpclient/.jsdoc-config.json index a61209002..5bbff521e 100644 --- a/codegens/csharp-httpclient/.jsdoc-config.json +++ b/codegens/csharp-httpclient/.jsdoc-config.json @@ -31,5 +31,4 @@ "parser": "gfm", "hardwrap": false } - } - \ No newline at end of file + } \ No newline at end of file diff --git a/codegens/csharp-httpclient/.npmignore b/codegens/csharp-httpclient/.npmignore index 79ad2ba5f..28fa99e38 100644 --- a/codegens/csharp-httpclient/.npmignore +++ b/codegens/csharp-httpclient/.npmignore @@ -73,4 +73,4 @@ typings/ snippet.swift -out/ +out/ \ No newline at end of file diff --git a/codegens/csharp-httpclient/index.js b/codegens/csharp-httpclient/index.js index bb0a047c4..4cc88b358 100644 --- a/codegens/csharp-httpclient/index.js +++ b/codegens/csharp-httpclient/index.js @@ -1 +1 @@ -module.exports = require('./lib'); +module.exports = require('./lib'); \ No newline at end of file diff --git a/codegens/csharp-httpclient/lib/CodeBuilder.js b/codegens/csharp-httpclient/lib/CodeBuilder.js index 2611b077d..4b0d46370 100644 --- a/codegens/csharp-httpclient/lib/CodeBuilder.js +++ b/codegens/csharp-httpclient/lib/CodeBuilder.js @@ -111,4 +111,4 @@ class CodeBuilder { } } -module.exports = CodeBuilder; +module.exports = CodeBuilder; \ No newline at end of file diff --git a/codegens/csharp-httpclient/lib/httpclient.js b/codegens/csharp-httpclient/lib/httpclient.js index 7bec051e6..7681c690f 100644 --- a/codegens/csharp-httpclient/lib/httpclient.js +++ b/codegens/csharp-httpclient/lib/httpclient.js @@ -156,4 +156,4 @@ self = module.exports = { return callback(null, codeBuilder.build(options.includeBoilerplate)); } -}; +}; \ No newline at end of file diff --git a/codegens/csharp-httpclient/lib/index.js b/codegens/csharp-httpclient/lib/index.js index d2982b3b1..699c4451a 100644 --- a/codegens/csharp-httpclient/lib/index.js +++ b/codegens/csharp-httpclient/lib/index.js @@ -1,4 +1,4 @@ module.exports = { convert: require('./httpclient').convert, getOptions: require('./httpclient').getOptions -}; +}; \ No newline at end of file diff --git a/codegens/csharp-httpclient/lib/lodash.js b/codegens/csharp-httpclient/lib/lodash.js index 5be147afd..6e71ba2ac 100644 --- a/codegens/csharp-httpclient/lib/lodash.js +++ b/codegens/csharp-httpclient/lib/lodash.js @@ -452,4 +452,4 @@ module.exports = { return true; } -}; +}; \ No newline at end of file diff --git a/codegens/csharp-httpclient/lib/parseRequest.js b/codegens/csharp-httpclient/lib/parseRequest.js index e2e260db4..d1d3bf182 100644 --- a/codegens/csharp-httpclient/lib/parseRequest.js +++ b/codegens/csharp-httpclient/lib/parseRequest.js @@ -178,4 +178,4 @@ function parseBody (builder, request) { module.exports = { parseHeader: parseHeader, parseBody: parseBody -}; +}; \ No newline at end of file diff --git a/codegens/csharp-httpclient/lib/util.js b/codegens/csharp-httpclient/lib/util.js index 3415cdbd3..afc87b9ac 100644 --- a/codegens/csharp-httpclient/lib/util.js +++ b/codegens/csharp-httpclient/lib/util.js @@ -100,4 +100,4 @@ module.exports = { sanitize: sanitize, csharpify: csharpify, sanitizeOptions: sanitizeOptions -}; +}; \ No newline at end of file diff --git a/codegens/csharp-httpclient/npm-shrinkwrap.json b/codegens/csharp-httpclient/npm-shrinkwrap.json index e5ddf84d1..ee893178e 100644 --- a/codegens/csharp-httpclient/npm-shrinkwrap.json +++ b/codegens/csharp-httpclient/npm-shrinkwrap.json @@ -2,4 +2,4 @@ "name": "@postman/codegen-csharp-httpclient", "version": "0.0.1", "lockfileVersion": 1 -} +} \ No newline at end of file diff --git a/codegens/csharp-httpclient/npm/test-lint.js b/codegens/csharp-httpclient/npm/test-lint.js index 2f4db0cb8..9753938e9 100644 --- a/codegens/csharp-httpclient/npm/test-lint.js +++ b/codegens/csharp-httpclient/npm/test-lint.js @@ -53,4 +53,4 @@ module.exports = function (exit) { }; // ensure we run this script exports if this is a direct stdin.tty run -!module.parent && module.exports(shell.exit); +!module.parent && module.exports(shell.exit); \ No newline at end of file diff --git a/codegens/csharp-httpclient/npm/test-newman.js b/codegens/csharp-httpclient/npm/test-newman.js index 0c8559a8e..3a1a2d4ac 100644 --- a/codegens/csharp-httpclient/npm/test-newman.js +++ b/codegens/csharp-httpclient/npm/test-newman.js @@ -56,4 +56,4 @@ module.exports = function (exit) { }; // ensure we run this script exports if this is a direct stdin.tty run -!module.parent && module.exports(shell.exit); +!module.parent && module.exports(shell.exit); \ No newline at end of file diff --git a/codegens/csharp-httpclient/npm/test-unit.js b/codegens/csharp-httpclient/npm/test-unit.js index e27d1a223..39929ba9c 100644 --- a/codegens/csharp-httpclient/npm/test-unit.js +++ b/codegens/csharp-httpclient/npm/test-unit.js @@ -56,4 +56,4 @@ module.exports = function (exit) { }; // ensure we run this script exports if this is a direct stdin.tty run -!module.parent && module.exports(shell.exit); +!module.parent && module.exports(shell.exit); \ No newline at end of file diff --git a/codegens/csharp-httpclient/npm/test.js b/codegens/csharp-httpclient/npm/test.js index b08dad176..112552ae7 100644 --- a/codegens/csharp-httpclient/npm/test.js +++ b/codegens/csharp-httpclient/npm/test.js @@ -15,4 +15,4 @@ require('async').series([ // eslint-disable-next-line max-len console.info(chalk[code ? 'red' : 'green'](`\n${name}: duration ${prettyms(Date.now() - startedAt)}\n${name}: ${code ? 'not ok' : 'ok'}!`)); exit(code && (typeof code === 'number' ? code : 1) || 0); -}); +}); \ No newline at end of file diff --git a/codegens/csharp-httpclient/package.json b/codegens/csharp-httpclient/package.json index 1eaf39709..e88329a62 100644 --- a/codegens/csharp-httpclient/package.json +++ b/codegens/csharp-httpclient/package.json @@ -31,4 +31,4 @@ "engines": { "node": ">=8" } -} +} \ No newline at end of file diff --git a/codegens/csharp-httpclient/test/.eslintrc b/codegens/csharp-httpclient/test/.eslintrc index 9d477e31e..b20602a6c 100644 --- a/codegens/csharp-httpclient/test/.eslintrc +++ b/codegens/csharp-httpclient/test/.eslintrc @@ -27,4 +27,4 @@ "mocha/valid-test-description": "off", "mocha/valid-suite-description": "off" } -} +} \ No newline at end of file diff --git a/codegens/csharp-httpclient/test/newman/newman.test.js b/codegens/csharp-httpclient/test/newman/newman.test.js index 30f2e9f18..5b749258b 100644 --- a/codegens/csharp-httpclient/test/newman/newman.test.js +++ b/codegens/csharp-httpclient/test/newman/newman.test.js @@ -18,4 +18,4 @@ describe('convert for different request types', function () { includeBoilerplate: true }; runNewmanTest(convert, options, testConfig); -}); +}); \ No newline at end of file diff --git a/codegens/csharp-httpclient/test/unit/convert.test.js b/codegens/csharp-httpclient/test/unit/convert.test.js index 0db6e34b4..aa96c5c89 100644 --- a/codegens/csharp-httpclient/test/unit/convert.test.js +++ b/codegens/csharp-httpclient/test/unit/convert.test.js @@ -531,4 +531,4 @@ describe('csharp httpclient function', function () { expect(sanitizedOptions).to.deep.equal(testOptions); }); }); -}); +}); \ No newline at end of file diff --git a/codegens/csharp-httpclient/test/unit/csharpify.test.js b/codegens/csharp-httpclient/test/unit/csharpify.test.js index ca9f807d3..937e4aef3 100644 --- a/codegens/csharp-httpclient/test/unit/csharpify.test.js +++ b/codegens/csharp-httpclient/test/unit/csharpify.test.js @@ -18,4 +18,4 @@ describe('csharpify function', function () { expect(csharpify(input)).equal(expected); }); }); -}); +}); \ No newline at end of file diff --git a/codegens/dart-http/.gitignore b/codegens/dart-http/.gitignore index 34f4d897c..bc310c411 100644 --- a/codegens/dart-http/.gitignore +++ b/codegens/dart-http/.gitignore @@ -47,4 +47,4 @@ pubspec.lock pubspec.yaml .packages snippet.dart -.dart_tool/ +.dart_tool/ \ No newline at end of file diff --git a/codegens/dart-http/.npmignore b/codegens/dart-http/.npmignore index 79ad2ba5f..28fa99e38 100644 --- a/codegens/dart-http/.npmignore +++ b/codegens/dart-http/.npmignore @@ -73,4 +73,4 @@ typings/ snippet.swift -out/ +out/ \ No newline at end of file diff --git a/codegens/dart-http/README.md b/codegens/dart-http/README.md index 5c19e56b7..4eb02c52b 100644 --- a/codegens/dart-http/README.md +++ b/codegens/dart-http/README.md @@ -39,4 +39,4 @@ convert(request, options, function(error, snippet) { ``` ### Guidelines for using generated snippet -* This module doesn't support cookies. +* This module doesn't support cookies. \ No newline at end of file diff --git a/codegens/dart-http/index.js b/codegens/dart-http/index.js index bb0a047c4..4cc88b358 100644 --- a/codegens/dart-http/index.js +++ b/codegens/dart-http/index.js @@ -1 +1 @@ -module.exports = require('./lib'); +module.exports = require('./lib'); \ No newline at end of file diff --git a/codegens/dart-http/lib/index.js b/codegens/dart-http/lib/index.js index e0c527cbe..9018d50bb 100644 --- a/codegens/dart-http/lib/index.js +++ b/codegens/dart-http/lib/index.js @@ -353,4 +353,4 @@ self = module.exports = { } ]; } -}; +}; \ No newline at end of file diff --git a/codegens/dart-http/lib/lodash.js b/codegens/dart-http/lib/lodash.js index 5be147afd..6e71ba2ac 100644 --- a/codegens/dart-http/lib/lodash.js +++ b/codegens/dart-http/lib/lodash.js @@ -452,4 +452,4 @@ module.exports = { return true; } -}; +}; \ No newline at end of file diff --git a/codegens/dart-http/lib/util.js b/codegens/dart-http/lib/util.js index 4d1801f91..211f91e20 100644 --- a/codegens/dart-http/lib/util.js +++ b/codegens/dart-http/lib/util.js @@ -120,4 +120,4 @@ module.exports = { }); } } -}; +}; \ No newline at end of file diff --git a/codegens/dart-http/npm-shrinkwrap.json b/codegens/dart-http/npm-shrinkwrap.json index b2b7727a6..7b2687c1c 100644 --- a/codegens/dart-http/npm-shrinkwrap.json +++ b/codegens/dart-http/npm-shrinkwrap.json @@ -2,4 +2,4 @@ "name": "@postman/codegen-dart-http", "version": "0.0.1", "lockfileVersion": 1 -} +} \ No newline at end of file diff --git a/codegens/dart-http/npm/test-lint.js b/codegens/dart-http/npm/test-lint.js index 91bdef168..8499af7c0 100644 --- a/codegens/dart-http/npm/test-lint.js +++ b/codegens/dart-http/npm/test-lint.js @@ -54,4 +54,4 @@ module.exports = function (exit) { }; // ensure we run this script exports if this is a direct stdin.tty run -!module.parent && module.exports(exit); +!module.parent && module.exports(exit); \ No newline at end of file diff --git a/codegens/dart-http/npm/test-newman.js b/codegens/dart-http/npm/test-newman.js index e8f970755..c08216758 100644 --- a/codegens/dart-http/npm/test-newman.js +++ b/codegens/dart-http/npm/test-newman.js @@ -56,4 +56,4 @@ module.exports = function (exit) { }; // ensure we run this script exports if this is a direct stdin.tty run -!module.parent && module.exports(exit); +!module.parent && module.exports(exit); \ No newline at end of file diff --git a/codegens/dart-http/npm/test-unit.js b/codegens/dart-http/npm/test-unit.js index 1bd787adb..6af978d5a 100644 --- a/codegens/dart-http/npm/test-unit.js +++ b/codegens/dart-http/npm/test-unit.js @@ -56,4 +56,4 @@ module.exports = function (exit) { }; // ensure we run this script exports if this is a direct stdin.tty run -!module.parent && module.exports(exit); +!module.parent && module.exports(exit); \ No newline at end of file diff --git a/codegens/dart-http/npm/test.js b/codegens/dart-http/npm/test.js index cff8a6c18..7b68ffaa4 100644 --- a/codegens/dart-http/npm/test.js +++ b/codegens/dart-http/npm/test.js @@ -17,4 +17,4 @@ require('async').series([ // eslint-disable-next-line max-len console.info(chalk[code ? 'red' : 'green'](`\n${name}: duration ${prettyms(Date.now() - startedAt)}\n${name}: ${code ? 'not ok' : 'ok'}!`)); exit(code && (typeof code === 'number' ? code : 1) || 0); -}); +}); \ No newline at end of file diff --git a/codegens/dart-http/package.json b/codegens/dart-http/package.json index 6031b8a6a..b25a72959 100644 --- a/codegens/dart-http/package.json +++ b/codegens/dart-http/package.json @@ -31,4 +31,4 @@ "engines": { "node": ">=8" } -} +} \ No newline at end of file diff --git a/codegens/dart-http/test/newman/newman.test.js b/codegens/dart-http/test/newman/newman.test.js index c137c0475..124295d25 100644 --- a/codegens/dart-http/test/newman/newman.test.js +++ b/codegens/dart-http/test/newman/newman.test.js @@ -13,4 +13,4 @@ describe('Convert for different types of request', function () { }; runNewmanTest(convert, options, testConfig); -}); +}); \ No newline at end of file diff --git a/codegens/dart-http/test/unit/convert.test.js b/codegens/dart-http/test/unit/convert.test.js index 05e943c10..b263fed28 100644 --- a/codegens/dart-http/test/unit/convert.test.js +++ b/codegens/dart-http/test/unit/convert.test.js @@ -147,4 +147,4 @@ describe('Dart Converter', function () { expect(snippet).to.contain('\t\t\'hello\': \'world\''); }); }); -}); +}); \ No newline at end of file diff --git a/codegens/java-unirest/.gitignore b/codegens/java-unirest/.gitignore index bbdb09d31..04f853e90 100644 --- a/codegens/java-unirest/.gitignore +++ b/codegens/java-unirest/.gitignore @@ -70,4 +70,4 @@ typings/ # dotenv environment variables file .env -out/ +out/ \ No newline at end of file diff --git a/codegens/java-unirest/.jsdoc-config.json b/codegens/java-unirest/.jsdoc-config.json index 085a7be65..e70f3c22f 100644 --- a/codegens/java-unirest/.jsdoc-config.json +++ b/codegens/java-unirest/.jsdoc-config.json @@ -31,4 +31,4 @@ "parser": "gfm", "hardwrap": false } -} +} \ No newline at end of file diff --git a/codegens/java-unirest/index.js b/codegens/java-unirest/index.js index bb0a047c4..4cc88b358 100644 --- a/codegens/java-unirest/index.js +++ b/codegens/java-unirest/index.js @@ -1 +1 @@ -module.exports = require('./lib'); +module.exports = require('./lib'); \ No newline at end of file diff --git a/codegens/java-unirest/lib/index.js b/codegens/java-unirest/lib/index.js index 63c6d0f1d..a8dd8ee40 100644 --- a/codegens/java-unirest/lib/index.js +++ b/codegens/java-unirest/lib/index.js @@ -2,4 +2,4 @@ module.exports = { convert: require('./unirest').convert, getOptions: require('./unirest').getOptions -}; +}; \ No newline at end of file diff --git a/codegens/java-unirest/lib/lodash.js b/codegens/java-unirest/lib/lodash.js index f24268383..f37bd35f8 100644 --- a/codegens/java-unirest/lib/lodash.js +++ b/codegens/java-unirest/lib/lodash.js @@ -453,4 +453,4 @@ module.exports = { return true; } -}; +}; \ No newline at end of file diff --git a/codegens/java-unirest/lib/parseRequest.js b/codegens/java-unirest/lib/parseRequest.js index 6e6053bea..4988c04b1 100644 --- a/codegens/java-unirest/lib/parseRequest.js +++ b/codegens/java-unirest/lib/parseRequest.js @@ -185,4 +185,4 @@ module.exports = { parseBody: parseBody, parseHeader: parseHeader, getUrlStringfromUrlObject: getUrlStringfromUrlObject -}; +}; \ No newline at end of file diff --git a/codegens/java-unirest/lib/unirest.js b/codegens/java-unirest/lib/unirest.js index 540aee882..9c002e233 100644 --- a/codegens/java-unirest/lib/unirest.js +++ b/codegens/java-unirest/lib/unirest.js @@ -203,4 +203,4 @@ function convert (request, options, callback) { module.exports = { convert: convert, getOptions: getOptions -}; +}; \ No newline at end of file diff --git a/codegens/java-unirest/lib/util.js b/codegens/java-unirest/lib/util.js index 121a9358d..2b55f7c78 100644 --- a/codegens/java-unirest/lib/util.js +++ b/codegens/java-unirest/lib/util.js @@ -118,4 +118,4 @@ module.exports = { sanitize: sanitize, sanitizeOptions: sanitizeOptions, addFormParam: addFormParam -}; +}; \ No newline at end of file diff --git a/codegens/java-unirest/npm-shrinkwrap.json b/codegens/java-unirest/npm-shrinkwrap.json index 85d129050..3b3a99783 100644 --- a/codegens/java-unirest/npm-shrinkwrap.json +++ b/codegens/java-unirest/npm-shrinkwrap.json @@ -2,4 +2,4 @@ "name": "@postman/codegen-java-unirest", "version": "0.1.1", "lockfileVersion": 1 -} +} \ No newline at end of file diff --git a/codegens/java-unirest/npm/test-lint.js b/codegens/java-unirest/npm/test-lint.js index 2f4db0cb8..9753938e9 100644 --- a/codegens/java-unirest/npm/test-lint.js +++ b/codegens/java-unirest/npm/test-lint.js @@ -53,4 +53,4 @@ module.exports = function (exit) { }; // ensure we run this script exports if this is a direct stdin.tty run -!module.parent && module.exports(shell.exit); +!module.parent && module.exports(shell.exit); \ No newline at end of file diff --git a/codegens/java-unirest/npm/test-newman.js b/codegens/java-unirest/npm/test-newman.js index ae7d2afe1..aba100aba 100644 --- a/codegens/java-unirest/npm/test-newman.js +++ b/codegens/java-unirest/npm/test-newman.js @@ -56,4 +56,4 @@ module.exports = function (exit) { }; // ensure we run this script exports if this is a direct stdin.tty run -!module.parent && module.exports(shell.exit); +!module.parent && module.exports(shell.exit); \ No newline at end of file diff --git a/codegens/java-unirest/npm/test-unit.js b/codegens/java-unirest/npm/test-unit.js index 0de7fd529..9ad80681e 100755 --- a/codegens/java-unirest/npm/test-unit.js +++ b/codegens/java-unirest/npm/test-unit.js @@ -56,4 +56,4 @@ module.exports = function (exit) { }; // ensure we run this script exports if this is a direct stdin.tty run -!module.parent && module.exports(shell.exit); +!module.parent && module.exports(shell.exit); \ No newline at end of file diff --git a/codegens/java-unirest/npm/test.js b/codegens/java-unirest/npm/test.js index da2816f09..ca5849c9a 100755 --- a/codegens/java-unirest/npm/test.js +++ b/codegens/java-unirest/npm/test.js @@ -15,4 +15,4 @@ require('async').series([ // eslint-disable-next-line max-len console.info(chalk[code ? 'red' : 'green'](`\n${name}: duration ${prettyms(Date.now() - startedAt)}\n${name}: ${code ? 'not ok' : 'ok'}!`)); exit(code && (typeof code === 'number' ? code : 1) || 0); -}); +}); \ No newline at end of file diff --git a/codegens/java-unirest/package.json b/codegens/java-unirest/package.json index 37e2eed72..7bb130cb0 100644 --- a/codegens/java-unirest/package.json +++ b/codegens/java-unirest/package.json @@ -31,4 +31,4 @@ "engines": { "node": ">=8" } -} +} \ No newline at end of file diff --git a/codegens/java-unirest/test/newman/newman.test.js b/codegens/java-unirest/test/newman/newman.test.js index 5b8620407..273d4aaf9 100644 --- a/codegens/java-unirest/test/newman/newman.test.js +++ b/codegens/java-unirest/test/newman/newman.test.js @@ -11,4 +11,4 @@ describe('Convert for different types of request', function () { options = {includeBoilerplate: true}; runNewmanTest(convert, options, testConfig); -}); +}); \ No newline at end of file diff --git a/codegens/java-unirest/test/unit/convert.test.js b/codegens/java-unirest/test/unit/convert.test.js index 02ff19310..fdab78515 100644 --- a/codegens/java-unirest/test/unit/convert.test.js +++ b/codegens/java-unirest/test/unit/convert.test.js @@ -557,4 +557,4 @@ describe('java unirest convert function for test collection', function () { expect(sanitize('inputString ', true)).to.equal('inputString'); }); }); -}); +}); \ No newline at end of file diff --git a/codegens/java-unirest/test/unit/validation.test.js b/codegens/java-unirest/test/unit/validation.test.js index 3291640c3..4baed5a77 100644 --- a/codegens/java-unirest/test/unit/validation.test.js +++ b/codegens/java-unirest/test/unit/validation.test.js @@ -27,4 +27,4 @@ describe('package.json', function () { expect(languageModule).to.be.a('object'); expect(languageModule.convert).to.be.a('function'); }); -}); +}); \ No newline at end of file diff --git a/codegens/libcurl/.gitignore b/codegens/libcurl/.gitignore index 610b2e18b..4678de335 100644 --- a/codegens/libcurl/.gitignore +++ b/codegens/libcurl/.gitignore @@ -69,4 +69,3 @@ out/ *.c executableFile - diff --git a/codegens/libcurl/.jsdoc-config.json b/codegens/libcurl/.jsdoc-config.json index d3a733ad4..3c2dd6fc7 100644 --- a/codegens/libcurl/.jsdoc-config.json +++ b/codegens/libcurl/.jsdoc-config.json @@ -31,5 +31,4 @@ "parser": "gfm", "hardwrap": false } - } - \ No newline at end of file + } \ No newline at end of file diff --git a/codegens/libcurl/.npmignore b/codegens/libcurl/.npmignore index 17156c3bc..6159dd210 100644 --- a/codegens/libcurl/.npmignore +++ b/codegens/libcurl/.npmignore @@ -71,4 +71,4 @@ typings/ # dotenv environment variables file .env -out/ +out/ \ No newline at end of file diff --git a/codegens/libcurl/index.js b/codegens/libcurl/index.js index bb0a047c4..4cc88b358 100644 --- a/codegens/libcurl/index.js +++ b/codegens/libcurl/index.js @@ -1 +1 @@ -module.exports = require('./lib'); +module.exports = require('./lib'); \ No newline at end of file diff --git a/codegens/libcurl/lib/index.js b/codegens/libcurl/lib/index.js index 3e16cf630..27c049c1a 100644 --- a/codegens/libcurl/lib/index.js +++ b/codegens/libcurl/lib/index.js @@ -283,4 +283,4 @@ self = module.exports = { } ]; } -}; +}; \ No newline at end of file diff --git a/codegens/libcurl/lib/lodash.js b/codegens/libcurl/lib/lodash.js index eda182ab4..27307f960 100644 --- a/codegens/libcurl/lib/lodash.js +++ b/codegens/libcurl/lib/lodash.js @@ -466,4 +466,4 @@ module.exports = { return true; } -}; +}; \ No newline at end of file diff --git a/codegens/libcurl/lib/util.js b/codegens/libcurl/lib/util.js index ddc8cfce0..211ebca98 100644 --- a/codegens/libcurl/lib/util.js +++ b/codegens/libcurl/lib/util.js @@ -206,4 +206,4 @@ const self = module.exports = { }); } } -}; +}; \ No newline at end of file diff --git a/codegens/libcurl/npm/test-lint.js b/codegens/libcurl/npm/test-lint.js index 04be04f81..e3acd5c1a 100644 --- a/codegens/libcurl/npm/test-lint.js +++ b/codegens/libcurl/npm/test-lint.js @@ -54,4 +54,4 @@ module.exports = function (exit) { }; // ensure we run this script exports if this is a direct stdin.tty run -!module.parent && module.exports(shell.exit); +!module.parent && module.exports(shell.exit); \ No newline at end of file diff --git a/codegens/libcurl/npm/test-newman.js b/codegens/libcurl/npm/test-newman.js index ae7d2afe1..aba100aba 100644 --- a/codegens/libcurl/npm/test-newman.js +++ b/codegens/libcurl/npm/test-newman.js @@ -56,4 +56,4 @@ module.exports = function (exit) { }; // ensure we run this script exports if this is a direct stdin.tty run -!module.parent && module.exports(shell.exit); +!module.parent && module.exports(shell.exit); \ No newline at end of file diff --git a/codegens/libcurl/npm/test-unit.js b/codegens/libcurl/npm/test-unit.js index 846b4b374..cd0862b0e 100755 --- a/codegens/libcurl/npm/test-unit.js +++ b/codegens/libcurl/npm/test-unit.js @@ -60,4 +60,4 @@ module.exports = function (exit) { }; // ensure we run this script exports if this is a direct stdin.tty run -!module.parent && module.exports(shell.exit); +!module.parent && module.exports(shell.exit); \ No newline at end of file diff --git a/codegens/libcurl/npm/test.js b/codegens/libcurl/npm/test.js index b20d0f308..39e705847 100755 --- a/codegens/libcurl/npm/test.js +++ b/codegens/libcurl/npm/test.js @@ -13,4 +13,4 @@ require('async').series([ // eslint-disable-next-line max-len console.info(chalk[code ? 'red' : 'green'](`\n${name}: duration ${prettyms(Date.now() - startedAt)}\n${name}: ${code ? 'not ok' : 'ok'}!`)); exit(code && (typeof code === 'number' ? code : 1) || 0); -}); +}); \ No newline at end of file diff --git a/codegens/libcurl/package-lock.json b/codegens/libcurl/package-lock.json index b650d640f..68c8f3b97 100644 --- a/codegens/libcurl/package-lock.json +++ b/codegens/libcurl/package-lock.json @@ -2,4 +2,4 @@ "name": "@postman/codegen-libcurl", "version": "0.1.0", "lockfileVersion": 1 -} +} \ No newline at end of file diff --git a/codegens/libcurl/package.json b/codegens/libcurl/package.json index 8c17004da..03749072e 100644 --- a/codegens/libcurl/package.json +++ b/codegens/libcurl/package.json @@ -23,4 +23,4 @@ "engines": { "node": ">=8" } -} +} \ No newline at end of file diff --git a/codegens/libcurl/test/newman/newman.test.js b/codegens/libcurl/test/newman/newman.test.js index 52b49dce4..06fe07080 100644 --- a/codegens/libcurl/test/newman/newman.test.js +++ b/codegens/libcurl/test/newman/newman.test.js @@ -15,4 +15,4 @@ describe('Convert for different types of request', function () { skipCollections: ['formdataFileCollection'] }; runNewmanTest(convert, options, testConfig); -}); +}); \ No newline at end of file diff --git a/codegens/libcurl/test/unit/convert.test.js b/codegens/libcurl/test/unit/convert.test.js index 4f81e14d9..725862ff6 100644 --- a/codegens/libcurl/test/unit/convert.test.js +++ b/codegens/libcurl/test/unit/convert.test.js @@ -176,4 +176,4 @@ describe('libcurl convert function', function () { }); }); -}); +}); \ No newline at end of file diff --git a/codegens/libcurl/test/unit/validation.test.js b/codegens/libcurl/test/unit/validation.test.js index 3bc8add44..30351ed6f 100644 --- a/codegens/libcurl/test/unit/validation.test.js +++ b/codegens/libcurl/test/unit/validation.test.js @@ -27,4 +27,4 @@ describe('package.json', function () { expect(languageModule).to.be.a('object'); expect(languageModule.convert).to.be.a('function'); }); -}); +}); \ No newline at end of file diff --git a/codegens/nodejs-axios/.gitignore b/codegens/nodejs-axios/.gitignore index dd41cd99b..f860b0ae0 100644 --- a/codegens/nodejs-axios/.gitignore +++ b/codegens/nodejs-axios/.gitignore @@ -66,4 +66,4 @@ typings/ # dotenv environment variables file .env -out/ +out/ \ No newline at end of file diff --git a/codegens/nodejs-axios/README.md b/codegens/nodejs-axios/README.md index 158bfdd3b..db15cc721 100644 --- a/codegens/nodejs-axios/README.md +++ b/codegens/nodejs-axios/README.md @@ -65,4 +65,4 @@ console.log(options); * Since Postman-SDK Request object doesn't provide complete path of the file, it needs to be manually inserted in case of uploading a file. -* This module doesn't support cookies. +* This module doesn't support cookies. \ No newline at end of file diff --git a/codegens/nodejs-axios/index.js b/codegens/nodejs-axios/index.js index bb0a047c4..4cc88b358 100644 --- a/codegens/nodejs-axios/index.js +++ b/codegens/nodejs-axios/index.js @@ -1 +1 @@ -module.exports = require('./lib'); +module.exports = require('./lib'); \ No newline at end of file diff --git a/codegens/nodejs-axios/lib/axios.js b/codegens/nodejs-axios/lib/axios.js index f720fa04e..6a7796a92 100644 --- a/codegens/nodejs-axios/lib/axios.js +++ b/codegens/nodejs-axios/lib/axios.js @@ -236,4 +236,4 @@ function convert (request, options, callback) { module.exports = { convert: convert, getOptions: getOptions -}; +}; \ No newline at end of file diff --git a/codegens/nodejs-axios/lib/index.js b/codegens/nodejs-axios/lib/index.js index 3c01771b0..ca631b0fd 100644 --- a/codegens/nodejs-axios/lib/index.js +++ b/codegens/nodejs-axios/lib/index.js @@ -1,4 +1,4 @@ module.exports = { convert: require('./axios').convert, getOptions: require('./axios').getOptions -}; +}; \ No newline at end of file diff --git a/codegens/nodejs-axios/lib/parseRequest.js b/codegens/nodejs-axios/lib/parseRequest.js index 87c71eefe..31b308255 100644 --- a/codegens/nodejs-axios/lib/parseRequest.js +++ b/codegens/nodejs-axios/lib/parseRequest.js @@ -179,4 +179,4 @@ module.exports = { parseBody: parseBody, parseHeader: parseHeader, parseFormData: parseFormData -}; +}; \ No newline at end of file diff --git a/codegens/nodejs-axios/lib/util.js b/codegens/nodejs-axios/lib/util.js index 5b5226db5..b45f99830 100644 --- a/codegens/nodejs-axios/lib/util.js +++ b/codegens/nodejs-axios/lib/util.js @@ -117,4 +117,4 @@ module.exports = { sanitize: sanitize, sanitizeOptions: sanitizeOptions, addFormParam: addFormParam -}; +}; \ No newline at end of file diff --git a/codegens/nodejs-axios/npm/test-lint.js b/codegens/nodejs-axios/npm/test-lint.js index f21f88e76..23f2b4e22 100644 --- a/codegens/nodejs-axios/npm/test-lint.js +++ b/codegens/nodejs-axios/npm/test-lint.js @@ -53,4 +53,4 @@ module.exports = function (exit) { }; // ensure we run this script exports if this is a direct stdin.tty run -!module.parent && module.exports(shell.exit); +!module.parent && module.exports(shell.exit); \ No newline at end of file diff --git a/codegens/nodejs-axios/npm/test-newman.js b/codegens/nodejs-axios/npm/test-newman.js index ae7d2afe1..aba100aba 100644 --- a/codegens/nodejs-axios/npm/test-newman.js +++ b/codegens/nodejs-axios/npm/test-newman.js @@ -56,4 +56,4 @@ module.exports = function (exit) { }; // ensure we run this script exports if this is a direct stdin.tty run -!module.parent && module.exports(shell.exit); +!module.parent && module.exports(shell.exit); \ No newline at end of file diff --git a/codegens/nodejs-axios/npm/test-unit.js b/codegens/nodejs-axios/npm/test-unit.js index 305e2f815..e017c19f5 100755 --- a/codegens/nodejs-axios/npm/test-unit.js +++ b/codegens/nodejs-axios/npm/test-unit.js @@ -56,4 +56,4 @@ module.exports = function (exit) { }; // ensure we run this script exports if this is a direct stdin.tty run -!module.parent && module.exports(shell.exit); +!module.parent && module.exports(shell.exit); \ No newline at end of file diff --git a/codegens/nodejs-axios/npm/test.js b/codegens/nodejs-axios/npm/test.js index da2816f09..ca5849c9a 100755 --- a/codegens/nodejs-axios/npm/test.js +++ b/codegens/nodejs-axios/npm/test.js @@ -15,4 +15,4 @@ require('async').series([ // eslint-disable-next-line max-len console.info(chalk[code ? 'red' : 'green'](`\n${name}: duration ${prettyms(Date.now() - startedAt)}\n${name}: ${code ? 'not ok' : 'ok'}!`)); exit(code && (typeof code === 'number' ? code : 1) || 0); -}); +}); \ No newline at end of file diff --git a/codegens/nodejs-axios/package-lock.json b/codegens/nodejs-axios/package-lock.json index 521c75440..9ef0e1162 100644 --- a/codegens/nodejs-axios/package-lock.json +++ b/codegens/nodejs-axios/package-lock.json @@ -99,4 +99,4 @@ "dev": true } } -} +} \ No newline at end of file diff --git a/codegens/nodejs-axios/package.json b/codegens/nodejs-axios/package.json index 068ec5c3d..abf423660 100644 --- a/codegens/nodejs-axios/package.json +++ b/codegens/nodejs-axios/package.json @@ -37,4 +37,4 @@ "engines": { "node": ">=12" } -} +} \ No newline at end of file diff --git a/codegens/nodejs-request/.gitignore b/codegens/nodejs-request/.gitignore index dd41cd99b..f860b0ae0 100644 --- a/codegens/nodejs-request/.gitignore +++ b/codegens/nodejs-request/.gitignore @@ -66,4 +66,4 @@ typings/ # dotenv environment variables file .env -out/ +out/ \ No newline at end of file diff --git a/codegens/nodejs-request/.npmignore b/codegens/nodejs-request/.npmignore index 17156c3bc..6159dd210 100644 --- a/codegens/nodejs-request/.npmignore +++ b/codegens/nodejs-request/.npmignore @@ -71,4 +71,4 @@ typings/ # dotenv environment variables file .env -out/ +out/ \ No newline at end of file diff --git a/codegens/nodejs-request/README.md b/codegens/nodejs-request/README.md index ec86322bf..a4067bb53 100644 --- a/codegens/nodejs-request/README.md +++ b/codegens/nodejs-request/README.md @@ -65,4 +65,4 @@ console.log(options); * Since Postman-SDK Request object doesn't provide complete path of the file, it needs to be manually inserted in case of uploading a file. -* This module doesn't support cookies. +* This module doesn't support cookies. \ No newline at end of file diff --git a/codegens/nodejs-request/index.js b/codegens/nodejs-request/index.js index bb0a047c4..4cc88b358 100644 --- a/codegens/nodejs-request/index.js +++ b/codegens/nodejs-request/index.js @@ -1 +1 @@ -module.exports = require('./lib'); +module.exports = require('./lib'); \ No newline at end of file diff --git a/codegens/nodejs-request/lib/index.js b/codegens/nodejs-request/lib/index.js index b4d4e644e..a838c7574 100644 --- a/codegens/nodejs-request/lib/index.js +++ b/codegens/nodejs-request/lib/index.js @@ -1,4 +1,4 @@ module.exports = { convert: require('./request').convert, getOptions: require('./request').getOptions -}; +}; \ No newline at end of file diff --git a/codegens/nodejs-request/lib/lodash.js b/codegens/nodejs-request/lib/lodash.js index 55ea6666d..27151c3f6 100644 --- a/codegens/nodejs-request/lib/lodash.js +++ b/codegens/nodejs-request/lib/lodash.js @@ -453,4 +453,4 @@ module.exports = { return true; } -}; +}; \ No newline at end of file diff --git a/codegens/nodejs-request/lib/parseRequest.js b/codegens/nodejs-request/lib/parseRequest.js index 435a5a5ad..dd242d8fa 100644 --- a/codegens/nodejs-request/lib/parseRequest.js +++ b/codegens/nodejs-request/lib/parseRequest.js @@ -189,4 +189,4 @@ function parseHeader (request, indentString) { module.exports = { parseBody: parseBody, parseHeader: parseHeader -}; +}; \ No newline at end of file diff --git a/codegens/nodejs-request/lib/request.js b/codegens/nodejs-request/lib/request.js index 73d2e5d29..8d501a9a9 100644 --- a/codegens/nodejs-request/lib/request.js +++ b/codegens/nodejs-request/lib/request.js @@ -187,4 +187,4 @@ function convert (request, options, callback) { module.exports = { convert: convert, getOptions: getOptions -}; +}; \ No newline at end of file diff --git a/codegens/nodejs-request/lib/util.js b/codegens/nodejs-request/lib/util.js index 8eb96b11e..bf930b45b 100644 --- a/codegens/nodejs-request/lib/util.js +++ b/codegens/nodejs-request/lib/util.js @@ -88,4 +88,4 @@ function sanitizeOptions (options, optionsArray) { module.exports = { sanitize: sanitize, sanitizeOptions: sanitizeOptions -}; +}; \ No newline at end of file diff --git a/codegens/nodejs-request/npm-shrinkwrap.json b/codegens/nodejs-request/npm-shrinkwrap.json index 0b2d025dc..c57039333 100644 --- a/codegens/nodejs-request/npm-shrinkwrap.json +++ b/codegens/nodejs-request/npm-shrinkwrap.json @@ -437,4 +437,4 @@ } } } -} +} \ No newline at end of file diff --git a/codegens/nodejs-request/npm/test-lint.js b/codegens/nodejs-request/npm/test-lint.js index 2f4db0cb8..9753938e9 100644 --- a/codegens/nodejs-request/npm/test-lint.js +++ b/codegens/nodejs-request/npm/test-lint.js @@ -53,4 +53,4 @@ module.exports = function (exit) { }; // ensure we run this script exports if this is a direct stdin.tty run -!module.parent && module.exports(shell.exit); +!module.parent && module.exports(shell.exit); \ No newline at end of file diff --git a/codegens/nodejs-request/npm/test-newman.js b/codegens/nodejs-request/npm/test-newman.js index ae7d2afe1..aba100aba 100644 --- a/codegens/nodejs-request/npm/test-newman.js +++ b/codegens/nodejs-request/npm/test-newman.js @@ -56,4 +56,4 @@ module.exports = function (exit) { }; // ensure we run this script exports if this is a direct stdin.tty run -!module.parent && module.exports(shell.exit); +!module.parent && module.exports(shell.exit); \ No newline at end of file diff --git a/codegens/nodejs-request/npm/test-unit.js b/codegens/nodejs-request/npm/test-unit.js index 0de7fd529..9ad80681e 100755 --- a/codegens/nodejs-request/npm/test-unit.js +++ b/codegens/nodejs-request/npm/test-unit.js @@ -56,4 +56,4 @@ module.exports = function (exit) { }; // ensure we run this script exports if this is a direct stdin.tty run -!module.parent && module.exports(shell.exit); +!module.parent && module.exports(shell.exit); \ No newline at end of file diff --git a/codegens/nodejs-request/npm/test.js b/codegens/nodejs-request/npm/test.js index da2816f09..ca5849c9a 100755 --- a/codegens/nodejs-request/npm/test.js +++ b/codegens/nodejs-request/npm/test.js @@ -15,4 +15,4 @@ require('async').series([ // eslint-disable-next-line max-len console.info(chalk[code ? 'red' : 'green'](`\n${name}: duration ${prettyms(Date.now() - startedAt)}\n${name}: ${code ? 'not ok' : 'ok'}!`)); exit(code && (typeof code === 'number' ? code : 1) || 0); -}); +}); \ No newline at end of file diff --git a/codegens/nodejs-request/package.json b/codegens/nodejs-request/package.json index a05396292..46349cc8d 100644 --- a/codegens/nodejs-request/package.json +++ b/codegens/nodejs-request/package.json @@ -33,4 +33,4 @@ "engines": { "node": ">=8" } -} +} \ No newline at end of file diff --git a/codegens/nodejs-request/test/.eslintrc b/codegens/nodejs-request/test/.eslintrc index 9d477e31e..b20602a6c 100644 --- a/codegens/nodejs-request/test/.eslintrc +++ b/codegens/nodejs-request/test/.eslintrc @@ -27,4 +27,4 @@ "mocha/valid-test-description": "off", "mocha/valid-suite-description": "off" } -} +} \ No newline at end of file diff --git a/codegens/nodejs-request/test/unit/snippet.test.js b/codegens/nodejs-request/test/unit/snippet.test.js index 83a7891c7..5b4bd79f6 100644 --- a/codegens/nodejs-request/test/unit/snippet.test.js +++ b/codegens/nodejs-request/test/unit/snippet.test.js @@ -446,4 +446,4 @@ describe('nodejs-request convert function', function () { }); }); }); -}); +}); \ No newline at end of file diff --git a/codegens/nodejs-request/test/unit/validation.test.js b/codegens/nodejs-request/test/unit/validation.test.js index f1083b153..1725d80b3 100644 --- a/codegens/nodejs-request/test/unit/validation.test.js +++ b/codegens/nodejs-request/test/unit/validation.test.js @@ -27,4 +27,4 @@ describe('package.json', function () { expect(languageModule).to.be.a('object'); expect(languageModule.convert).to.be.a('function'); }); -}); +}); \ No newline at end of file diff --git a/codegens/nodejs-unirest/.jsdoc-config.json b/codegens/nodejs-unirest/.jsdoc-config.json index 085a7be65..e70f3c22f 100644 --- a/codegens/nodejs-unirest/.jsdoc-config.json +++ b/codegens/nodejs-unirest/.jsdoc-config.json @@ -31,4 +31,4 @@ "parser": "gfm", "hardwrap": false } -} +} \ No newline at end of file diff --git a/codegens/nodejs-unirest/.npmignore b/codegens/nodejs-unirest/.npmignore index 17156c3bc..6159dd210 100644 --- a/codegens/nodejs-unirest/.npmignore +++ b/codegens/nodejs-unirest/.npmignore @@ -71,4 +71,4 @@ typings/ # dotenv environment variables file .env -out/ +out/ \ No newline at end of file diff --git a/codegens/nodejs-unirest/README.md b/codegens/nodejs-unirest/README.md index 889e88429..2ee7fc6e5 100644 --- a/codegens/nodejs-unirest/README.md +++ b/codegens/nodejs-unirest/README.md @@ -65,4 +65,4 @@ console.log(options); * Since Postman-SDK Request object doesn't provide complete path of the file, it needs to be manually inserted in case of uploading a file. -* This module doesn't support cookies. +* This module doesn't support cookies. \ No newline at end of file diff --git a/codegens/nodejs-unirest/index.js b/codegens/nodejs-unirest/index.js index bb0a047c4..4cc88b358 100644 --- a/codegens/nodejs-unirest/index.js +++ b/codegens/nodejs-unirest/index.js @@ -1 +1 @@ -module.exports = require('./lib'); +module.exports = require('./lib'); \ No newline at end of file diff --git a/codegens/nodejs-unirest/lib/index.js b/codegens/nodejs-unirest/lib/index.js index bb7f5fe7c..192465f83 100644 --- a/codegens/nodejs-unirest/lib/index.js +++ b/codegens/nodejs-unirest/lib/index.js @@ -1,4 +1,4 @@ module.exports = { convert: require('./unirest').convert, getOptions: require('./unirest').getOptions -}; +}; \ No newline at end of file diff --git a/codegens/nodejs-unirest/lib/lodash.js b/codegens/nodejs-unirest/lib/lodash.js index 55ea6666d..27151c3f6 100644 --- a/codegens/nodejs-unirest/lib/lodash.js +++ b/codegens/nodejs-unirest/lib/lodash.js @@ -453,4 +453,4 @@ module.exports = { return true; } -}; +}; \ No newline at end of file diff --git a/codegens/nodejs-unirest/lib/parseRequest.js b/codegens/nodejs-unirest/lib/parseRequest.js index 50c371ad4..68776bd61 100644 --- a/codegens/nodejs-unirest/lib/parseRequest.js +++ b/codegens/nodejs-unirest/lib/parseRequest.js @@ -150,4 +150,4 @@ function parseHeader (request, indentString) { module.exports = { parseBody: parseBody, parseHeader: parseHeader -}; +}; \ No newline at end of file diff --git a/codegens/nodejs-unirest/lib/unirest.js b/codegens/nodejs-unirest/lib/unirest.js index 30bafd7ca..48274eec2 100644 --- a/codegens/nodejs-unirest/lib/unirest.js +++ b/codegens/nodejs-unirest/lib/unirest.js @@ -195,4 +195,4 @@ function convert (request, options, callback) { module.exports = { convert: convert, getOptions: getOptions -}; +}; \ No newline at end of file diff --git a/codegens/nodejs-unirest/lib/util.js b/codegens/nodejs-unirest/lib/util.js index c21cff84f..6b517d5b3 100644 --- a/codegens/nodejs-unirest/lib/util.js +++ b/codegens/nodejs-unirest/lib/util.js @@ -118,4 +118,4 @@ module.exports = { sanitize: sanitize, sanitizeOptions: sanitizeOptions, addFormParam: addFormParam -}; +}; \ No newline at end of file diff --git a/codegens/nodejs-unirest/npm-shrinkwrap.json b/codegens/nodejs-unirest/npm-shrinkwrap.json index a0d87b371..6775b9c62 100644 --- a/codegens/nodejs-unirest/npm-shrinkwrap.json +++ b/codegens/nodejs-unirest/npm-shrinkwrap.json @@ -457,4 +457,4 @@ } } } -} +} \ No newline at end of file diff --git a/codegens/nodejs-unirest/npm/test-lint.js b/codegens/nodejs-unirest/npm/test-lint.js index 2f4db0cb8..9753938e9 100644 --- a/codegens/nodejs-unirest/npm/test-lint.js +++ b/codegens/nodejs-unirest/npm/test-lint.js @@ -53,4 +53,4 @@ module.exports = function (exit) { }; // ensure we run this script exports if this is a direct stdin.tty run -!module.parent && module.exports(shell.exit); +!module.parent && module.exports(shell.exit); \ No newline at end of file diff --git a/codegens/nodejs-unirest/npm/test-newman.js b/codegens/nodejs-unirest/npm/test-newman.js index ae7d2afe1..aba100aba 100644 --- a/codegens/nodejs-unirest/npm/test-newman.js +++ b/codegens/nodejs-unirest/npm/test-newman.js @@ -56,4 +56,4 @@ module.exports = function (exit) { }; // ensure we run this script exports if this is a direct stdin.tty run -!module.parent && module.exports(shell.exit); +!module.parent && module.exports(shell.exit); \ No newline at end of file diff --git a/codegens/nodejs-unirest/npm/test-unit.js b/codegens/nodejs-unirest/npm/test-unit.js index 0de7fd529..9ad80681e 100755 --- a/codegens/nodejs-unirest/npm/test-unit.js +++ b/codegens/nodejs-unirest/npm/test-unit.js @@ -56,4 +56,4 @@ module.exports = function (exit) { }; // ensure we run this script exports if this is a direct stdin.tty run -!module.parent && module.exports(shell.exit); +!module.parent && module.exports(shell.exit); \ No newline at end of file diff --git a/codegens/nodejs-unirest/npm/test.js b/codegens/nodejs-unirest/npm/test.js index da2816f09..ca5849c9a 100755 --- a/codegens/nodejs-unirest/npm/test.js +++ b/codegens/nodejs-unirest/npm/test.js @@ -15,4 +15,4 @@ require('async').series([ // eslint-disable-next-line max-len console.info(chalk[code ? 'red' : 'green'](`\n${name}: duration ${prettyms(Date.now() - startedAt)}\n${name}: ${code ? 'not ok' : 'ok'}!`)); exit(code && (typeof code === 'number' ? code : 1) || 0); -}); +}); \ No newline at end of file diff --git a/codegens/nodejs-unirest/package.json b/codegens/nodejs-unirest/package.json index b5ee1ef04..c15bbd17b 100644 --- a/codegens/nodejs-unirest/package.json +++ b/codegens/nodejs-unirest/package.json @@ -33,4 +33,4 @@ "engines": { "node": ">=8" } -} +} \ No newline at end of file diff --git a/codegens/nodejs-unirest/test/newman/newman.test.js b/codegens/nodejs-unirest/test/newman/newman.test.js index 4dd14610d..bbe425ded 100644 --- a/codegens/nodejs-unirest/test/newman/newman.test.js +++ b/codegens/nodejs-unirest/test/newman/newman.test.js @@ -25,4 +25,4 @@ describe('Convert for different types of request', function () { runNewmanTest(convert, options, testConfig); }); -}); +}); \ No newline at end of file diff --git a/codegens/nodejs-unirest/test/unit/snippet.test.js b/codegens/nodejs-unirest/test/unit/snippet.test.js index 733e637b1..905804336 100644 --- a/codegens/nodejs-unirest/test/unit/snippet.test.js +++ b/codegens/nodejs-unirest/test/unit/snippet.test.js @@ -316,4 +316,4 @@ describe('nodejs unirest convert function', function () { expect(sanitize('inputString ', true)).to.equal('inputString'); }); }); -}); +}); \ No newline at end of file diff --git a/codegens/nodejs-unirest/test/unit/validation.test.js b/codegens/nodejs-unirest/test/unit/validation.test.js index f1083b153..1725d80b3 100644 --- a/codegens/nodejs-unirest/test/unit/validation.test.js +++ b/codegens/nodejs-unirest/test/unit/validation.test.js @@ -27,4 +27,4 @@ describe('package.json', function () { expect(languageModule).to.be.a('object'); expect(languageModule.convert).to.be.a('function'); }); -}); +}); \ No newline at end of file diff --git a/codegens/php-curl/.jsdoc-config.json b/codegens/php-curl/.jsdoc-config.json index 90e6d5d44..ef1618fd5 100644 --- a/codegens/php-curl/.jsdoc-config.json +++ b/codegens/php-curl/.jsdoc-config.json @@ -31,4 +31,4 @@ "parser": "gfm", "hardwrap": false } -} +} \ No newline at end of file diff --git a/codegens/php-curl/index.js b/codegens/php-curl/index.js index bb0a047c4..4cc88b358 100644 --- a/codegens/php-curl/index.js +++ b/codegens/php-curl/index.js @@ -1 +1 @@ -module.exports = require('./lib'); +module.exports = require('./lib'); \ No newline at end of file diff --git a/codegens/php-curl/lib/index.js b/codegens/php-curl/lib/index.js index e0ab847e6..5d299989c 100644 --- a/codegens/php-curl/lib/index.js +++ b/codegens/php-curl/lib/index.js @@ -1,4 +1,4 @@ module.exports = { convert: require('./php-curl').convert, getOptions: require('./php-curl').getOptions -}; +}; \ No newline at end of file diff --git a/codegens/php-curl/lib/lodash.js b/codegens/php-curl/lib/lodash.js index 55ea6666d..27151c3f6 100644 --- a/codegens/php-curl/lib/lodash.js +++ b/codegens/php-curl/lib/lodash.js @@ -453,4 +453,4 @@ module.exports = { return true; } -}; +}; \ No newline at end of file diff --git a/codegens/php-curl/lib/php-curl.js b/codegens/php-curl/lib/php-curl.js index a3c82d77e..e4f75cc21 100644 --- a/codegens/php-curl/lib/php-curl.js +++ b/codegens/php-curl/lib/php-curl.js @@ -182,4 +182,4 @@ self = module.exports = { return callback(null, snippet); } -}; +}; \ No newline at end of file diff --git a/codegens/php-curl/lib/util/parseBody.js b/codegens/php-curl/lib/util/parseBody.js index 3d1f8dd59..06b7b3f60 100644 --- a/codegens/php-curl/lib/util/parseBody.js +++ b/codegens/php-curl/lib/util/parseBody.js @@ -77,4 +77,4 @@ module.exports = function (request, trimRequestBody, indentation) { } } return ''; -}; +}; \ No newline at end of file diff --git a/codegens/php-curl/lib/util/sanitize.js b/codegens/php-curl/lib/util/sanitize.js index 6755abf3d..825ef7433 100644 --- a/codegens/php-curl/lib/util/sanitize.js +++ b/codegens/php-curl/lib/util/sanitize.js @@ -209,4 +209,4 @@ const self = module.exports = { }); } } -}; +}; \ No newline at end of file diff --git a/codegens/php-curl/npm-shrinkwrap.json b/codegens/php-curl/npm-shrinkwrap.json index 9736559cb..6c8ba25f3 100644 --- a/codegens/php-curl/npm-shrinkwrap.json +++ b/codegens/php-curl/npm-shrinkwrap.json @@ -2,4 +2,4 @@ "name": "@postman/codegen-php-curl", "version": "0.1.4", "lockfileVersion": 1 -} +} \ No newline at end of file diff --git a/codegens/php-curl/npm/test-lint.js b/codegens/php-curl/npm/test-lint.js index 2f4db0cb8..9753938e9 100644 --- a/codegens/php-curl/npm/test-lint.js +++ b/codegens/php-curl/npm/test-lint.js @@ -53,4 +53,4 @@ module.exports = function (exit) { }; // ensure we run this script exports if this is a direct stdin.tty run -!module.parent && module.exports(shell.exit); +!module.parent && module.exports(shell.exit); \ No newline at end of file diff --git a/codegens/php-curl/npm/test-newman.js b/codegens/php-curl/npm/test-newman.js index ae7d2afe1..aba100aba 100644 --- a/codegens/php-curl/npm/test-newman.js +++ b/codegens/php-curl/npm/test-newman.js @@ -56,4 +56,4 @@ module.exports = function (exit) { }; // ensure we run this script exports if this is a direct stdin.tty run -!module.parent && module.exports(shell.exit); +!module.parent && module.exports(shell.exit); \ No newline at end of file diff --git a/codegens/php-curl/npm/test-unit.js b/codegens/php-curl/npm/test-unit.js index 0de7fd529..9ad80681e 100755 --- a/codegens/php-curl/npm/test-unit.js +++ b/codegens/php-curl/npm/test-unit.js @@ -56,4 +56,4 @@ module.exports = function (exit) { }; // ensure we run this script exports if this is a direct stdin.tty run -!module.parent && module.exports(shell.exit); +!module.parent && module.exports(shell.exit); \ No newline at end of file diff --git a/codegens/php-curl/npm/test.js b/codegens/php-curl/npm/test.js index da2816f09..ca5849c9a 100755 --- a/codegens/php-curl/npm/test.js +++ b/codegens/php-curl/npm/test.js @@ -15,4 +15,4 @@ require('async').series([ // eslint-disable-next-line max-len console.info(chalk[code ? 'red' : 'green'](`\n${name}: duration ${prettyms(Date.now() - startedAt)}\n${name}: ${code ? 'not ok' : 'ok'}!`)); exit(code && (typeof code === 'number' ? code : 1) || 0); -}); +}); \ No newline at end of file diff --git a/codegens/php-curl/package.json b/codegens/php-curl/package.json index ff765d1f7..a89287acb 100644 --- a/codegens/php-curl/package.json +++ b/codegens/php-curl/package.json @@ -31,4 +31,4 @@ "engines": { "node": ">=8" } -} +} \ No newline at end of file diff --git a/codegens/php-curl/test/newman/newman.test.js b/codegens/php-curl/test/newman/newman.test.js index 1feb8567a..bb310543f 100644 --- a/codegens/php-curl/test/newman/newman.test.js +++ b/codegens/php-curl/test/newman/newman.test.js @@ -18,4 +18,4 @@ describe('Convert for different types of request', function () { runNewmanTest(convert, options, testConfig); -}); +}); \ No newline at end of file diff --git a/codegens/php-curl/test/unit/converter.test.js b/codegens/php-curl/test/unit/converter.test.js index 068b425fa..d4f382b65 100644 --- a/codegens/php-curl/test/unit/converter.test.js +++ b/codegens/php-curl/test/unit/converter.test.js @@ -85,4 +85,4 @@ describe('php-curl converter', function () { }); }); -}); +}); \ No newline at end of file diff --git a/codegens/php-curl/test/unit/package.test.js b/codegens/php-curl/test/unit/package.test.js index c02f5a7a6..4e4544732 100644 --- a/codegens/php-curl/test/unit/package.test.js +++ b/codegens/php-curl/test/unit/package.test.js @@ -25,4 +25,4 @@ describe('package.json', function () { expect(languageModule.convert).to.be.a('function'); }); -}); +}); \ No newline at end of file diff --git a/codegens/php-guzzle/.gitignore b/codegens/php-guzzle/.gitignore index e4daa554f..ed6277832 100644 --- a/codegens/php-guzzle/.gitignore +++ b/codegens/php-guzzle/.gitignore @@ -40,4 +40,4 @@ typings/ out/ -codesnippet.php +codesnippet.php \ No newline at end of file diff --git a/codegens/php-guzzle/README.md b/codegens/php-guzzle/README.md index 6a57ee2e0..d6ef8739d 100644 --- a/codegens/php-guzzle/README.md +++ b/codegens/php-guzzle/README.md @@ -43,4 +43,4 @@ convert(request, options, function(error, snippet) { * Since Postman-SDK Request object doesn't provide complete path of the file, it needs to be manually inserted in case of uploading a file. -* This module doesn't support cookies. +* This module doesn't support cookies. \ No newline at end of file diff --git a/codegens/php-guzzle/index.js b/codegens/php-guzzle/index.js index bb0a047c4..4cc88b358 100644 --- a/codegens/php-guzzle/index.js +++ b/codegens/php-guzzle/index.js @@ -1 +1 @@ -module.exports = require('./lib'); +module.exports = require('./lib'); \ No newline at end of file diff --git a/codegens/php-guzzle/lib/index.js b/codegens/php-guzzle/lib/index.js index e78763f92..debdd8ed0 100644 --- a/codegens/php-guzzle/lib/index.js +++ b/codegens/php-guzzle/lib/index.js @@ -1,4 +1,4 @@ module.exports = { convert: require('./phpGuzzle').convert, getOptions: require('./phpGuzzle').getOptions -}; +}; \ No newline at end of file diff --git a/codegens/php-guzzle/lib/lodash.js b/codegens/php-guzzle/lib/lodash.js index 5be147afd..6e71ba2ac 100644 --- a/codegens/php-guzzle/lib/lodash.js +++ b/codegens/php-guzzle/lib/lodash.js @@ -452,4 +452,4 @@ module.exports = { return true; } -}; +}; \ No newline at end of file diff --git a/codegens/php-guzzle/lib/options.js b/codegens/php-guzzle/lib/options.js index 4f8c4ed01..f8c14a4ae 100644 --- a/codegens/php-guzzle/lib/options.js +++ b/codegens/php-guzzle/lib/options.js @@ -76,4 +76,4 @@ module.exports = { * @returns {Array} Options specific to generation of PHP-Guzzle code snippet */ getOptions -}; +}; \ No newline at end of file diff --git a/codegens/php-guzzle/lib/phpGuzzle.js b/codegens/php-guzzle/lib/phpGuzzle.js index 9bc72f8e8..abf193e0c 100644 --- a/codegens/php-guzzle/lib/phpGuzzle.js +++ b/codegens/php-guzzle/lib/phpGuzzle.js @@ -372,6 +372,4 @@ module.exports = { getSnippetRequestObject, groupHeadersSameKey, getIncludeBoilerplate -}; - - +}; \ No newline at end of file diff --git a/codegens/php-guzzle/lib/util/parseBody.js b/codegens/php-guzzle/lib/util/parseBody.js index 5ea677fce..97d0ef118 100644 --- a/codegens/php-guzzle/lib/util/parseBody.js +++ b/codegens/php-guzzle/lib/util/parseBody.js @@ -292,4 +292,4 @@ function parseBody (body, indentation, bodyTrim, contentType) { module.exports = { parseBody -}; +}; \ No newline at end of file diff --git a/codegens/php-guzzle/lib/util/sanitize.js b/codegens/php-guzzle/lib/util/sanitize.js index 12da86ad4..420097153 100644 --- a/codegens/php-guzzle/lib/util/sanitize.js +++ b/codegens/php-guzzle/lib/util/sanitize.js @@ -84,4 +84,4 @@ module.exports = { return result; } -}; +}; \ No newline at end of file diff --git a/codegens/php-guzzle/npm-shrinkwrap.json b/codegens/php-guzzle/npm-shrinkwrap.json index 6233eab5e..b702a2aa3 100644 --- a/codegens/php-guzzle/npm-shrinkwrap.json +++ b/codegens/php-guzzle/npm-shrinkwrap.json @@ -2,4 +2,4 @@ "name": "@postman/codegen-php-guzzle", "version": "0.0.1", "lockfileVersion": 1 -} +} \ No newline at end of file diff --git a/codegens/php-guzzle/npm/test-lint.js b/codegens/php-guzzle/npm/test-lint.js index 2f4db0cb8..9753938e9 100644 --- a/codegens/php-guzzle/npm/test-lint.js +++ b/codegens/php-guzzle/npm/test-lint.js @@ -53,4 +53,4 @@ module.exports = function (exit) { }; // ensure we run this script exports if this is a direct stdin.tty run -!module.parent && module.exports(shell.exit); +!module.parent && module.exports(shell.exit); \ No newline at end of file diff --git a/codegens/php-guzzle/npm/test-newman.js b/codegens/php-guzzle/npm/test-newman.js index cf3ddf1e6..abe069fda 100644 --- a/codegens/php-guzzle/npm/test-newman.js +++ b/codegens/php-guzzle/npm/test-newman.js @@ -57,4 +57,4 @@ module.exports = function (exit) { }; // ensure we run this script exports if this is a direct stdin.tty run -!module.parent && module.exports(shell.exit); +!module.parent && module.exports(shell.exit); \ No newline at end of file diff --git a/codegens/php-guzzle/npm/test-unit.js b/codegens/php-guzzle/npm/test-unit.js index b93a5cba1..3406d25c7 100644 --- a/codegens/php-guzzle/npm/test-unit.js +++ b/codegens/php-guzzle/npm/test-unit.js @@ -57,4 +57,4 @@ module.exports = function (exit) { }; // ensure we run this script exports if this is a direct stdin.tty run -!module.parent && module.exports(shell.exit); +!module.parent && module.exports(shell.exit); \ No newline at end of file diff --git a/codegens/php-guzzle/npm/test.js b/codegens/php-guzzle/npm/test.js index 07be3d9ca..c448ad239 100644 --- a/codegens/php-guzzle/npm/test.js +++ b/codegens/php-guzzle/npm/test.js @@ -16,4 +16,4 @@ require('async').series([ // eslint-disable-next-line max-len console.info(chalk[code ? 'red' : 'green'](`\n${name}: duration ${prettyms(Date.now() - startedAt)}\n${name}: ${code ? 'not ok' : 'ok'}!`)); exit(code && (typeof code === 'number' ? code : 1) || 0); -}); +}); \ No newline at end of file diff --git a/codegens/php-guzzle/package.json b/codegens/php-guzzle/package.json index 946b696bb..0aad4d1e6 100644 --- a/codegens/php-guzzle/package.json +++ b/codegens/php-guzzle/package.json @@ -31,4 +31,4 @@ "engines": { "node": ">=8" } -} +} \ No newline at end of file diff --git a/codegens/php-guzzle/test/newman/newman.test.js b/codegens/php-guzzle/test/newman/newman.test.js index 8304bdfc7..6211d32fc 100644 --- a/codegens/php-guzzle/test/newman/newman.test.js +++ b/codegens/php-guzzle/test/newman/newman.test.js @@ -34,4 +34,4 @@ describe('PHP-Guzzle Converter', function () { }; runNewmanTest(convert, options, testConfig); }); -}); +}); \ No newline at end of file diff --git a/codegens/php-guzzle/test/unit/convert.test.js b/codegens/php-guzzle/test/unit/convert.test.js index dcd0b32cf..9c8df83c6 100644 --- a/codegens/php-guzzle/test/unit/convert.test.js +++ b/codegens/php-guzzle/test/unit/convert.test.js @@ -172,4 +172,4 @@ describe('convert function', function () { done(); }); -}); +}); \ No newline at end of file diff --git a/codegens/php-guzzle/test/unit/options.test.js b/codegens/php-guzzle/test/unit/options.test.js index ce11433dd..4ccc8ffc4 100644 --- a/codegens/php-guzzle/test/unit/options.test.js +++ b/codegens/php-guzzle/test/unit/options.test.js @@ -31,4 +31,4 @@ describe('getOptions function', function () { expect(options[index]).to.have.property('id', availableOption[index]); }); }); -}); +}); \ No newline at end of file diff --git a/codegens/php-guzzle/test/unit/parseBody.test.js b/codegens/php-guzzle/test/unit/parseBody.test.js index ea0483c3d..3f5a120ab 100644 --- a/codegens/php-guzzle/test/unit/parseBody.test.js +++ b/codegens/php-guzzle/test/unit/parseBody.test.js @@ -157,4 +157,4 @@ describe('parseBody function', function () { expect(result).to.equal(expectedBody); }); -}); +}); \ No newline at end of file diff --git a/codegens/php-guzzle/test/unit/phpGuzzle.test.js b/codegens/php-guzzle/test/unit/phpGuzzle.test.js index 96b6877d4..b1b3e388c 100644 --- a/codegens/php-guzzle/test/unit/phpGuzzle.test.js +++ b/codegens/php-guzzle/test/unit/phpGuzzle.test.js @@ -344,4 +344,4 @@ describe('getIncludeBoilerplate method', function () { const result = getIncludeBoilerplate({includeBoilerplate: null}); expect(result).to.be.false; }); -}); +}); \ No newline at end of file diff --git a/codegens/php-guzzle/test/unit/sanitize.test.js b/codegens/php-guzzle/test/unit/sanitize.test.js index 6b081f9c5..c12a218f3 100644 --- a/codegens/php-guzzle/test/unit/sanitize.test.js +++ b/codegens/php-guzzle/test/unit/sanitize.test.js @@ -81,4 +81,4 @@ describe('sanitizeOptions function', function () { sanitizedOptions = sanitizeOptions(testOptions, getOptions()); expect(sanitizedOptions).to.deep.equal(testOptions); }); -}); +}); \ No newline at end of file diff --git a/codegens/php-pecl-http/.gitignore b/codegens/php-pecl-http/.gitignore index 0b735f7ab..f92058a8b 100644 --- a/codegens/php-pecl-http/.gitignore +++ b/codegens/php-pecl-http/.gitignore @@ -63,4 +63,4 @@ typings/ # dotenv environment variables file .env -out/ +out/ \ No newline at end of file diff --git a/codegens/php-pecl-http/.jsdoc-config.json b/codegens/php-pecl-http/.jsdoc-config.json index 90e6d5d44..ef1618fd5 100644 --- a/codegens/php-pecl-http/.jsdoc-config.json +++ b/codegens/php-pecl-http/.jsdoc-config.json @@ -31,4 +31,4 @@ "parser": "gfm", "hardwrap": false } -} +} \ No newline at end of file diff --git a/codegens/php-pecl-http/.npmignore b/codegens/php-pecl-http/.npmignore index 17156c3bc..6159dd210 100644 --- a/codegens/php-pecl-http/.npmignore +++ b/codegens/php-pecl-http/.npmignore @@ -71,4 +71,4 @@ typings/ # dotenv environment variables file .env -out/ +out/ \ No newline at end of file diff --git a/codegens/php-pecl-http/index.js b/codegens/php-pecl-http/index.js index bb0a047c4..4cc88b358 100644 --- a/codegens/php-pecl-http/index.js +++ b/codegens/php-pecl-http/index.js @@ -1 +1 @@ -module.exports = require('./lib'); +module.exports = require('./lib'); \ No newline at end of file diff --git a/codegens/php-pecl-http/lib/index.js b/codegens/php-pecl-http/lib/index.js index 1ea68b2b2..8be7949ae 100644 --- a/codegens/php-pecl-http/lib/index.js +++ b/codegens/php-pecl-http/lib/index.js @@ -1,4 +1,4 @@ module.exports = { convert: require('./phpPecl').convert, getOptions: require('./phpPecl').getOptions -}; +}; \ No newline at end of file diff --git a/codegens/php-pecl-http/lib/lodash.js b/codegens/php-pecl-http/lib/lodash.js index 55ea6666d..27151c3f6 100644 --- a/codegens/php-pecl-http/lib/lodash.js +++ b/codegens/php-pecl-http/lib/lodash.js @@ -453,4 +453,4 @@ module.exports = { return true; } -}; +}; \ No newline at end of file diff --git a/codegens/php-pecl-http/lib/phpPecl.js b/codegens/php-pecl-http/lib/phpPecl.js index 5ad1ff0ce..a2a2bd21a 100644 --- a/codegens/php-pecl-http/lib/phpPecl.js +++ b/codegens/php-pecl-http/lib/phpPecl.js @@ -179,4 +179,4 @@ self = module.exports = { return callback(null, snippet); } -}; +}; \ No newline at end of file diff --git a/codegens/php-pecl-http/lib/util/parseBody.js b/codegens/php-pecl-http/lib/util/parseBody.js index e70f07343..f50636dc9 100644 --- a/codegens/php-pecl-http/lib/util/parseBody.js +++ b/codegens/php-pecl-http/lib/util/parseBody.js @@ -81,4 +81,4 @@ module.exports = function (request, indentation, bodyTrim) { } } return ''; -}; +}; \ No newline at end of file diff --git a/codegens/php-pecl-http/lib/util/sanitize.js b/codegens/php-pecl-http/lib/util/sanitize.js index 7f31654a2..5c6c1f77a 100644 --- a/codegens/php-pecl-http/lib/util/sanitize.js +++ b/codegens/php-pecl-http/lib/util/sanitize.js @@ -114,4 +114,4 @@ module.exports = { }); } } -}; +}; \ No newline at end of file diff --git a/codegens/php-pecl-http/npm/test-lint.js b/codegens/php-pecl-http/npm/test-lint.js index 2f4db0cb8..9753938e9 100644 --- a/codegens/php-pecl-http/npm/test-lint.js +++ b/codegens/php-pecl-http/npm/test-lint.js @@ -53,4 +53,4 @@ module.exports = function (exit) { }; // ensure we run this script exports if this is a direct stdin.tty run -!module.parent && module.exports(shell.exit); +!module.parent && module.exports(shell.exit); \ No newline at end of file diff --git a/codegens/php-pecl-http/npm/test-unit.js b/codegens/php-pecl-http/npm/test-unit.js index 0de7fd529..9ad80681e 100755 --- a/codegens/php-pecl-http/npm/test-unit.js +++ b/codegens/php-pecl-http/npm/test-unit.js @@ -56,4 +56,4 @@ module.exports = function (exit) { }; // ensure we run this script exports if this is a direct stdin.tty run -!module.parent && module.exports(shell.exit); +!module.parent && module.exports(shell.exit); \ No newline at end of file diff --git a/codegens/php-pecl-http/npm/test.js b/codegens/php-pecl-http/npm/test.js index b1589f608..40fe55f8b 100755 --- a/codegens/php-pecl-http/npm/test.js +++ b/codegens/php-pecl-http/npm/test.js @@ -14,4 +14,4 @@ require('async').series([ // eslint-disable-next-line max-len console.info(chalk[code ? 'red' : 'green'](`\n${name}: duration ${prettyms(Date.now() - startedAt)}\n${name}: ${code ? 'not ok' : 'ok'}!`)); exit(code && (typeof code === 'number' ? code : 1) || 0); -}); +}); \ No newline at end of file diff --git a/codegens/php-pecl-http/package-lock.json b/codegens/php-pecl-http/package-lock.json index 31156769c..8fd791301 100644 --- a/codegens/php-pecl-http/package-lock.json +++ b/codegens/php-pecl-http/package-lock.json @@ -2,4 +2,4 @@ "name": "@postman/codegen-php-pecl-http", "version": "0.1.1", "lockfileVersion": 1 -} +} \ No newline at end of file diff --git a/codegens/php-pecl-http/package.json b/codegens/php-pecl-http/package.json index ee24fce1a..9799546f9 100644 --- a/codegens/php-pecl-http/package.json +++ b/codegens/php-pecl-http/package.json @@ -30,4 +30,4 @@ "engines": { "node": ">=8" } -} +} \ No newline at end of file diff --git a/codegens/php-pecl-http/test/.eslintrc b/codegens/php-pecl-http/test/.eslintrc index 9d477e31e..b20602a6c 100644 --- a/codegens/php-pecl-http/test/.eslintrc +++ b/codegens/php-pecl-http/test/.eslintrc @@ -27,4 +27,4 @@ "mocha/valid-test-description": "off", "mocha/valid-suite-description": "off" } -} +} \ No newline at end of file diff --git a/codegens/php-pecl-http/test/unit/converter.test.js b/codegens/php-pecl-http/test/unit/converter.test.js index 4cdd55e26..18c1f5b10 100644 --- a/codegens/php-pecl-http/test/unit/converter.test.js +++ b/codegens/php-pecl-http/test/unit/converter.test.js @@ -718,4 +718,4 @@ describe('Request Snippet', function () { expect(sanitize('inputString ', true)).to.equal('inputString'); }); }); -}); +}); \ No newline at end of file diff --git a/codegens/php-pecl-http/test/unit/package.test.js b/codegens/php-pecl-http/test/unit/package.test.js index c02f5a7a6..4e4544732 100644 --- a/codegens/php-pecl-http/test/unit/package.test.js +++ b/codegens/php-pecl-http/test/unit/package.test.js @@ -25,4 +25,4 @@ describe('package.json', function () { expect(languageModule.convert).to.be.a('function'); }); -}); +}); \ No newline at end of file diff --git a/codegens/python-requests/.jsdoc-config.json b/codegens/python-requests/.jsdoc-config.json index 90e6d5d44..ef1618fd5 100644 --- a/codegens/python-requests/.jsdoc-config.json +++ b/codegens/python-requests/.jsdoc-config.json @@ -31,4 +31,4 @@ "parser": "gfm", "hardwrap": false } -} +} \ No newline at end of file diff --git a/codegens/python-requests/README.md b/codegens/python-requests/README.md index 45b26b449..9243c64df 100644 --- a/codegens/python-requests/README.md +++ b/codegens/python-requests/README.md @@ -76,4 +76,4 @@ console.log(options); ### Resources -* Python-Requests official documentation [Python-Requests](http://docs.python-requests.org/en/master/) +* Python-Requests official documentation [Python-Requests](http://docs.python-requests.org/en/master/) \ No newline at end of file diff --git a/codegens/python-requests/index.js b/codegens/python-requests/index.js index bb0a047c4..4cc88b358 100644 --- a/codegens/python-requests/index.js +++ b/codegens/python-requests/index.js @@ -1 +1 @@ -module.exports = require('./lib'); +module.exports = require('./lib'); \ No newline at end of file diff --git a/codegens/python-requests/lib/index.js b/codegens/python-requests/lib/index.js index 4b6f2590b..13b35589d 100644 --- a/codegens/python-requests/lib/index.js +++ b/codegens/python-requests/lib/index.js @@ -1,4 +1,4 @@ module.exports = { convert: require('./python-requests').convert, getOptions: require('./python-requests').getOptions -}; +}; \ No newline at end of file diff --git a/codegens/python-requests/lib/lodash.js b/codegens/python-requests/lib/lodash.js index 55ea6666d..27151c3f6 100644 --- a/codegens/python-requests/lib/lodash.js +++ b/codegens/python-requests/lib/lodash.js @@ -453,4 +453,4 @@ module.exports = { return true; } -}; +}; \ No newline at end of file diff --git a/codegens/python-requests/lib/python-requests.js b/codegens/python-requests/lib/python-requests.js index f6453e276..41a0e084c 100644 --- a/codegens/python-requests/lib/python-requests.js +++ b/codegens/python-requests/lib/python-requests.js @@ -183,4 +183,4 @@ self = module.exports = { callback(null, snippet); } -}; +}; \ No newline at end of file diff --git a/codegens/python-requests/lib/util/parseBody.js b/codegens/python-requests/lib/util/parseBody.js index 40acb071e..f18b18c03 100644 --- a/codegens/python-requests/lib/util/parseBody.js +++ b/codegens/python-requests/lib/util/parseBody.js @@ -208,5 +208,4 @@ module.exports = function (request, indentation, bodyTrim, contentType) { } } return 'payload = {}\n'; -} -; +}; \ No newline at end of file diff --git a/codegens/python-requests/lib/util/sanitize.js b/codegens/python-requests/lib/util/sanitize.js index 429925eb0..8980da10c 100644 --- a/codegens/python-requests/lib/util/sanitize.js +++ b/codegens/python-requests/lib/util/sanitize.js @@ -131,4 +131,4 @@ module.exports = { }); } } -}; +}; \ No newline at end of file diff --git a/codegens/python-requests/npm-shrinkwrap.json b/codegens/python-requests/npm-shrinkwrap.json index 0d08cef25..d3e81c24e 100644 --- a/codegens/python-requests/npm-shrinkwrap.json +++ b/codegens/python-requests/npm-shrinkwrap.json @@ -2,4 +2,4 @@ "name": "@postman/codegen-python-requests", "version": "0.1.1", "lockfileVersion": 1 -} +} \ No newline at end of file diff --git a/codegens/python-requests/npm/test-lint.js b/codegens/python-requests/npm/test-lint.js index 2f4db0cb8..9753938e9 100644 --- a/codegens/python-requests/npm/test-lint.js +++ b/codegens/python-requests/npm/test-lint.js @@ -53,4 +53,4 @@ module.exports = function (exit) { }; // ensure we run this script exports if this is a direct stdin.tty run -!module.parent && module.exports(shell.exit); +!module.parent && module.exports(shell.exit); \ No newline at end of file diff --git a/codegens/python-requests/npm/test-newman.js b/codegens/python-requests/npm/test-newman.js index ae7d2afe1..aba100aba 100644 --- a/codegens/python-requests/npm/test-newman.js +++ b/codegens/python-requests/npm/test-newman.js @@ -56,4 +56,4 @@ module.exports = function (exit) { }; // ensure we run this script exports if this is a direct stdin.tty run -!module.parent && module.exports(shell.exit); +!module.parent && module.exports(shell.exit); \ No newline at end of file diff --git a/codegens/python-requests/npm/test-unit.js b/codegens/python-requests/npm/test-unit.js index 0de7fd529..9ad80681e 100755 --- a/codegens/python-requests/npm/test-unit.js +++ b/codegens/python-requests/npm/test-unit.js @@ -56,4 +56,4 @@ module.exports = function (exit) { }; // ensure we run this script exports if this is a direct stdin.tty run -!module.parent && module.exports(shell.exit); +!module.parent && module.exports(shell.exit); \ No newline at end of file diff --git a/codegens/python-requests/npm/test.js b/codegens/python-requests/npm/test.js index da2816f09..ca5849c9a 100755 --- a/codegens/python-requests/npm/test.js +++ b/codegens/python-requests/npm/test.js @@ -15,4 +15,4 @@ require('async').series([ // eslint-disable-next-line max-len console.info(chalk[code ? 'red' : 'green'](`\n${name}: duration ${prettyms(Date.now() - startedAt)}\n${name}: ${code ? 'not ok' : 'ok'}!`)); exit(code && (typeof code === 'number' ? code : 1) || 0); -}); +}); \ No newline at end of file diff --git a/codegens/python-requests/package.json b/codegens/python-requests/package.json index 8bbf145ca..3405ed6ea 100644 --- a/codegens/python-requests/package.json +++ b/codegens/python-requests/package.json @@ -31,4 +31,4 @@ "engines": { "node": ">=8" } -} +} \ No newline at end of file diff --git a/codegens/python-requests/test/newman/newman.test.js b/codegens/python-requests/test/newman/newman.test.js index 6015b59f2..ff8c30f14 100644 --- a/codegens/python-requests/test/newman/newman.test.js +++ b/codegens/python-requests/test/newman/newman.test.js @@ -37,6 +37,4 @@ describe('Convert for different types of request', function () { }); -}); - - +}); \ No newline at end of file diff --git a/codegens/python-requests/test/unit/converter.test.js b/codegens/python-requests/test/unit/converter.test.js index 2436fcb65..d3efaf2b2 100644 --- a/codegens/python-requests/test/unit/converter.test.js +++ b/codegens/python-requests/test/unit/converter.test.js @@ -153,4 +153,4 @@ describe('Python- Requests converter', function () { }); }); -}); +}); \ No newline at end of file diff --git a/codegens/python-requests/test/unit/package.test.js b/codegens/python-requests/test/unit/package.test.js index c02f5a7a6..4e4544732 100644 --- a/codegens/python-requests/test/unit/package.test.js +++ b/codegens/python-requests/test/unit/package.test.js @@ -25,4 +25,4 @@ describe('package.json', function () { expect(languageModule.convert).to.be.a('function'); }); -}); +}); \ No newline at end of file diff --git a/codegens/r-httr/index.js b/codegens/r-httr/index.js index bb0a047c4..4cc88b358 100644 --- a/codegens/r-httr/index.js +++ b/codegens/r-httr/index.js @@ -1 +1 @@ -module.exports = require('./lib'); +module.exports = require('./lib'); \ No newline at end of file diff --git a/codegens/r-httr/lib/index.js b/codegens/r-httr/lib/index.js index 76e77c598..ec07bd25b 100644 --- a/codegens/r-httr/lib/index.js +++ b/codegens/r-httr/lib/index.js @@ -1,4 +1,4 @@ module.exports = { convert: require('./rHttr').convert, getOptions: require('./rHttr').getOptions -}; +}; \ No newline at end of file diff --git a/codegens/r-httr/lib/lodash.js b/codegens/r-httr/lib/lodash.js index 5be147afd..6e71ba2ac 100644 --- a/codegens/r-httr/lib/lodash.js +++ b/codegens/r-httr/lib/lodash.js @@ -452,4 +452,4 @@ module.exports = { return true; } -}; +}; \ No newline at end of file diff --git a/codegens/r-httr/lib/options.js b/codegens/r-httr/lib/options.js index f0d3b9e21..9b530972b 100644 --- a/codegens/r-httr/lib/options.js +++ b/codegens/r-httr/lib/options.js @@ -47,4 +47,4 @@ function getOptions () { module.exports = { getOptions -}; +}; \ No newline at end of file diff --git a/codegens/r-httr/lib/rHttr.js b/codegens/r-httr/lib/rHttr.js index 3cde04a94..d704ddd9b 100644 --- a/codegens/r-httr/lib/rHttr.js +++ b/codegens/r-httr/lib/rHttr.js @@ -275,4 +275,4 @@ module.exports = { getSnippetFromMethod, getSnippetRequest, getIndentation -}; +}; \ No newline at end of file diff --git a/codegens/r-httr/lib/util/parseBody.js b/codegens/r-httr/lib/util/parseBody.js index 96f57466c..a190cc2f1 100644 --- a/codegens/r-httr/lib/util/parseBody.js +++ b/codegens/r-httr/lib/util/parseBody.js @@ -283,4 +283,4 @@ function parseBody (body, indentation, bodyTrim, contentType) { module.exports = { parseBody -}; +}; \ No newline at end of file diff --git a/codegens/r-httr/lib/util/sanitize.js b/codegens/r-httr/lib/util/sanitize.js index 7bb1c3615..fee97fa74 100644 --- a/codegens/r-httr/lib/util/sanitize.js +++ b/codegens/r-httr/lib/util/sanitize.js @@ -86,4 +86,4 @@ module.exports = { return result; } -}; +}; \ No newline at end of file diff --git a/codegens/r-httr/npm-shrinkwrap.json b/codegens/r-httr/npm-shrinkwrap.json index c61f6f30b..764771402 100644 --- a/codegens/r-httr/npm-shrinkwrap.json +++ b/codegens/r-httr/npm-shrinkwrap.json @@ -2,4 +2,4 @@ "name": "@postman/codegen-r-httr", "version": "0.0.1", "lockfileVersion": 1 -} +} \ No newline at end of file diff --git a/codegens/r-httr/npm/test-lint.js b/codegens/r-httr/npm/test-lint.js index 2f4db0cb8..9753938e9 100644 --- a/codegens/r-httr/npm/test-lint.js +++ b/codegens/r-httr/npm/test-lint.js @@ -53,4 +53,4 @@ module.exports = function (exit) { }; // ensure we run this script exports if this is a direct stdin.tty run -!module.parent && module.exports(shell.exit); +!module.parent && module.exports(shell.exit); \ No newline at end of file diff --git a/codegens/r-httr/npm/test-newman.js b/codegens/r-httr/npm/test-newman.js index 0c8559a8e..3a1a2d4ac 100644 --- a/codegens/r-httr/npm/test-newman.js +++ b/codegens/r-httr/npm/test-newman.js @@ -56,4 +56,4 @@ module.exports = function (exit) { }; // ensure we run this script exports if this is a direct stdin.tty run -!module.parent && module.exports(shell.exit); +!module.parent && module.exports(shell.exit); \ No newline at end of file diff --git a/codegens/r-httr/npm/test-unit.js b/codegens/r-httr/npm/test-unit.js index b93a5cba1..3406d25c7 100644 --- a/codegens/r-httr/npm/test-unit.js +++ b/codegens/r-httr/npm/test-unit.js @@ -57,4 +57,4 @@ module.exports = function (exit) { }; // ensure we run this script exports if this is a direct stdin.tty run -!module.parent && module.exports(shell.exit); +!module.parent && module.exports(shell.exit); \ No newline at end of file diff --git a/codegens/r-httr/npm/test.js b/codegens/r-httr/npm/test.js index 07be3d9ca..c448ad239 100644 --- a/codegens/r-httr/npm/test.js +++ b/codegens/r-httr/npm/test.js @@ -16,4 +16,4 @@ require('async').series([ // eslint-disable-next-line max-len console.info(chalk[code ? 'red' : 'green'](`\n${name}: duration ${prettyms(Date.now() - startedAt)}\n${name}: ${code ? 'not ok' : 'ok'}!`)); exit(code && (typeof code === 'number' ? code : 1) || 0); -}); +}); \ No newline at end of file diff --git a/codegens/r-httr/package.json b/codegens/r-httr/package.json index 942137988..cca0fe0db 100644 --- a/codegens/r-httr/package.json +++ b/codegens/r-httr/package.json @@ -31,4 +31,4 @@ "engines": { "node": ">=8" } -} +} \ No newline at end of file diff --git a/codegens/r-httr/test/newman/newman.test.js b/codegens/r-httr/test/newman/newman.test.js index 975e11022..c15fefb0a 100644 --- a/codegens/r-httr/test/newman/newman.test.js +++ b/codegens/r-httr/test/newman/newman.test.js @@ -17,4 +17,4 @@ describe('r-httr Converter', function () { }; runNewmanTest(convert, options, testConfig); }); -}); +}); \ No newline at end of file diff --git a/codegens/r-httr/test/unit/convert.test.js b/codegens/r-httr/test/unit/convert.test.js index 2824c39c0..3ddde9d2e 100644 --- a/codegens/r-httr/test/unit/convert.test.js +++ b/codegens/r-httr/test/unit/convert.test.js @@ -129,4 +129,4 @@ describe('convert function', function () { expect(function () { convert({}, {}); }) .to.throw('R-Httr~convert: Callback is not a function'); }); -}); +}); \ No newline at end of file diff --git a/codegens/r-httr/test/unit/options.test.js b/codegens/r-httr/test/unit/options.test.js index 8e80ce7ad..4691d3197 100644 --- a/codegens/r-httr/test/unit/options.test.js +++ b/codegens/r-httr/test/unit/options.test.js @@ -25,4 +25,4 @@ describe('getOptions function', function () { expect(options[index]).to.have.property('id', availableOption[index]); }); }); -}); +}); \ No newline at end of file diff --git a/codegens/r-httr/test/unit/parseBody.test.js b/codegens/r-httr/test/unit/parseBody.test.js index 2040602a7..239c93962 100644 --- a/codegens/r-httr/test/unit/parseBody.test.js +++ b/codegens/r-httr/test/unit/parseBody.test.js @@ -130,4 +130,4 @@ describe('parseBody function', function () { expect(result).to.equal(expectedBody); }); -}); +}); \ No newline at end of file diff --git a/codegens/r-httr/test/unit/rHttr.test.js b/codegens/r-httr/test/unit/rHttr.test.js index fc6ee67ee..42b4c0696 100644 --- a/codegens/r-httr/test/unit/rHttr.test.js +++ b/codegens/r-httr/test/unit/rHttr.test.js @@ -143,4 +143,4 @@ describe('getIndentation method', function () { result = getIndentation(options); expect(result).to.be.equal(expected); }); -}); +}); \ No newline at end of file diff --git a/codegens/swift/.gitignore b/codegens/swift/.gitignore index 94234d840..29f770c28 100644 --- a/codegens/swift/.gitignore +++ b/codegens/swift/.gitignore @@ -66,4 +66,4 @@ typings/ snippet.swift out/ -swift-5.7.3-RELEASE-ubuntu20.04/ +swift-5.7.3-RELEASE-ubuntu20.04/ \ No newline at end of file diff --git a/codegens/swift/.jsdoc-config.json b/codegens/swift/.jsdoc-config.json index 085a7be65..e70f3c22f 100644 --- a/codegens/swift/.jsdoc-config.json +++ b/codegens/swift/.jsdoc-config.json @@ -31,4 +31,4 @@ "parser": "gfm", "hardwrap": false } -} +} \ No newline at end of file diff --git a/codegens/swift/.npmignore b/codegens/swift/.npmignore index 79ad2ba5f..28fa99e38 100644 --- a/codegens/swift/.npmignore +++ b/codegens/swift/.npmignore @@ -73,4 +73,4 @@ typings/ snippet.swift -out/ +out/ \ No newline at end of file diff --git a/codegens/swift/index.js b/codegens/swift/index.js index bb0a047c4..4cc88b358 100644 --- a/codegens/swift/index.js +++ b/codegens/swift/index.js @@ -1 +1 @@ -module.exports = require('./lib'); +module.exports = require('./lib'); \ No newline at end of file diff --git a/codegens/swift/lib/index.js b/codegens/swift/lib/index.js index ac40c6138..05df2ecd2 100644 --- a/codegens/swift/lib/index.js +++ b/codegens/swift/lib/index.js @@ -1,4 +1,4 @@ module.exports = { convert: require('./swift').convert, getOptions: require('./swift').getOptions -}; +}; \ No newline at end of file diff --git a/codegens/swift/lib/lodash.js b/codegens/swift/lib/lodash.js index 5be147afd..fc999f1c2 100644 --- a/codegens/swift/lib/lodash.js +++ b/codegens/swift/lib/lodash.js @@ -451,5 +451,4 @@ module.exports = { } return true; } - -}; +}; \ No newline at end of file diff --git a/codegens/swift/lib/swift.js b/codegens/swift/lib/swift.js index a27f2fd8d..b9fb3bd70 100644 --- a/codegens/swift/lib/swift.js +++ b/codegens/swift/lib/swift.js @@ -392,4 +392,4 @@ self = module.exports = { return callback(null, codeSnippet); } -}; +}; \ No newline at end of file diff --git a/codegens/swift/lib/util.js b/codegens/swift/lib/util.js index 4465a5d81..e155ca932 100644 --- a/codegens/swift/lib/util.js +++ b/codegens/swift/lib/util.js @@ -225,4 +225,4 @@ module.exports = { sanitizeOptions: sanitizeOptions, getUrlStringfromUrlObject: getUrlStringfromUrlObject, addFormParam: addFormParam -}; +}; \ No newline at end of file diff --git a/codegens/swift/npm-shrinkwrap.json b/codegens/swift/npm-shrinkwrap.json index 8bdf62518..bf655f5e2 100644 --- a/codegens/swift/npm-shrinkwrap.json +++ b/codegens/swift/npm-shrinkwrap.json @@ -2,4 +2,4 @@ "name": "@postman/codegen-swift", "version": "0.0.1", "lockfileVersion": 1 -} +} \ No newline at end of file diff --git a/codegens/swift/npm/test-lint.js b/codegens/swift/npm/test-lint.js index 2f4db0cb8..9753938e9 100644 --- a/codegens/swift/npm/test-lint.js +++ b/codegens/swift/npm/test-lint.js @@ -53,4 +53,4 @@ module.exports = function (exit) { }; // ensure we run this script exports if this is a direct stdin.tty run -!module.parent && module.exports(shell.exit); +!module.parent && module.exports(shell.exit); \ No newline at end of file diff --git a/codegens/swift/npm/test-newman.js b/codegens/swift/npm/test-newman.js index ae7d2afe1..aba100aba 100644 --- a/codegens/swift/npm/test-newman.js +++ b/codegens/swift/npm/test-newman.js @@ -56,4 +56,4 @@ module.exports = function (exit) { }; // ensure we run this script exports if this is a direct stdin.tty run -!module.parent && module.exports(shell.exit); +!module.parent && module.exports(shell.exit); \ No newline at end of file diff --git a/codegens/swift/npm/test-unit.js b/codegens/swift/npm/test-unit.js index 0de7fd529..9ad80681e 100644 --- a/codegens/swift/npm/test-unit.js +++ b/codegens/swift/npm/test-unit.js @@ -56,4 +56,4 @@ module.exports = function (exit) { }; // ensure we run this script exports if this is a direct stdin.tty run -!module.parent && module.exports(shell.exit); +!module.parent && module.exports(shell.exit); \ No newline at end of file diff --git a/codegens/swift/npm/test.js b/codegens/swift/npm/test.js index da2816f09..ca5849c9a 100644 --- a/codegens/swift/npm/test.js +++ b/codegens/swift/npm/test.js @@ -15,4 +15,4 @@ require('async').series([ // eslint-disable-next-line max-len console.info(chalk[code ? 'red' : 'green'](`\n${name}: duration ${prettyms(Date.now() - startedAt)}\n${name}: ${code ? 'not ok' : 'ok'}!`)); exit(code && (typeof code === 'number' ? code : 1) || 0); -}); +}); \ No newline at end of file diff --git a/codegens/swift/package.json b/codegens/swift/package.json index 9919949b6..5955b6982 100644 --- a/codegens/swift/package.json +++ b/codegens/swift/package.json @@ -31,4 +31,4 @@ "engines": { "node": ">=8" } -} +} \ No newline at end of file diff --git a/codegens/swift/test/.eslintrc b/codegens/swift/test/.eslintrc index e8db1afa8..3a8005d7c 100644 --- a/codegens/swift/test/.eslintrc +++ b/codegens/swift/test/.eslintrc @@ -26,4 +26,4 @@ "mocha/valid-test-description": "off", "mocha/valid-suite-description": "off" } -} +} \ No newline at end of file diff --git a/codegens/swift/test/newman/newman.test.js b/codegens/swift/test/newman/newman.test.js index c2384c9b5..360f43a3a 100644 --- a/codegens/swift/test/newman/newman.test.js +++ b/codegens/swift/test/newman/newman.test.js @@ -14,4 +14,4 @@ describe('Convert for different types of request', function () { skipCollections: ['sameNameHeadersCollection', 'unsupportedMethods'] }; runNewmanTest(convert, options, testConfig); -}); +}); \ No newline at end of file diff --git a/codegens/swift/test/unit/convert.test.js b/codegens/swift/test/unit/convert.test.js index 5be4966fe..1c8b1a856 100644 --- a/codegens/swift/test/unit/convert.test.js +++ b/codegens/swift/test/unit/convert.test.js @@ -381,4 +381,4 @@ describe('Swift Converter', function () { expect(sanitize('inputString', 123, true)).to.equal('inputString'); }); }); -}); +}); \ No newline at end of file diff --git a/codegens/swift/test/unit/validation.test.js b/codegens/swift/test/unit/validation.test.js index 130dc9ca9..ebc8e1088 100644 --- a/codegens/swift/test/unit/validation.test.js +++ b/codegens/swift/test/unit/validation.test.js @@ -27,4 +27,4 @@ describe('package.json', function () { expect(languageModule).to.be.a('object'); expect(languageModule.convert).to.be.a('function'); }); -}); +}); \ No newline at end of file