Skip to content
This repository was archived by the owner on Jul 1, 2024. It is now read-only.

Commit 54a3333

Browse files
committed
Add tests
1 parent 986ed32 commit 54a3333

File tree

6 files changed

+1162
-0
lines changed

6 files changed

+1162
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"node": 153005732
3+
}

src/_tests/fixtures/49699/_files.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"139c1679ecb5c2a475639582b7a312e4e7a1cde5:types/node/package.json": "{\n \"private\": true,\n \"types\": \"index\",\n \"typesVersions\": {\n \"<=3.4\": {\n \"*\": [\n \"ts3.4/*\"\n ]\n },\n \"<=3.6\": {\n \"*\": [\n \"ts3.6/*\"\n ]\n },\n \"<=3.9\": {\n \"*\": [\n \"ts3.9/*\"\n ]\n }\n }\n}\n",
3+
"master:types/node/package.json": "{\n \"private\": true,\n \"types\": \"index\",\n \"typesVersions\": {\n \"<=3.4\": {\n \"*\": [\n \"ts3.4/*\"\n ]\n },\n \"<=3.6\": {\n \"*\": [\n \"ts3.6/*\"\n ]\n }\n }\n}\n",
4+
"139c1679ecb5c2a475639582b7a312e4e7a1cde5:types/node/ts3.9/tsconfig.json": "{\n \"files\": [\n \"index.d.ts\",\n \"node-tests.ts\"\n ],\n \"compilerOptions\": {\n \"module\": \"commonjs\",\n \"target\": \"esnext\",\n \"lib\": [\n \"es6\",\n \"dom\"\n ],\n \"noImplicitAny\": true,\n \"noImplicitThis\": true,\n \"strictNullChecks\": true,\n \"strictFunctionTypes\": true,\n \"baseUrl\": \"../../\",\n \"typeRoots\": [\n \"../../\"\n ],\n \"types\": [],\n \"noEmit\": true,\n \"forceConsistentCasingInFileNames\": true\n }\n}\n",
5+
"139c1679ecb5c2a475639582b7a312e4e7a1cde5:types/node/ts3.9/tslint.json": "{\n \"extends\": \"dtslint/dt.json\",\n \"rules\": {\n \"no-bad-reference\": false\n }\n}\n",
6+
"master:types/node/index.d.ts": "// Type definitions for non-npm package Node.js 14.14\n// Project: http://nodejs.org/\n// Definitions by: Microsoft TypeScript <https://github.com/Microsoft>\n// DefinitelyTyped <https://github.com/DefinitelyTyped>\n// Alberto Schiabel <https://github.com/jkomyno>\n// Alexander T. <https://github.com/a-tarasyuk>\n// Alvis HT Tang <https://github.com/alvis>\n// Andrew Makarov <https://github.com/r3nya>\n// Benjamin Toueg <https://github.com/btoueg>\n// Bruno Scheufler <https://github.com/brunoscheufler>\n// Chigozirim C. <https://github.com/smac89>\n// David Junger <https://github.com/touffy>\n// Deividas Bakanas <https://github.com/DeividasBakanas>\n// Eugene Y. Q. Shen <https://github.com/eyqs>\n// Flarna <https://github.com/Flarna>\n// Hannes Magnusson <https://github.com/Hannes-Magnusson-CK>\n// Hoàng Văn Khải <https://github.com/KSXGitHub>\n// Huw <https://github.com/hoo29>\n// Kelvin Jin <https://github.com/kjin>\n// Klaus Meinhardt <https://github.com/ajafff>\n// Lishude <https://github.com/islishude>\n// Mariusz Wiktorczyk <https://github.com/mwiktorczyk>\n// Mohsen Azimi <https://github.com/mohsen1>\n// Nicolas Even <https://github.com/n-e>\n// Nikita Galkin <https://github.com/galkin>\n// Parambir Singh <https://github.com/parambirs>\n// Sebastian Silbermann <https://github.com/eps1lon>\n// Simon Schick <https://github.com/SimonSchick>\n// Thomas den Hollander <https://github.com/ThomasdenH>\n// Wilco Bakker <https://github.com/WilcoBakker>\n// wwwy3y3 <https://github.com/wwwy3y3>\n// Samuel Ainsworth <https://github.com/samuela>\n// Kyle Uehlein <https://github.com/kuehlein>\n// Jordi Oliveras Rovira <https://github.com/j-oliveras>\n// Thanik Bhongbhibhat <https://github.com/bhongy>\n// Marcin Kopacz <https://github.com/chyzwar>\n// Trivikram Kamat <https://github.com/trivikr>\n// Minh Son Nguyen <https://github.com/nguymin4>\n// Junxiao Shi <https://github.com/yoursunny>\n// Ilia Baryshnikov <https://github.com/qwelias>\n// ExE Boss <https://github.com/ExE-Boss>\n// Surasak Chaisurin <https://github.com/Ryan-Willpower>\n// Piotr Błażejewicz <https://github.com/peterblazejewicz>\n// Anna Henningsen <https://github.com/addaleax>\n// Jason Kwok <https://github.com/JasonHK>\n// Victor Perin <https://github.com/victorperin>\n// Yongsheng Zhang <https://github.com/ZYSzys>\n// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped\n\n// NOTE: These definitions support NodeJS and TypeScript 3.7.\n// Typically type modifications should be made in base.d.ts instead of here\n\n/// <reference path=\"base.d.ts\" />\n\n// NOTE: TypeScript version-specific augmentations can be found in the following paths:\n// - ~/base.d.ts - Shared definitions common to all TypeScript versions\n// - ~/index.d.ts - Definitions specific to TypeScript 2.8\n// - ~/ts3.5/index.d.ts - Definitions specific to TypeScript 3.5\n\n// NOTE: Augmentations for TypeScript 3.5 and later should use individual files for overrides\n// within the respective ~/ts3.5 (or later) folder. However, this is disallowed for versions\n// prior to TypeScript 3.5, so the older definitions will be found here.\n"
7+
}

0 commit comments

Comments
 (0)