Skip to content

Commit 783ab62

Browse files
test: update
1 parent 59a6ed7 commit 783ab62

1 file changed

Lines changed: 108 additions & 0 deletions

File tree

test/__snapshots__/Cli.basictest.js.snap

Lines changed: 108 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9260,6 +9260,60 @@ Object {
92609260
"multiple": false,
92619261
"simpleType": "boolean",
92629262
},
9263+
"resolve-loader-tsconfig": Object {
9264+
"configs": Array [
9265+
Object {
9266+
"description": "TypeScript config for paths mapping. Can be \`false\` (disabled), \`true\` (use default \`tsconfig.json\`), a string path to \`tsconfig.json\`, or an object with \`configFile\` and \`references\` options.",
9267+
"multiple": false,
9268+
"path": "resolveLoader.tsconfig",
9269+
"type": "boolean",
9270+
},
9271+
Object {
9272+
"description": "TypeScript config for paths mapping. Can be \`false\` (disabled), \`true\` (use default \`tsconfig.json\`), a string path to \`tsconfig.json\`, or an object with \`configFile\` and \`references\` options.",
9273+
"multiple": false,
9274+
"path": "resolveLoader.tsconfig",
9275+
"type": "string",
9276+
},
9277+
],
9278+
"description": "TypeScript config for paths mapping. Can be \`false\` (disabled), \`true\` (use default \`tsconfig.json\`), a string path to \`tsconfig.json\`, or an object with \`configFile\` and \`references\` options.",
9279+
"multiple": false,
9280+
"simpleType": "string",
9281+
},
9282+
"resolve-loader-tsconfig-config-file": Object {
9283+
"configs": Array [
9284+
Object {
9285+
"description": "A path to the tsconfig file.",
9286+
"multiple": false,
9287+
"path": "resolveLoader.tsconfig.configFile",
9288+
"type": "string",
9289+
},
9290+
],
9291+
"description": "A path to the tsconfig file.",
9292+
"multiple": false,
9293+
"simpleType": "string",
9294+
},
9295+
"resolve-loader-tsconfig-references": Object {
9296+
"configs": Array [
9297+
Object {
9298+
"description": "References to other tsconfig files. 'auto' inherits from TypeScript config, or an array of relative/absolute paths.",
9299+
"multiple": false,
9300+
"path": "resolveLoader.tsconfig.references",
9301+
"type": "enum",
9302+
"values": Array [
9303+
"auto",
9304+
],
9305+
},
9306+
Object {
9307+
"description": "References to other tsconfig files. 'auto' inherits from TypeScript config, or an array of relative/absolute paths.",
9308+
"multiple": false,
9309+
"path": "resolveLoader.tsconfig.references",
9310+
"type": "string",
9311+
},
9312+
],
9313+
"description": "References to other tsconfig files. 'auto' inherits from TypeScript config, or an array of relative/absolute paths.",
9314+
"multiple": false,
9315+
"simpleType": "string",
9316+
},
92639317
"resolve-loader-unsafe-cache": Object {
92649318
"configs": Array [
92659319
Object {
@@ -9461,6 +9515,60 @@ Object {
94619515
"multiple": false,
94629516
"simpleType": "boolean",
94639517
},
9518+
"resolve-tsconfig": Object {
9519+
"configs": Array [
9520+
Object {
9521+
"description": "TypeScript config for paths mapping. Can be \`false\` (disabled), \`true\` (use default \`tsconfig.json\`), a string path to \`tsconfig.json\`, or an object with \`configFile\` and \`references\` options.",
9522+
"multiple": false,
9523+
"path": "resolve.tsconfig",
9524+
"type": "boolean",
9525+
},
9526+
Object {
9527+
"description": "TypeScript config for paths mapping. Can be \`false\` (disabled), \`true\` (use default \`tsconfig.json\`), a string path to \`tsconfig.json\`, or an object with \`configFile\` and \`references\` options.",
9528+
"multiple": false,
9529+
"path": "resolve.tsconfig",
9530+
"type": "string",
9531+
},
9532+
],
9533+
"description": "TypeScript config for paths mapping. Can be \`false\` (disabled), \`true\` (use default \`tsconfig.json\`), a string path to \`tsconfig.json\`, or an object with \`configFile\` and \`references\` options.",
9534+
"multiple": false,
9535+
"simpleType": "string",
9536+
},
9537+
"resolve-tsconfig-config-file": Object {
9538+
"configs": Array [
9539+
Object {
9540+
"description": "A path to the tsconfig file.",
9541+
"multiple": false,
9542+
"path": "resolve.tsconfig.configFile",
9543+
"type": "string",
9544+
},
9545+
],
9546+
"description": "A path to the tsconfig file.",
9547+
"multiple": false,
9548+
"simpleType": "string",
9549+
},
9550+
"resolve-tsconfig-references": Object {
9551+
"configs": Array [
9552+
Object {
9553+
"description": "References to other tsconfig files. 'auto' inherits from TypeScript config, or an array of relative/absolute paths.",
9554+
"multiple": false,
9555+
"path": "resolve.tsconfig.references",
9556+
"type": "enum",
9557+
"values": Array [
9558+
"auto",
9559+
],
9560+
},
9561+
Object {
9562+
"description": "References to other tsconfig files. 'auto' inherits from TypeScript config, or an array of relative/absolute paths.",
9563+
"multiple": false,
9564+
"path": "resolve.tsconfig.references",
9565+
"type": "string",
9566+
},
9567+
],
9568+
"description": "References to other tsconfig files. 'auto' inherits from TypeScript config, or an array of relative/absolute paths.",
9569+
"multiple": false,
9570+
"simpleType": "string",
9571+
},
94649572
"resolve-unsafe-cache": Object {
94659573
"configs": Array [
94669574
Object {

0 commit comments

Comments
 (0)