From b1164430a6c4a494f2d3b6fc21e33f29ab843fc1 Mon Sep 17 00:00:00 2001 From: typescript-bot Date: Mon, 11 Jan 2021 18:17:07 +0000 Subject: [PATCH 1/2] Update user baselines +cc @sandersn --- .../baselines/reference/docker/azure-sdk.log | 72 +- .../reference/docker/office-ui-fabric.log | 983 ++++++++++++++---- tests/baselines/reference/docker/pyright.log | 10 +- tests/baselines/reference/docker/vue-next.log | 242 ++--- .../user/TypeScript-Node-Starter.log | 51 +- .../user/TypeScript-WeChat-Starter.log | 7 +- tests/baselines/reference/user/acorn.log | 32 +- .../reference/user/adonis-framework.log | 22 +- tests/baselines/reference/user/axios-src.log | 25 +- tests/baselines/reference/user/bcryptjs.log | 2 +- .../user/chrome-devtools-frontend.log | 46 +- tests/baselines/reference/user/debug.log | 45 +- tests/baselines/reference/user/discord.js.log | 12 +- .../reference/user/enhanced-resolve.log | 2 - .../reference/user/follow-redirects.log | 2 +- tests/baselines/reference/user/formik.log | 13 - tests/baselines/reference/user/fp-ts.log | 10 + .../baselines/reference/user/graceful-fs.log | 2 +- tests/baselines/reference/user/lodash.log | 22 +- tests/baselines/reference/user/npm.log | 69 +- tests/baselines/reference/user/npmlog.log | 5 +- tests/baselines/reference/user/uglify-js.log | 427 ++++---- tests/baselines/reference/user/webpack.log | 71 +- 23 files changed, 1294 insertions(+), 878 deletions(-) delete mode 100644 tests/baselines/reference/user/formik.log create mode 100644 tests/baselines/reference/user/fp-ts.log diff --git a/tests/baselines/reference/docker/azure-sdk.log b/tests/baselines/reference/docker/azure-sdk.log index 46b6d2421c9f9..36d765eea2557 100644 --- a/tests/baselines/reference/docker/azure-sdk.log +++ b/tests/baselines/reference/docker/azure-sdk.log @@ -2,22 +2,22 @@ Exit Code: 1 Standard output: Rush Multi-Project Build Tool 5.X.X - https://rushjs.io -Node.js version is 15.1.0 (unstable) +Node.js version is 15.5.1 (unstable) Starting "rush rebuild" Executing a maximum of ?simultaneous processes... -BLOCKED (51) +BLOCKED (57) ================================ @azure/abort-controller @azure/core-auth @azure/logger @azure/core-http +@azure/dev-tool @azure/core-asynciterator-polyfill @azure/identity @azure/communication-common @azure/core-amqp @azure/core-lro @azure/core-paging -@azure/dev-tool @azure/test-utils-recorder @azure/communication-administration @azure/core-https @@ -26,15 +26,17 @@ BLOCKED (51) @azure/event-processor-host @azure/keyvault-secrets @azure/schema-registry +@azure/service-bus @azure/storage-blob +@azure/test-utils-multi-version @azure/ai-anomaly-detector @azure/ai-form-recognizer @azure/ai-metrics-advisor @azure/ai-text-analytics @azure/app-configuration +@azure/attestation @azure/communication-chat @azure/communication-sms -@azure/core-arm @azure/core-client @azure/core-tracing @azure/cosmos @@ -46,15 +48,19 @@ BLOCKED (51) @azure/keyvault-certificates @azure/keyvault-common @azure/keyvault-keys -@azure/monitor-opentelemetry-exporter +@azure/opentelemetry-exporter-azure-monitor @azure/schema-registry-avro @azure/search-documents -@azure/service-bus @azure/storage-blob-changefeed @azure/storage-file-datalake @azure/storage-file-share @azure/storage-internal-avro @azure/storage-queue +@azure/synapse-access-control +@azure/synapse-artifacts +@azure/synapse-managed-private-endpoints +@azure/synapse-monitoring +@azure/synapse-spark @azure/template @azure/test-utils-perfstress testhub @@ -64,19 +70,35 @@ FAILURE (1) @azure/eslint-plugin-azure-sdk (? seconds) >>> @azure/eslint-plugin-azure-sdk tsc -p tsconfig.build.json && prettier --write dist/**/*.{js,json,md} -../../temp/node_modules/.pnpm/@typescript-eslint/experimental-utils@X.X.X_eslint@X.X.X+typescript@X.X.X/node_modules/@typescript-eslint/experimental-utils/dist/ts-eslint/Linter.d.ts:6:11 - error TS2300: Duplicate identifier 'Linter'. -6 interface Linter { - ~~~~~~ -../../temp/node_modules/.pnpm/@typescript-eslint/experimental-utils@X.X.X_eslint@X.X.X+typescript@X.X.X/node_modules/@typescript-eslint/experimental-utils/dist/ts-eslint/Linter.d.ts:21:19 - error TS2300: Duplicate identifier 'Linter'. -21 declare namespace Linter { - ~~~~~~ -../../temp/node_modules/.pnpm/@typescript-eslint/experimental-utils@X.X.X_eslint@X.X.X+typescript@X.X.X/node_modules/@typescript-eslint/experimental-utils/dist/ts-eslint/Linter.d.ts:106:15 - error TS2300: Duplicate identifier 'Linter'. -106 declare const Linter: new () => Linter; - ~~~~~~ -../../temp/node_modules/.pnpm/@typescript-eslint/typescript-estree@X.X.X_typescript@X.X.X/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree/ts-nodes.d.ts:3:3999 - error TS2694: Namespace 'ts' has no exported member 'JSDocAuthorTag'. -3 export declare type TSNode = ts.Node & (ts.Modifier | ts.Identifier | ts.QualifiedName | ts.ComputedPropertyName | ts.Decorator | ts.TypeParameterDeclaration | ts.CallSignatureDeclaration | ts.ConstructSignatureDeclaration | ts.VariableDeclaration | ts.VariableDeclarationList | ts.ParameterDeclaration | ts.BindingElement | ts.PropertySignature | ts.PropertyDeclaration | ts.PropertyAssignment | ts.ShorthandPropertyAssignment | ts.SpreadAssignment | ts.ObjectBindingPattern | ts.ArrayBindingPattern | ts.FunctionDeclaration | ts.MethodSignature | ts.MethodDeclaration | ts.ConstructorDeclaration | ts.SemicolonClassElement | ts.GetAccessorDeclaration | ts.SetAccessorDeclaration | ts.IndexSignatureDeclaration | ts.KeywordTypeNode | ts.ImportTypeNode | ts.ThisTypeNode | ts.ConstructorTypeNode | ts.FunctionTypeNode | ts.TypeReferenceNode | ts.TypePredicateNode | ts.TypeQueryNode | ts.TypeLiteralNode | ts.ArrayTypeNode | ts.TupleTypeNode | ts.OptionalTypeNode | ts.RestTypeNode | ts.UnionTypeNode | ts.IntersectionTypeNode | ts.ConditionalTypeNode | ts.InferTypeNode | ts.ParenthesizedTypeNode | ts.TypeOperatorNode | ts.IndexedAccessTypeNode | ts.MappedTypeNode | ts.LiteralTypeNode | ts.StringLiteral | ts.OmittedExpression | ts.PartiallyEmittedExpression | ts.PrefixUnaryExpression | ts.PostfixUnaryExpression | ts.NullLiteral | ts.BooleanLiteral | ts.ThisExpression | ts.SuperExpression | ts.ImportExpression | ts.DeleteExpression | ts.TypeOfExpression | ts.VoidExpression | ts.AwaitExpression | ts.YieldExpression | ts.SyntheticExpression | ts.BinaryExpression | ts.ConditionalExpression | ts.FunctionExpression | ts.ArrowFunction | ts.RegularExpressionLiteral | ts.NoSubstitutionTemplateLiteral | ts.NumericLiteral | ts.BigIntLiteral | ts.TemplateHead | ts.TemplateMiddle | ts.TemplateTail | ts.TemplateExpression | ts.TemplateSpan | ts.ParenthesizedExpression | ts.ArrayLiteralExpression | ts.SpreadElement | ts.ObjectLiteralExpression | ts.PropertyAccessExpression | ts.ElementAccessExpression | ts.CallExpression | ts.ExpressionWithTypeArguments | ts.NewExpression | ts.TaggedTemplateExpression | ts.AsExpression | ts.TypeAssertion | ts.NonNullExpression | ts.MetaProperty | ts.JsxElement | ts.JsxOpeningElement | ts.JsxSelfClosingElement | ts.JsxFragment | ts.JsxOpeningFragment | ts.JsxClosingFragment | ts.JsxAttribute | ts.JsxSpreadAttribute | ts.JsxClosingElement | ts.JsxExpression | ts.JsxText | ts.NotEmittedStatement | ts.CommaListExpression | ts.EmptyStatement | ts.DebuggerStatement | ts.MissingDeclaration | ts.Block | ts.VariableStatement | ts.ExpressionStatement | ts.IfStatement | ts.DoStatement | ts.WhileStatement | ts.ForStatement | ts.ForInStatement | ts.ForOfStatement | ts.BreakStatement | ts.ContinueStatement | ts.ReturnStatement | ts.WithStatement | ts.SwitchStatement | ts.CaseBlock | ts.CaseClause | ts.DefaultClause | ts.LabeledStatement | ts.ThrowStatement | ts.TryStatement | ts.CatchClause | ts.ClassDeclaration | ts.ClassExpression | ts.InterfaceDeclaration | ts.HeritageClause | ts.TypeAliasDeclaration | ts.EnumMember | ts.EnumDeclaration | ts.ModuleDeclaration | ts.ModuleBlock | ts.ImportEqualsDeclaration | ts.ExternalModuleReference | ts.ImportDeclaration | ts.ImportClause | ts.NamespaceImport | ts.NamespaceExportDeclaration | ts.ExportDeclaration | ts.NamedImports | ts.NamedExports | ts.ImportSpecifier | ts.ExportSpecifier | ts.ExportAssignment | ts.CommentRange | ts.SourceFile | ts.Bundle | ts.InputFiles | ts.UnparsedSource | ts.JsonMinusNumericLiteral | ts.JSDoc | ts.JSDocTypeExpression | ts.JSDocUnknownTag | ts.JSDocAugmentsTag | ts.JSDocClassTag | ts.JSDocEnumTag | ts.JSDocThisTag | ts.JSDocTemplateTag | ts.JSDocReturnTag | ts.JSDocTypeTag | ts.JSDocTypedefTag | ts.JSDocCallbackTag | ts.JSDocSignature | ts.JSDocPropertyTag | ts.JSDocParameterTag | ts.JSDocTypeLiteral | ts.JSDocFunctionType | ts.JSDocAllType | ts.JSDocUnknownType | ts.JSDocNullableType | ts.JSDocNonNullableType | ts.JSDocOptionalType | ts.JSDocVariadicType | ts.JSDocAuthorTag); - ~~~~~~~~~~~~~~ -Found 4 errors. +../../temp/node_modules/.pnpm/@typescript-eslint/experimental-utils@X.X.X_eslint@X.X.X+typescript@X.X.X/node_modules/@typescript-eslint/experimental-utils/_ts3.4/dist/ast-utils/eslint-utils/astUtilities.d.ts:22:136 - error TS2307: Cannot find module '@typescript-eslint/scope-manager/dist/scope/BlockScope'. +22 declare const getPropertyName: (node: TSESTree.MemberExpression | TSESTree.Property | TSESTree.MethodDefinition, initialScope?: import("@typescript-eslint/scope-manager/dist/scope/BlockScope").BlockScope | import("@typescript-eslint/scope-manager/dist/scope/CatchScope").CatchScope | import("@typescript-eslint/scope-manager/dist/scope/ClassScope").ClassScope | import("@typescript-eslint/scope-manager/dist/scope/ConditionalTypeScope").ConditionalTypeScope | import("@typescript-eslint/scope-manager/dist/scope/ForScope").ForScope | import("@typescript-eslint/scope-manager/dist/scope/FunctionExpressionNameScope").FunctionExpressionNameScope | import("@typescript-eslint/scope-manager/dist/scope/FunctionScope").FunctionScope | import("@typescript-eslint/scope-manager/dist/scope/FunctionTypeScope").FunctionTypeScope | import("@typescript-eslint/scope-manager/dist/scope/GlobalScope").GlobalScope | import("@typescript-eslint/scope-manager/dist/scope/MappedTypeScope").MappedTypeScope | import("@typescript-eslint/scope-manager/dist/scope/ModuleScope").ModuleScope | import("@typescript-eslint/scope-manager/dist/scope/SwitchScope").SwitchScope | import("@typescript-eslint/scope-manager/dist/scope/TSEnumScope").TSEnumScope | import("@typescript-eslint/scope-manager/dist/scope/TSModuleScope").TSModuleScope | import("@typescript-eslint/scope-manager/dist/scope/TypeScope").TypeScope | import("@typescript-eslint/scope-manager/dist/scope/WithScope").WithScope | undefined) => string | null; + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +../../temp/node_modules/.pnpm/@typescript-eslint/experimental-utils@X.X.X_eslint@X.X.X+typescript@X.X.X/node_modules/@typescript-eslint/experimental-utils/_ts3.4/dist/ast-utils/eslint-utils/astUtilities.d.ts:22:214 - error TS2307: Cannot find module '@typescript-eslint/scope-manager/dist/scope/CatchScope'. +22 declare const getPropertyName: (node: TSESTree.MemberExpression | TSESTree.Property | TSESTree.MethodDefinition, initialScope?: import("@typescript-eslint/scope-manager/dist/scope/BlockScope").BlockScope | import("@typescript-eslint/scope-manager/dist/scope/CatchScope").CatchScope | import("@typescript-eslint/scope-manager/dist/scope/ClassScope").ClassScope | import("@typescript-eslint/scope-manager/dist/scope/ConditionalTypeScope").ConditionalTypeScope | import("@typescript-eslint/scope-manager/dist/scope/ForScope").ForScope | import("@typescript-eslint/scope-manager/dist/scope/FunctionExpressionNameScope").FunctionExpressionNameScope | import("@typescript-eslint/scope-manager/dist/scope/FunctionScope").FunctionScope | import("@typescript-eslint/scope-manager/dist/scope/FunctionTypeScope").FunctionTypeScope | import("@typescript-eslint/scope-manager/dist/scope/GlobalScope").GlobalScope | import("@typescript-eslint/scope-manager/dist/scope/MappedTypeScope").MappedTypeScope | import("@typescript-eslint/scope-manager/dist/scope/ModuleScope").ModuleScope | import("@typescript-eslint/scope-manager/dist/scope/SwitchScope").SwitchScope | import("@typescript-eslint/scope-manager/dist/scope/TSEnumScope").TSEnumScope | import("@typescript-eslint/scope-manager/dist/scope/TSModuleScope").TSModuleScope | import("@typescript-eslint/scope-manager/dist/scope/TypeScope").TypeScope | import("@typescript-eslint/scope-manager/dist/scope/WithScope").WithScope | undefined) => string | null; + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +../../temp/node_modules/.pnpm/@typescript-eslint/experimental-utils@X.X.X_eslint@X.X.X+typescript@X.X.X/node_modules/@typescript-eslint/experimental-utils/_ts3.4/dist/ast-utils/eslint-utils/astUtilities.d.ts:22:292 - error TS2307: Cannot find module '@typescript-eslint/scope-manager/dist/scope/ClassScope'. +22 declare const getPropertyName: (node: TSESTree.MemberExpression | TSESTree.Property | TSESTree.MethodDefinition, initialScope?: import("@typescript-eslint/scope-manager/dist/scope/BlockScope").BlockScope | import("@typescript-eslint/scope-manager/dist/scope/CatchScope").CatchScope | import("@typescript-eslint/scope-manager/dist/scope/ClassScope").ClassScope | import("@typescript-eslint/scope-manager/dist/scope/ConditionalTypeScope").ConditionalTypeScope | import("@typescript-eslint/scope-manager/dist/scope/ForScope").ForScope | import("@typescript-eslint/scope-manager/dist/scope/FunctionExpressionNameScope").FunctionExpressionNameScope | import("@typescript-eslint/scope-manager/dist/scope/FunctionScope").FunctionScope | import("@typescript-eslint/scope-manager/dist/scope/FunctionTypeScope").FunctionTypeScope | import("@typescript-eslint/scope-manager/dist/scope/GlobalScope").GlobalScope | import("@typescript-eslint/scope-manager/dist/scope/MappedTypeScope").MappedTypeScope | import("@typescript-eslint/scope-manager/dist/scope/ModuleScope").ModuleScope | import("@typescript-eslint/scope-manager/dist/scope/SwitchScope").SwitchScope | import("@typescript-eslint/scope-manager/dist/scope/TSEnumScope").TSEnumScope | import("@typescript-eslint/scope-manager/dist/scope/TSModuleScope").TSModuleScope | import("@typescript-eslint/scope-manager/dist/scope/TypeScope").TypeScope | import("@typescript-eslint/scope-manager/dist/scope/WithScope").WithScope | undefined) => string | null; +[...138 lines omitted...] + ~~~~~~~~~~~~~~~~~~~~~~~~~~ +../../temp/node_modules/.pnpm/@typescript-eslint/experimental-utils@X.X.X_eslint@X.X.X+typescript@X.X.X/node_modules/@typescript-eslint/experimental-utils/_ts3.4/dist/ts-eslint/Scope.d.ts:1:31 - error TS2307: Cannot find module '@typescript-eslint/scope-manager'. +1 import * as scopeManager from '@typescript-eslint/scope-manager'; + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +../../temp/node_modules/.pnpm/@typescript-eslint/experimental-utils@X.X.X_eslint@X.X.X+typescript@X.X.X/node_modules/@typescript-eslint/experimental-utils/_ts3.4/dist/ts-estree.d.ts:1:60 - error TS2307: Cannot find module '@typescript-eslint/types'. +1 export { AST_NODE_TYPES, AST_TOKEN_TYPES, TSESTree, } from '@typescript-eslint/types'; + ~~~~~~~~~~~~~~~~~~~~~~~~~~ +../../temp/node_modules/.pnpm/@typescript-eslint/experimental-utils@X.X.X_eslint@X.X.X+typescript@X.X.X/node_modules/@typescript-eslint/experimental-utils/_ts3.4/dist/ts-estree.d.ts:2:32 - error TS2307: Cannot find module '@typescript-eslint/typescript-estree/dist/parser-options'. +2 export { ParserServices } from '@typescript-eslint/typescript-estree/dist/parser-options'; + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +src/rules/ts-apisurface-supportcancellation.ts:10:45 - error TS2307: Cannot find module '@typescript-eslint/typescript-estree/dist/parser-options'. +10 import { ParserWeakMapESTreeToTSNode } from "@typescript-eslint/typescript-estree/dist/parser-options"; + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +src/rules/ts-doc-internal.ts:10:45 - error TS2307: Cannot find module '@typescript-eslint/typescript-estree/dist/parser-options'. +10 import { ParserWeakMapESTreeToTSNode } from "@typescript-eslint/typescript-estree/dist/parser-options"; + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +src/rules/ts-use-interface-parameters.ts:13:8 - error TS2307: Cannot find module '@typescript-eslint/typescript-estree/dist/parser-options'. +13 } from "@typescript-eslint/typescript-estree/dist/parser-options"; + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +Found 55 errors. ================================ Error: Project(s) failed rush rebuild - Errors! (? seconds) @@ -96,6 +118,7 @@ XX of XX: [@azure/core-amqp] blocked by [@azure/eslint-plugin-azure-sdk]! XX of XX: [@azure/event-hubs] blocked by [@azure/eslint-plugin-azure-sdk]! XX of XX: [@azure/eventhubs-checkpointstore-blob] blocked by [@azure/eslint-plugin-azure-sdk]! XX of XX: [@azure/service-bus] blocked by [@azure/eslint-plugin-azure-sdk]! +XX of XX: [@azure/eventgrid] blocked by [@azure/eslint-plugin-azure-sdk]! XX of XX: [@azure/core-auth] blocked by [@azure/eslint-plugin-azure-sdk]! XX of XX: [@azure/ai-anomaly-detector] blocked by [@azure/eslint-plugin-azure-sdk]! XX of XX: [@azure/ai-form-recognizer] blocked by [@azure/eslint-plugin-azure-sdk]! @@ -104,7 +127,7 @@ XX of XX: [@azure/ai-text-analytics] blocked by [@azure/eslint-plugin-azure-sdk] XX of XX: [@azure/core-client] blocked by [@azure/eslint-plugin-azure-sdk]! XX of XX: [@azure/core-http] blocked by [@azure/eslint-plugin-azure-sdk]! XX of XX: [@azure/app-configuration] blocked by [@azure/eslint-plugin-azure-sdk]! -XX of XX: [@azure/core-arm] blocked by [@azure/eslint-plugin-azure-sdk]! +XX of XX: [@azure/attestation] blocked by [@azure/eslint-plugin-azure-sdk]! XX of XX: [@azure/core-lro] blocked by [@azure/eslint-plugin-azure-sdk]! XX of XX: [@azure/keyvault-admin] blocked by [@azure/eslint-plugin-azure-sdk]! XX of XX: [@azure/keyvault-certificates] blocked by [@azure/eslint-plugin-azure-sdk]! @@ -113,21 +136,26 @@ XX of XX: [@azure/keyvault-secrets] blocked by [@azure/eslint-plugin-azure-sdk]! XX of XX: [@azure/storage-blob] blocked by [@azure/eslint-plugin-azure-sdk]! XX of XX: [@azure/storage-blob-changefeed] blocked by [@azure/eslint-plugin-azure-sdk]! XX of XX: [@azure/storage-file-datalake] blocked by [@azure/eslint-plugin-azure-sdk]! +XX of XX: [@azure/synapse-artifacts] blocked by [@azure/eslint-plugin-azure-sdk]! XX of XX: [@azure/data-tables] blocked by [@azure/eslint-plugin-azure-sdk]! XX of XX: [@azure/digital-twins-core] blocked by [@azure/eslint-plugin-azure-sdk]! -XX of XX: [@azure/eventgrid] blocked by [@azure/eslint-plugin-azure-sdk]! XX of XX: [@azure/identity] blocked by [@azure/eslint-plugin-azure-sdk]! XX of XX: [@azure/schema-registry] blocked by [@azure/eslint-plugin-azure-sdk]! XX of XX: [@azure/schema-registry-avro] blocked by [@azure/eslint-plugin-azure-sdk]! XX of XX: [@azure/storage-queue] blocked by [@azure/eslint-plugin-azure-sdk]! XX of XX: [@azure/keyvault-common] blocked by [@azure/eslint-plugin-azure-sdk]! -XX of XX: [@azure/monitor-opentelemetry-exporter] blocked by [@azure/eslint-plugin-azure-sdk]! +XX of XX: [@azure/opentelemetry-exporter-azure-monitor] blocked by [@azure/eslint-plugin-azure-sdk]! XX of XX: [@azure/search-documents] blocked by [@azure/eslint-plugin-azure-sdk]! XX of XX: [@azure/storage-file-share] blocked by [@azure/eslint-plugin-azure-sdk]! +XX of XX: [@azure/synapse-access-control] blocked by [@azure/eslint-plugin-azure-sdk]! +XX of XX: [@azure/synapse-managed-private-endpoints] blocked by [@azure/eslint-plugin-azure-sdk]! +XX of XX: [@azure/synapse-monitoring] blocked by [@azure/eslint-plugin-azure-sdk]! +XX of XX: [@azure/synapse-spark] blocked by [@azure/eslint-plugin-azure-sdk]! XX of XX: [@azure/template] blocked by [@azure/eslint-plugin-azure-sdk]! XX of XX: [@azure/test-utils-perfstress] blocked by [@azure/eslint-plugin-azure-sdk]! XX of XX: [@azure/test-utils-recorder] blocked by [@azure/eslint-plugin-azure-sdk]! XX of XX: [@azure/storage-internal-avro] blocked by [@azure/eslint-plugin-azure-sdk]! +XX of XX: [@azure/test-utils-multi-version] blocked by [@azure/eslint-plugin-azure-sdk]! XX of XX: [@azure/core-https] blocked by [@azure/eslint-plugin-azure-sdk]! XX of XX: [@azure/core-asynciterator-polyfill] blocked by [@azure/eslint-plugin-azure-sdk]! XX of XX: [@azure/core-paging] blocked by [@azure/eslint-plugin-azure-sdk]! diff --git a/tests/baselines/reference/docker/office-ui-fabric.log b/tests/baselines/reference/docker/office-ui-fabric.log index e7243afc220d5..e0d45c768cf52 100644 --- a/tests/baselines/reference/docker/office-ui-fabric.log +++ b/tests/baselines/reference/docker/office-ui-fabric.log @@ -36,21 +36,21 @@ Standard output: @fluentui/a11y-testing: [XX:XX:XX XM] ■ Executing: /usr/local/bin/node "/office-ui-fabric-react/node_modules/typescript/lib/tsc.js" --pretty --target es5 --outDir lib --module esnext --project "/office-ui-fabric-react/packages/a11y-testing/tsconfig.json" @fluentui/a11y-testing: [XX:XX:XX XM] ■ Running /office-ui-fabric-react/node_modules/typescript/lib/tsc.js with /office-ui-fabric-react/packages/a11y-testing/tsconfig.json @fluentui/a11y-testing: [XX:XX:XX XM] ■ Executing: /usr/local/bin/node "/office-ui-fabric-react/node_modules/typescript/lib/tsc.js" --pretty --target es5 --outDir lib-commonjs --module commonjs --project "/office-ui-fabric-react/packages/a11y-testing/tsconfig.json" -@fluentui/a11y-testing: Done in ?s. +@fluentui/a11y-testing: info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command. @fluentui/codemods: yarn run vX.X.X @fluentui/codemods: $ just-scripts ts @fluentui/codemods: [XX:XX:XX XM] ■ Running /office-ui-fabric-react/node_modules/typescript/lib/tsc.js with /office-ui-fabric-react/packages/codemods/tsconfig.json @fluentui/codemods: [XX:XX:XX XM] ■ Executing: /usr/local/bin/node "/office-ui-fabric-react/node_modules/typescript/lib/tsc.js" --pretty --target es5 --outDir lib --module esnext --project "/office-ui-fabric-react/packages/codemods/tsconfig.json" @fluentui/codemods: [XX:XX:XX XM] ■ Running /office-ui-fabric-react/node_modules/typescript/lib/tsc.js with /office-ui-fabric-react/packages/codemods/tsconfig.json @fluentui/codemods: [XX:XX:XX XM] ■ Executing: /usr/local/bin/node "/office-ui-fabric-react/node_modules/typescript/lib/tsc.js" --pretty --target es5 --outDir lib-commonjs --module commonjs --project "/office-ui-fabric-react/packages/codemods/tsconfig.json" -@fluentui/codemods: Done in ?s. +@fluentui/codemods: info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command. @fluentui/example-data: yarn run vX.X.X @fluentui/example-data: $ just-scripts ts @fluentui/example-data: [XX:XX:XX XM] ■ Running /office-ui-fabric-react/node_modules/typescript/lib/tsc.js with /office-ui-fabric-react/packages/example-data/tsconfig.json @fluentui/example-data: [XX:XX:XX XM] ■ Executing: /usr/local/bin/node "/office-ui-fabric-react/node_modules/typescript/lib/tsc.js" --pretty --target es5 --outDir lib --module esnext --project "/office-ui-fabric-react/packages/example-data/tsconfig.json" @fluentui/example-data: [XX:XX:XX XM] ■ Running /office-ui-fabric-react/node_modules/typescript/lib/tsc.js with /office-ui-fabric-react/packages/example-data/tsconfig.json @fluentui/example-data: [XX:XX:XX XM] ■ Executing: /usr/local/bin/node "/office-ui-fabric-react/node_modules/typescript/lib/tsc.js" --pretty --target es5 --outDir lib-commonjs --module commonjs --project "/office-ui-fabric-react/packages/example-data/tsconfig.json" -@fluentui/example-data: Done in ?s. +@fluentui/example-data: info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command. @fluentui/keyboard-key: yarn run vX.X.X @fluentui/keyboard-key: $ just-scripts ts @fluentui/keyboard-key: [XX:XX:XX XM] ■ Running /office-ui-fabric-react/node_modules/typescript/lib/tsc.js with /office-ui-fabric-react/packages/keyboard-key/tsconfig.json @@ -71,7 +71,7 @@ Standard output: @fluentui/react-conformance: [XX:XX:XX XM] ■ Executing: /usr/local/bin/node "/office-ui-fabric-react/node_modules/typescript/lib/tsc.js" --pretty --target es5 --outDir lib --module esnext --project "/office-ui-fabric-react/packages/react-conformance/tsconfig.json" @fluentui/react-conformance: [XX:XX:XX XM] ■ Running /office-ui-fabric-react/node_modules/typescript/lib/tsc.js with /office-ui-fabric-react/packages/react-conformance/tsconfig.json @fluentui/react-conformance: [XX:XX:XX XM] ■ Executing: /usr/local/bin/node "/office-ui-fabric-react/node_modules/typescript/lib/tsc.js" --pretty --target es5 --outDir lib-commonjs --module commonjs --project "/office-ui-fabric-react/packages/react-conformance/tsconfig.json" -@fluentui/react-conformance: Done in ?s. +@fluentui/react-conformance: info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command. @fluentui/set-version: yarn run vX.X.X @fluentui/set-version: $ just-scripts ts @fluentui/set-version: [XX:XX:XX XM] ■ Running /office-ui-fabric-react/node_modules/typescript/lib/tsc.js with /office-ui-fabric-react/packages/set-version/tsconfig.json @@ -119,14 +119,21 @@ Standard output: @fluentui/date-time-utilities: [XX:XX:XX XM] ■ Executing: /usr/local/bin/node "/office-ui-fabric-react/node_modules/typescript/lib/tsc.js" --pretty --target es5 --outDir lib --module esnext --project "/office-ui-fabric-react/packages/date-time-utilities/tsconfig.json" @fluentui/date-time-utilities: [XX:XX:XX XM] ■ Running /office-ui-fabric-react/node_modules/typescript/lib/tsc.js with /office-ui-fabric-react/packages/date-time-utilities/tsconfig.json @fluentui/date-time-utilities: [XX:XX:XX XM] ■ Executing: /usr/local/bin/node "/office-ui-fabric-react/node_modules/typescript/lib/tsc.js" --pretty --target es5 --outDir lib-commonjs --module commonjs --project "/office-ui-fabric-react/packages/date-time-utilities/tsconfig.json" -@fluentui/date-time-utilities: Done in ?s. +@fluentui/date-time-utilities: info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command. @fluentui/dom-utilities: yarn run vX.X.X @fluentui/dom-utilities: $ just-scripts ts @fluentui/dom-utilities: [XX:XX:XX XM] ■ Running /office-ui-fabric-react/node_modules/typescript/lib/tsc.js with /office-ui-fabric-react/packages/dom-utilities/tsconfig.json @fluentui/dom-utilities: [XX:XX:XX XM] ■ Executing: /usr/local/bin/node "/office-ui-fabric-react/node_modules/typescript/lib/tsc.js" --pretty --target es5 --outDir lib --module esnext --project "/office-ui-fabric-react/packages/dom-utilities/tsconfig.json" @fluentui/dom-utilities: [XX:XX:XX XM] ■ Running /office-ui-fabric-react/node_modules/typescript/lib/tsc.js with /office-ui-fabric-react/packages/dom-utilities/tsconfig.json @fluentui/dom-utilities: [XX:XX:XX XM] ■ Executing: /usr/local/bin/node "/office-ui-fabric-react/node_modules/typescript/lib/tsc.js" --pretty --target es5 --outDir lib-commonjs --module commonjs --project "/office-ui-fabric-react/packages/dom-utilities/tsconfig.json" -@fluentui/dom-utilities: Done in ?s. +@fluentui/dom-utilities: info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command. +@fluentui/make-styles: yarn run vX.X.X +@fluentui/make-styles: $ just-scripts ts +@fluentui/make-styles: [XX:XX:XX XM] ■ Running /office-ui-fabric-react/node_modules/typescript/lib/tsc.js with /office-ui-fabric-react/packages/make-styles/tsconfig.json +@fluentui/make-styles: [XX:XX:XX XM] ■ Executing: /usr/local/bin/node "/office-ui-fabric-react/node_modules/typescript/lib/tsc.js" --pretty --target es5 --outDir lib --module esnext --project "/office-ui-fabric-react/packages/make-styles/tsconfig.json" +@fluentui/make-styles: [XX:XX:XX XM] ■ Running /office-ui-fabric-react/node_modules/typescript/lib/tsc.js with /office-ui-fabric-react/packages/make-styles/tsconfig.json +@fluentui/make-styles: [XX:XX:XX XM] ■ Executing: /usr/local/bin/node "/office-ui-fabric-react/node_modules/typescript/lib/tsc.js" --pretty --target es5 --outDir lib-commonjs --module commonjs --project "/office-ui-fabric-react/packages/make-styles/tsconfig.json" +@fluentui/make-styles: info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command. @fluentui/merge-styles: yarn run vX.X.X @fluentui/merge-styles: $ just-scripts ts @fluentui/merge-styles: [XX:XX:XX XM] ■ Running /office-ui-fabric-react/node_modules/typescript/lib/tsc.js with /office-ui-fabric-react/packages/merge-styles/tsconfig.json @@ -156,7 +163,7 @@ Standard output: @fluentui/react-stylesheets: [XX:XX:XX XM] ■ Executing: /usr/local/bin/node "/office-ui-fabric-react/node_modules/typescript/lib/tsc.js" --pretty --target es5 --outDir lib --module esnext --project "/office-ui-fabric-react/packages/react-stylesheets/tsconfig.json" @fluentui/react-stylesheets: [XX:XX:XX XM] ■ Running /office-ui-fabric-react/node_modules/typescript/lib/tsc.js with /office-ui-fabric-react/packages/react-stylesheets/tsconfig.json @fluentui/react-stylesheets: [XX:XX:XX XM] ■ Executing: /usr/local/bin/node "/office-ui-fabric-react/node_modules/typescript/lib/tsc.js" --pretty --target es5 --outDir lib-commonjs --module commonjs --project "/office-ui-fabric-react/packages/react-stylesheets/tsconfig.json" -@fluentui/react-stylesheets: Done in ?s. +@fluentui/react-stylesheets: info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command. @fluentui/react-utilities: yarn run vX.X.X @fluentui/react-utilities: $ just-scripts ts @fluentui/react-utilities: [XX:XX:XX XM] ■ Running /office-ui-fabric-react/node_modules/typescript/lib/tsc.js with /office-ui-fabric-react/packages/react-utilities/tsconfig.json @@ -207,21 +214,14 @@ Standard output: @fluentui/react-compose: [XX:XX:XX XM] ■ Executing: /usr/local/bin/node "/office-ui-fabric-react/node_modules/typescript/lib/tsc.js" --pretty --target es5 --outDir lib --module esnext --project "/office-ui-fabric-react/packages/react-compose/tsconfig.json" @fluentui/react-compose: [XX:XX:XX XM] ■ Running /office-ui-fabric-react/node_modules/typescript/lib/tsc.js with /office-ui-fabric-react/packages/react-compose/tsconfig.json @fluentui/react-compose: [XX:XX:XX XM] ■ Executing: /usr/local/bin/node "/office-ui-fabric-react/node_modules/typescript/lib/tsc.js" --pretty --target es5 --outDir lib-commonjs --module commonjs --project "/office-ui-fabric-react/packages/react-compose/tsconfig.json" -@fluentui/react-compose: Done in ?s. -@fluentui/react-focus: yarn run vX.X.X -@fluentui/react-focus: $ just-scripts ts -@fluentui/react-focus: [XX:XX:XX XM] ■ Running /office-ui-fabric-react/node_modules/typescript/lib/tsc.js with /office-ui-fabric-react/packages/react-focus/tsconfig.json -@fluentui/react-focus: [XX:XX:XX XM] ■ Executing: /usr/local/bin/node "/office-ui-fabric-react/node_modules/typescript/lib/tsc.js" --pretty --target es5 --outDir lib --module esnext --project "/office-ui-fabric-react/packages/react-focus/tsconfig.json" -@fluentui/react-focus: [XX:XX:XX XM] ■ Running /office-ui-fabric-react/node_modules/typescript/lib/tsc.js with /office-ui-fabric-react/packages/react-focus/tsconfig.json -@fluentui/react-focus: [XX:XX:XX XM] ■ Executing: /usr/local/bin/node "/office-ui-fabric-react/node_modules/typescript/lib/tsc.js" --pretty --target es5 --outDir lib-commonjs --module commonjs --project "/office-ui-fabric-react/packages/react-focus/tsconfig.json" -@fluentui/react-focus: info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command. +@fluentui/react-compose: info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command. @fluentui/react-hooks: yarn run vX.X.X @fluentui/react-hooks: $ just-scripts ts @fluentui/react-hooks: [XX:XX:XX XM] ■ Running /office-ui-fabric-react/node_modules/typescript/lib/tsc.js with /office-ui-fabric-react/packages/react-hooks/tsconfig.json @fluentui/react-hooks: [XX:XX:XX XM] ■ Executing: /usr/local/bin/node "/office-ui-fabric-react/node_modules/typescript/lib/tsc.js" --pretty --target es5 --outDir lib --module esnext --project "/office-ui-fabric-react/packages/react-hooks/tsconfig.json" @fluentui/react-hooks: [XX:XX:XX XM] ■ Running /office-ui-fabric-react/node_modules/typescript/lib/tsc.js with /office-ui-fabric-react/packages/react-hooks/tsconfig.json @fluentui/react-hooks: [XX:XX:XX XM] ■ Executing: /usr/local/bin/node "/office-ui-fabric-react/node_modules/typescript/lib/tsc.js" --pretty --target es5 --outDir lib-commonjs --module commonjs --project "/office-ui-fabric-react/packages/react-hooks/tsconfig.json" -@fluentui/react-hooks: Done in ?s. +@fluentui/react-hooks: info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command. @fluentui/react-icons-mdl2: yarn run vX.X.X @fluentui/react-icons-mdl2: $ just-scripts ts @fluentui/react-icons-mdl2: [XX:XX:XX XM] ■ Running /office-ui-fabric-react/node_modules/typescript/lib/tsc.js with /office-ui-fabric-react/packages/react-icons-mdl2/tsconfig.json @@ -268,13 +268,6 @@ Standard output: @fluentui/common-styles: yarn run vX.X.X @fluentui/common-styles: $ just-scripts ts @fluentui/common-styles: Done in ?s. -@fluentui/file-type-icons: yarn run vX.X.X -@fluentui/file-type-icons: $ just-scripts ts -@fluentui/file-type-icons: [XX:XX:XX XM] ■ Running /office-ui-fabric-react/node_modules/typescript/lib/tsc.js with /office-ui-fabric-react/packages/file-type-icons/tsconfig.json -@fluentui/file-type-icons: [XX:XX:XX XM] ■ Executing: /usr/local/bin/node "/office-ui-fabric-react/node_modules/typescript/lib/tsc.js" --pretty --target es5 --outDir lib --module esnext --project "/office-ui-fabric-react/packages/file-type-icons/tsconfig.json" -@fluentui/file-type-icons: [XX:XX:XX XM] ■ Running /office-ui-fabric-react/node_modules/typescript/lib/tsc.js with /office-ui-fabric-react/packages/file-type-icons/tsconfig.json -@fluentui/file-type-icons: [XX:XX:XX XM] ■ Executing: /usr/local/bin/node "/office-ui-fabric-react/node_modules/typescript/lib/tsc.js" --pretty --target es5 --outDir lib-commonjs --module commonjs --project "/office-ui-fabric-react/packages/file-type-icons/tsconfig.json" -@fluentui/file-type-icons: Done in ?s. @fluentui/font-icons-mdl2: yarn run vX.X.X @fluentui/font-icons-mdl2: $ just-scripts ts @fluentui/font-icons-mdl2: [XX:XX:XX XM] ■ Running /office-ui-fabric-react/node_modules/typescript/lib/tsc.js with /office-ui-fabric-react/packages/font-icons-mdl2/tsconfig.json @@ -289,6 +282,13 @@ Standard output: @fluentui/foundation-legacy: [XX:XX:XX XM] ■ Running /office-ui-fabric-react/node_modules/typescript/lib/tsc.js with /office-ui-fabric-react/packages/foundation-legacy/tsconfig.json @fluentui/foundation-legacy: [XX:XX:XX XM] ■ Executing: /usr/local/bin/node "/office-ui-fabric-react/node_modules/typescript/lib/tsc.js" --pretty --target es5 --outDir lib-commonjs --module commonjs --project "/office-ui-fabric-react/packages/foundation-legacy/tsconfig.json" @fluentui/foundation-legacy: info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command. +@fluentui/react-file-type-icons: yarn run vX.X.X +@fluentui/react-file-type-icons: $ just-scripts ts +@fluentui/react-file-type-icons: [XX:XX:XX XM] ■ Running /office-ui-fabric-react/node_modules/typescript/lib/tsc.js with /office-ui-fabric-react/packages/react-file-type-icons/tsconfig.json +@fluentui/react-file-type-icons: [XX:XX:XX XM] ■ Executing: /usr/local/bin/node "/office-ui-fabric-react/node_modules/typescript/lib/tsc.js" --pretty --target es5 --outDir lib --module esnext --project "/office-ui-fabric-react/packages/react-file-type-icons/tsconfig.json" +@fluentui/react-file-type-icons: [XX:XX:XX XM] ■ Running /office-ui-fabric-react/node_modules/typescript/lib/tsc.js with /office-ui-fabric-react/packages/react-file-type-icons/tsconfig.json +@fluentui/react-file-type-icons: [XX:XX:XX XM] ■ Executing: /usr/local/bin/node "/office-ui-fabric-react/node_modules/typescript/lib/tsc.js" --pretty --target es5 --outDir lib-commonjs --module commonjs --project "/office-ui-fabric-react/packages/react-file-type-icons/tsconfig.json" +@fluentui/react-file-type-icons: Done in ?s. @fluentui/react-theme-provider: yarn run vX.X.X @fluentui/react-theme-provider: $ just-scripts ts @fluentui/react-theme-provider: [XX:XX:XX XM] ■ Running /office-ui-fabric-react/node_modules/typescript/lib/tsc.js with /office-ui-fabric-react/packages/react-theme-provider/tsconfig.json @@ -306,6 +306,9 @@ codesandbox-react-northstar-template: info Visit https://yarnpkg.com/en/docs/cli @fluentui/react-builder: yarn run vX.X.X @fluentui/react-builder: $ /office-ui-fabric-react/node_modules/.bin/just ts @fluentui/react-builder: Done in ?s. +@fluentui/react-northstar-prototypes: yarn run vX.X.X +@fluentui/react-northstar-prototypes: $ /office-ui-fabric-react/node_modules/.bin/just ts +@fluentui/react-northstar-prototypes: Done in ?s. @fluentui/react-avatar: yarn run vX.X.X @fluentui/react-avatar: $ just-scripts ts @fluentui/react-avatar: [XX:XX:XX XM] ■ Running /office-ui-fabric-react/node_modules/typescript/lib/tsc.js with /office-ui-fabric-react/packages/react-avatar/tsconfig.json @@ -327,6 +330,13 @@ codesandbox-react-northstar-template: info Visit https://yarnpkg.com/en/docs/cli @fluentui/react-flex: [XX:XX:XX XM] ■ Running /office-ui-fabric-react/node_modules/typescript/lib/tsc.js with /office-ui-fabric-react/packages/react-flex/tsconfig.json @fluentui/react-flex: [XX:XX:XX XM] ■ Executing: /usr/local/bin/node "/office-ui-fabric-react/node_modules/typescript/lib/tsc.js" --pretty --target es5 --outDir lib-commonjs --module commonjs --project "/office-ui-fabric-react/packages/react-flex/tsconfig.json" @fluentui/react-flex: info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command. +@fluentui/react-focus: yarn run vX.X.X +@fluentui/react-focus: $ just-scripts ts +@fluentui/react-focus: [XX:XX:XX XM] ■ Running /office-ui-fabric-react/node_modules/typescript/lib/tsc.js with /office-ui-fabric-react/packages/react-focus/tsconfig.json +@fluentui/react-focus: [XX:XX:XX XM] ■ Executing: /usr/local/bin/node "/office-ui-fabric-react/node_modules/typescript/lib/tsc.js" --pretty --target es5 --outDir lib --module esnext --project "/office-ui-fabric-react/packages/react-focus/tsconfig.json" +@fluentui/react-focus: [XX:XX:XX XM] ■ Running /office-ui-fabric-react/node_modules/typescript/lib/tsc.js with /office-ui-fabric-react/packages/react-focus/tsconfig.json +@fluentui/react-focus: [XX:XX:XX XM] ■ Executing: /usr/local/bin/node "/office-ui-fabric-react/node_modules/typescript/lib/tsc.js" --pretty --target es5 --outDir lib-commonjs --module commonjs --project "/office-ui-fabric-react/packages/react-focus/tsconfig.json" +@fluentui/react-focus: Done in ?s. @fluentui/react-image: yarn run vX.X.X @fluentui/react-image: $ just-scripts ts @fluentui/react-image: [XX:XX:XX XM] ■ Running /office-ui-fabric-react/node_modules/typescript/lib/tsc.js with /office-ui-fabric-react/packages/react-image/tsconfig.json @@ -334,13 +344,6 @@ codesandbox-react-northstar-template: info Visit https://yarnpkg.com/en/docs/cli @fluentui/react-image: [XX:XX:XX XM] ■ Running /office-ui-fabric-react/node_modules/typescript/lib/tsc.js with /office-ui-fabric-react/packages/react-image/tsconfig.json @fluentui/react-image: [XX:XX:XX XM] ■ Executing: /usr/local/bin/node "/office-ui-fabric-react/node_modules/typescript/lib/tsc.js" --pretty --target es5 --outDir lib-commonjs --module commonjs --project "/office-ui-fabric-react/packages/react-image/tsconfig.json" @fluentui/react-image: info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command. -@fluentui/react-internal: yarn run vX.X.X -@fluentui/react-internal: $ just-scripts ts -@fluentui/react-internal: [XX:XX:XX XM] ■ Running /office-ui-fabric-react/node_modules/typescript/lib/tsc.js with /office-ui-fabric-react/packages/react-internal/tsconfig.json -@fluentui/react-internal: [XX:XX:XX XM] ■ Executing: /usr/local/bin/node "/office-ui-fabric-react/node_modules/typescript/lib/tsc.js" --pretty --target es5 --outDir lib --module esnext --project "/office-ui-fabric-react/packages/react-internal/tsconfig.json" -@fluentui/react-internal: [XX:XX:XX XM] ■ Running /office-ui-fabric-react/node_modules/typescript/lib/tsc.js with /office-ui-fabric-react/packages/react-internal/tsconfig.json -@fluentui/react-internal: [XX:XX:XX XM] ■ Executing: /usr/local/bin/node "/office-ui-fabric-react/node_modules/typescript/lib/tsc.js" --pretty --target es5 --outDir lib-commonjs --module commonjs --project "/office-ui-fabric-react/packages/react-internal/tsconfig.json" -@fluentui/react-internal: info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command. @fluentui/react-text: yarn run vX.X.X @fluentui/react-text: $ just-scripts ts @fluentui/react-text: [XX:XX:XX XM] ■ Running /office-ui-fabric-react/node_modules/typescript/lib/tsc.js with /office-ui-fabric-react/packages/react-text/tsconfig.json @@ -351,6 +354,16 @@ codesandbox-react-northstar-template: info Visit https://yarnpkg.com/en/docs/cli @fluentui/docs: yarn run vX.X.X @fluentui/docs: $ /office-ui-fabric-react/node_modules/.bin/just ts @fluentui/docs: Done in ?s. +@fluentui/react-internal: yarn run vX.X.X +@fluentui/react-internal: $ just-scripts ts +@fluentui/react-internal: [XX:XX:XX XM] ■ Running /office-ui-fabric-react/node_modules/typescript/lib/tsc.js with /office-ui-fabric-react/packages/react-internal/tsconfig.json +@fluentui/react-internal: [XX:XX:XX XM] ■ Executing: /usr/local/bin/node "/office-ui-fabric-react/node_modules/typescript/lib/tsc.js" --pretty --target es5 --outDir lib --module esnext --project "/office-ui-fabric-react/packages/react-internal/tsconfig.json" +@fluentui/react-internal: [XX:XX:XX XM] ■ Running /office-ui-fabric-react/node_modules/typescript/lib/tsc.js with /office-ui-fabric-react/packages/react-internal/tsconfig.json +@fluentui/react-internal: [XX:XX:XX XM] ■ Executing: /usr/local/bin/node "/office-ui-fabric-react/node_modules/typescript/lib/tsc.js" --pretty --target es5 --outDir lib-commonjs --module commonjs --project "/office-ui-fabric-react/packages/react-internal/tsconfig.json" +@fluentui/react-internal: info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command. +@fluentui/perf: yarn run vX.X.X +@fluentui/perf: $ /office-ui-fabric-react/node_modules/.bin/just ts +@fluentui/perf: Done in ?s. @fluentui/react-checkbox: yarn run vX.X.X @fluentui/react-checkbox: $ just-scripts ts @fluentui/react-checkbox: [XX:XX:XX XM] ■ Running /office-ui-fabric-react/node_modules/typescript/lib/tsc.js with /office-ui-fabric-react/packages/react-checkbox/tsconfig.json @@ -364,7 +377,7 @@ codesandbox-react-northstar-template: info Visit https://yarnpkg.com/en/docs/cli @fluentui/react-date-time: [XX:XX:XX XM] ■ Executing: /usr/local/bin/node "/office-ui-fabric-react/node_modules/typescript/lib/tsc.js" --pretty --target es5 --outDir lib --module esnext --project "/office-ui-fabric-react/packages/react-date-time/tsconfig.json" @fluentui/react-date-time: [XX:XX:XX XM] ■ Running /office-ui-fabric-react/node_modules/typescript/lib/tsc.js with /office-ui-fabric-react/packages/react-date-time/tsconfig.json @fluentui/react-date-time: [XX:XX:XX XM] ■ Executing: /usr/local/bin/node "/office-ui-fabric-react/node_modules/typescript/lib/tsc.js" --pretty --target es5 --outDir lib-commonjs --module commonjs --project "/office-ui-fabric-react/packages/react-date-time/tsconfig.json" -@fluentui/react-date-time: Done in ?s. +@fluentui/react-date-time: info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command. @fluentui/react-link: yarn run vX.X.X @fluentui/react-link: $ just-scripts ts @fluentui/react-link: [XX:XX:XX XM] ■ Running /office-ui-fabric-react/node_modules/typescript/lib/tsc.js with /office-ui-fabric-react/packages/react-link/tsconfig.json @@ -385,7 +398,7 @@ codesandbox-react-northstar-template: info Visit https://yarnpkg.com/en/docs/cli @fluentui/react-tabs: [XX:XX:XX XM] ■ Executing: /usr/local/bin/node "/office-ui-fabric-react/node_modules/typescript/lib/tsc.js" --pretty --target es5 --outDir lib --module esnext --project "/office-ui-fabric-react/packages/react-tabs/tsconfig.json" @fluentui/react-tabs: [XX:XX:XX XM] ■ Running /office-ui-fabric-react/node_modules/typescript/lib/tsc.js with /office-ui-fabric-react/packages/react-tabs/tsconfig.json @fluentui/react-tabs: [XX:XX:XX XM] ■ Executing: /usr/local/bin/node "/office-ui-fabric-react/node_modules/typescript/lib/tsc.js" --pretty --target es5 --outDir lib-commonjs --module commonjs --project "/office-ui-fabric-react/packages/react-tabs/tsconfig.json" -@fluentui/react-tabs: Done in ?s. +@fluentui/react-tabs: info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command. @fluentui/react-toggle: yarn run vX.X.X @fluentui/react-toggle: $ just-scripts ts @fluentui/react-toggle: [XX:XX:XX XM] ■ Running /office-ui-fabric-react/node_modules/typescript/lib/tsc.js with /office-ui-fabric-react/packages/react-toggle/tsconfig.json @@ -393,9 +406,6 @@ codesandbox-react-northstar-template: info Visit https://yarnpkg.com/en/docs/cli @fluentui/react-toggle: [XX:XX:XX XM] ■ Running /office-ui-fabric-react/node_modules/typescript/lib/tsc.js with /office-ui-fabric-react/packages/react-toggle/tsconfig.json @fluentui/react-toggle: [XX:XX:XX XM] ■ Executing: /usr/local/bin/node "/office-ui-fabric-react/node_modules/typescript/lib/tsc.js" --pretty --target es5 --outDir lib-commonjs --module commonjs --project "/office-ui-fabric-react/packages/react-toggle/tsconfig.json" @fluentui/react-toggle: info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command. -@fluentui/perf: yarn run vX.X.X -@fluentui/perf: $ /office-ui-fabric-react/node_modules/.bin/just ts -@fluentui/perf: Done in ?s. @fluentui/react: yarn run vX.X.X @fluentui/react: $ just-scripts ts @fluentui/react: [XX:XX:XX XM] ■ Running /office-ui-fabric-react/node_modules/typescript/lib/tsc.js with /office-ui-fabric-react/packages/react/tsconfig.json @@ -409,7 +419,7 @@ a11y-tests: [XX:XX:XX XM] ■ Running /office-ui-fabric-react/node_modules/types a11y-tests: [XX:XX:XX XM] ■ Executing: /usr/local/bin/node "/office-ui-fabric-react/node_modules/typescript/lib/tsc.js" --pretty --target es5 --outDir lib --module esnext --project "/office-ui-fabric-react/apps/a11y-tests/tsconfig.json" a11y-tests: [XX:XX:XX XM] ■ Running /office-ui-fabric-react/node_modules/typescript/lib/tsc.js with /office-ui-fabric-react/apps/a11y-tests/tsconfig.json a11y-tests: [XX:XX:XX XM] ■ Executing: /usr/local/bin/node "/office-ui-fabric-react/node_modules/typescript/lib/tsc.js" --pretty --target es5 --outDir lib-commonjs --module commonjs --project "/office-ui-fabric-react/apps/a11y-tests/tsconfig.json" -a11y-tests: Done in ?s. +a11y-tests: info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command. codesandbox-react-template: yarn run vX.X.X codesandbox-react-template: $ just-scripts ts codesandbox-react-template: [XX:XX:XX XM] ■ Running /office-ui-fabric-react/node_modules/typescript/lib/tsc.js with /office-ui-fabric-react/apps/codesandbox-react-template/tsconfig.json @@ -461,7 +471,7 @@ todo-app: Done in ?s. @fluentui/react-charting: [XX:XX:XX XM] ■ Executing: /usr/local/bin/node "/office-ui-fabric-react/node_modules/typescript/lib/tsc.js" --pretty --target es5 --outDir lib --module esnext --project "/office-ui-fabric-react/packages/react-charting/tsconfig.json" @fluentui/react-charting: [XX:XX:XX XM] ■ Running /office-ui-fabric-react/node_modules/typescript/lib/tsc.js with /office-ui-fabric-react/packages/react-charting/tsconfig.json @fluentui/react-charting: [XX:XX:XX XM] ■ Executing: /usr/local/bin/node "/office-ui-fabric-react/node_modules/typescript/lib/tsc.js" --pretty --target es5 --outDir lib-commonjs --module commonjs --project "/office-ui-fabric-react/packages/react-charting/tsconfig.json" -@fluentui/react-charting: Done in ?s. +@fluentui/react-charting: info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command. @fluentui/react-experiments: yarn run vX.X.X @fluentui/react-experiments: $ just-scripts ts @fluentui/react-experiments: [XX:XX:XX XM] ■ Running /office-ui-fabric-react/node_modules/typescript/lib/tsc.js with /office-ui-fabric-react/packages/react-experiments/tsconfig.json @@ -476,13 +486,6 @@ todo-app: Done in ?s. @fluentui/react-monaco-editor: [XX:XX:XX XM] ■ Running /office-ui-fabric-react/node_modules/typescript/lib/tsc.js with /office-ui-fabric-react/packages/react-monaco-editor/tsconfig.json @fluentui/react-monaco-editor: [XX:XX:XX XM] ■ Executing: /usr/local/bin/node "/office-ui-fabric-react/node_modules/typescript/lib/tsc.js" --pretty --target es5 --outDir lib-commonjs --module commonjs --project "/office-ui-fabric-react/packages/react-monaco-editor/tsconfig.json" @fluentui/react-monaco-editor: info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command. -@fluentui/react-next: yarn run vX.X.X -@fluentui/react-next: $ just-scripts ts -@fluentui/react-next: [XX:XX:XX XM] ■ Running /office-ui-fabric-react/node_modules/typescript/lib/tsc.js with /office-ui-fabric-react/packages/react-next/tsconfig.json -@fluentui/react-next: [XX:XX:XX XM] ■ Executing: /usr/local/bin/node "/office-ui-fabric-react/node_modules/typescript/lib/tsc.js" --pretty --target es5 --outDir lib --module esnext --project "/office-ui-fabric-react/packages/react-next/tsconfig.json" -@fluentui/react-next: [XX:XX:XX XM] ■ Running /office-ui-fabric-react/node_modules/typescript/lib/tsc.js with /office-ui-fabric-react/packages/react-next/tsconfig.json -@fluentui/react-next: [XX:XX:XX XM] ■ Executing: /usr/local/bin/node "/office-ui-fabric-react/node_modules/typescript/lib/tsc.js" --pretty --target es5 --outDir lib-commonjs --module commonjs --project "/office-ui-fabric-react/packages/react-next/tsconfig.json" -@fluentui/react-next: Done in ?s. @fluentui/theme-samples: yarn run vX.X.X @fluentui/theme-samples: $ just-scripts ts @fluentui/theme-samples: [XX:XX:XX XM] ■ Running /office-ui-fabric-react/node_modules/typescript/lib/tsc.js with /office-ui-fabric-react/packages/theme-samples/tsconfig.json @@ -514,20 +517,13 @@ todo-app: Done in ?s. @fluentui/react-docsite-components: [XX:XX:XX XM] ■ Running /office-ui-fabric-react/node_modules/typescript/lib/tsc.js with /office-ui-fabric-react/packages/react-docsite-components/tsconfig.json @fluentui/react-docsite-components: [XX:XX:XX XM] ■ Executing: /usr/local/bin/node "/office-ui-fabric-react/node_modules/typescript/lib/tsc.js" --pretty --target es5 --outDir lib-commonjs --module commonjs --project "/office-ui-fabric-react/packages/react-docsite-components/tsconfig.json" @fluentui/react-docsite-components: info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command. -codesandbox-react-next-template: yarn run vX.X.X -codesandbox-react-next-template: $ just-scripts ts -codesandbox-react-next-template: [XX:XX:XX XM] ■ Running /office-ui-fabric-react/node_modules/typescript/lib/tsc.js with /office-ui-fabric-react/apps/codesandbox-react-next-template/tsconfig.json -codesandbox-react-next-template: [XX:XX:XX XM] ■ Executing: /usr/local/bin/node "/office-ui-fabric-react/node_modules/typescript/lib/tsc.js" --pretty --target es5 --outDir lib --module esnext --project "/office-ui-fabric-react/apps/codesandbox-react-next-template/tsconfig.json" -codesandbox-react-next-template: [XX:XX:XX XM] ■ Running /office-ui-fabric-react/node_modules/typescript/lib/tsc.js with /office-ui-fabric-react/apps/codesandbox-react-next-template/tsconfig.json -codesandbox-react-next-template: [XX:XX:XX XM] ■ Executing: /usr/local/bin/node "/office-ui-fabric-react/node_modules/typescript/lib/tsc.js" --pretty --target es5 --outDir lib-commonjs --module commonjs --project "/office-ui-fabric-react/apps/codesandbox-react-next-template/tsconfig.json" -codesandbox-react-next-template: Done in ?s. @fluentui/storybook: yarn run vX.X.X @fluentui/storybook: $ just-scripts ts @fluentui/storybook: [XX:XX:XX XM] ■ Running /office-ui-fabric-react/node_modules/typescript/lib/tsc.js with /office-ui-fabric-react/packages/storybook/tsconfig.json @fluentui/storybook: [XX:XX:XX XM] ■ Executing: /usr/local/bin/node "/office-ui-fabric-react/node_modules/typescript/lib/tsc.js" --pretty --target es5 --outDir lib --module esnext --project "/office-ui-fabric-react/packages/storybook/tsconfig.json" @fluentui/storybook: [XX:XX:XX XM] ■ Running /office-ui-fabric-react/node_modules/typescript/lib/tsc.js with /office-ui-fabric-react/packages/storybook/tsconfig.json @fluentui/storybook: [XX:XX:XX XM] ■ Executing: /usr/local/bin/node "/office-ui-fabric-react/node_modules/typescript/lib/tsc.js" --pretty --target es5 --outDir lib-commonjs --module commonjs --project "/office-ui-fabric-react/packages/storybook/tsconfig.json" -@fluentui/storybook: Done in ?s. +@fluentui/storybook: info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command. dom-tests: yarn run vX.X.X dom-tests: $ just-scripts ts dom-tests: [XX:XX:XX XM] ■ Running /office-ui-fabric-react/node_modules/typescript/lib/tsc.js with /office-ui-fabric-react/apps/dom-tests/tsconfig.json @@ -562,7 +558,7 @@ vr-tests: Done in ?s. @fluentui/public-docsite-resources: [XX:XX:XX XM] ■ Executing: /usr/local/bin/node "/office-ui-fabric-react/node_modules/typescript/lib/tsc.js" --pretty --target es5 --outDir lib --module esnext --project "/office-ui-fabric-react/apps/public-docsite-resources/tsconfig.json" @fluentui/public-docsite-resources: [XX:XX:XX XM] ■ Running /office-ui-fabric-react/node_modules/typescript/lib/tsc.js with /office-ui-fabric-react/apps/public-docsite-resources/tsconfig.json @fluentui/public-docsite-resources: [XX:XX:XX XM] ■ Executing: /usr/local/bin/node "/office-ui-fabric-react/node_modules/typescript/lib/tsc.js" --pretty --target es5 --outDir lib-commonjs --module commonjs --project "/office-ui-fabric-react/apps/public-docsite-resources/tsconfig.json" -@fluentui/public-docsite-resources: Done in ?s. +@fluentui/public-docsite-resources: info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command. @fluentui/public-docsite: yarn run vX.X.X @fluentui/public-docsite: $ just-scripts ts @fluentui/public-docsite: [XX:XX:XX XM] ■ Running /office-ui-fabric-react/node_modules/typescript/lib/tsc.js with /office-ui-fabric-react/apps/public-docsite/tsconfig.json @@ -593,24 +589,13 @@ Standard error: @fluentui/scripts: at ChildProcess.exithandler (child_process.js:308:12) @fluentui/scripts: at ChildProcess.emit (events.js:314:20) @fluentui/scripts: at ChildProcess.EventEmitter.emit (domain.js:506:15) -@fluentui/scripts: at maybeClose (internal/child_process.js:1021:16) -@fluentui/scripts: at Process.ChildProcess._handle.onexit (internal/child_process.js:286:5) +@fluentui/scripts: at maybeClose (internal/child_process.js:1022:16) +@fluentui/scripts: at Process.ChildProcess._handle.onexit (internal/child_process.js:287:5) @fluentui/scripts: at Process.callbackTrampoline (internal/async_hooks.js:126:14) @fluentui/scripts: [XX:XX:XX XM] x stdout: @fluentui/scripts: [XX:XX:XX XM] x gulp/plugins/gulp-component-menu-behaviors.ts:1:38 - error TS2307: Cannot find module '@fluentui/a11y-testing' or its corresponding type declarations. @fluentui/scripts: 1 import * as behaviorDefinitions from '@fluentui/a11y-testing'; @fluentui/scripts: ~~~~~~~~~~~~~~~~~~~~~~~~ -@fluentui/scripts: gulp/plugins/util/getComponentInfo.ts:145:9 - error TS2322: Type 'Tag[]' is not assignable to type '{ title: string; description: string; type: null; name: string; }[]'. -@fluentui/scripts: Type 'Tag' is not assignable to type '{ title: string; description: string; type: null; name: string; }'. -@fluentui/scripts: Types of property 'type' are incompatible. -@fluentui/scripts: Type 'Type' is not assignable to type 'null'. -@fluentui/scripts: Type 'AllLiteral' is not assignable to type 'null'. -@fluentui/scripts: 145 tags, -@fluentui/scripts: ~~~~ -@fluentui/scripts: gulp/plugins/util/docs-types.ts:49:3 -@fluentui/scripts: 49 tags: { -@fluentui/scripts: ~~~~ -@fluentui/scripts: The expected type comes from property 'tags' which is declared here on type 'ComponentProp' @fluentui/scripts: gulp/plugins/util/tsLanguageService.ts:25:18 - error TS2569: Type 'IterableIterator' is not an array type or a string type. Use compiler option '--downlevelIteration' to allow iterating of iterators. @fluentui/scripts: 25 return [...files.keys()]; @fluentui/scripts: ~~~~~~~~~~~~ @@ -653,32 +638,328 @@ Standard error: @fluentui/scripts: update-package-versions.js:47:12 - error TS1250: Function declarations are not allowed inside blocks in strict mode when targeting 'ES3' or 'ES5'. @fluentui/scripts: 47 function updateDependencies(deps) { @fluentui/scripts: ~~~~~~~~~~~~~~~~~~ -@fluentui/scripts: Found 12 errors. +@fluentui/scripts: Found 11 errors. @fluentui/scripts: [XX:XX:XX XM] x ------------------------------------ @fluentui/scripts: [XX:XX:XX XM] x Error previously detected. See above for error messages. @fluentui/scripts: [XX:XX:XX XM] x Other tasks that did not complete: [ts:commonjs] @fluentui/scripts: error Command failed with exit code 1. -@fluentui/webpack-utilities: [XX:XX:XX XM] x Error detected while running 'ts:esm' +@fluentui/a11y-testing: [XX:XX:XX XM] x Error detected while running 'ts:esm' +@fluentui/a11y-testing: [XX:XX:XX XM] x ------------------------------------ +@fluentui/a11y-testing: [XX:XX:XX XM] x Error: Command failed: /usr/local/bin/node "/office-ui-fabric-react/node_modules/typescript/lib/tsc.js" --pretty --target es5 --outDir lib --module esnext --project "/office-ui-fabric-react/packages/a11y-testing/tsconfig.json" +@fluentui/a11y-testing: at ChildProcess.exithandler (child_process.js:308:12) +@fluentui/a11y-testing: at ChildProcess.emit (events.js:314:20) +@fluentui/a11y-testing: at ChildProcess.EventEmitter.emit (domain.js:506:15) +@fluentui/a11y-testing: at maybeClose (internal/child_process.js:1022:16) +@fluentui/a11y-testing: at Process.ChildProcess._handle.onexit (internal/child_process.js:287:5) +@fluentui/a11y-testing: at Process.callbackTrampoline (internal/async_hooks.js:126:14) +@fluentui/a11y-testing: [XX:XX:XX XM] x stdout: +@fluentui/a11y-testing: [XX:XX:XX XM] x src/definitions/Button/toggleButtonBehaviorDefinition.ts:13:3 - error TS2343: This syntax requires an imported helper named '__spreadArray' which does not exist in 'tslib'. Consider upgrading your version of 'tslib'. +@fluentui/a11y-testing: 13 ...buttonBehaviorDefinition, +@fluentui/a11y-testing: ~~~~~~~~~~~~~~~~~~~~~~~~~~~ +@fluentui/a11y-testing: Found 1 error. +@fluentui/a11y-testing: [XX:XX:XX XM] x ------------------------------------ +@fluentui/a11y-testing: [XX:XX:XX XM] x Error previously detected. See above for error messages. +@fluentui/a11y-testing: [XX:XX:XX XM] x Other tasks that did not complete: [ts:commonjs] +@fluentui/a11y-testing: error Command failed with exit code 1. +@fluentui/codemods: [XX:XX:XX XM] x Error detected while running 'ts:esm' +@fluentui/codemods: [XX:XX:XX XM] x ------------------------------------ +@fluentui/codemods: [XX:XX:XX XM] x Error: Command failed: /usr/local/bin/node "/office-ui-fabric-react/node_modules/typescript/lib/tsc.js" --pretty --target es5 --outDir lib --module esnext --project "/office-ui-fabric-react/packages/codemods/tsconfig.json" +@fluentui/codemods: at ChildProcess.exithandler (child_process.js:308:12) +@fluentui/codemods: at ChildProcess.emit (events.js:314:20) +@fluentui/codemods: at ChildProcess.EventEmitter.emit (domain.js:506:15) +@fluentui/codemods: at maybeClose (internal/child_process.js:1022:16) +@fluentui/codemods: at Process.ChildProcess._handle.onexit (internal/child_process.js:287:5) +@fluentui/codemods: at Process.callbackTrampoline (internal/async_hooks.js:126:14) +@fluentui/codemods: [XX:XX:XX XM] x stdout: +@fluentui/codemods: [XX:XX:XX XM] x src/codeMods/mods/configMod/configMod.mod.ts:52:5 - error TS2322: Type '(file: SourceFile) => Result | Err, { ...; }>' is not assignable to type '(file: SourceFile) => Result'. +@fluentui/codemods: Type 'Result | Err, { ...; }>' is not assignable to type 'Result'. +@fluentui/codemods: Type 'Err, { error: any; }>' is not assignable to type 'Result'. +@fluentui/codemods: Type 'Err, { error: any; }>' is not assignable to type 'Err'. +@fluentui/codemods: Type 'ModResult | Result' is not assignable to type 'ModResult'. +@fluentui/codemods: Type 'Err' is not assignable to type 'ModResult'. +@fluentui/codemods: 52 run: (file: SourceFile) => { +@fluentui/codemods: ~~~ +@fluentui/codemods: src/codeMods/types.ts:34:3 +@fluentui/codemods: 34 run: (file: T) => CodeModResult; +@fluentui/codemods: ~~~ +@fluentui/codemods: The expected type comes from property 'run' which is declared here on type 'CodeMod' +@fluentui/codemods: src/codeMods/mods/configMod/configMod.mod.ts:70:3 - error TS2322: Type '(mod: RenamePropModType) => (file: SourceFile) => Ok<{ logs: string[]; }, NoOp | ModError> | Err, { ...; }>' is not assignable to type '(mod: any) => (file: SourceFile) => Result'. +@fluentui/codemods: Call signature return types '(file: SourceFile) => Ok<{ logs: string[]; }, NoOp | ModError> | Err, { ...; }>' and '(file: SourceFile) => Result' are incompatible. +@fluentui/codemods: Type 'Ok<{ logs: string[]; }, NoOp | ModError> | Err, { logs: string[]; }>' is not assignable to type 'Result'. +@fluentui/codemods: Type 'Err, { logs: string[]; }>' is not assignable to type 'Result'. +@fluentui/codemods: Type 'Err, { logs: string[]; }>' is not assignable to type 'Err'. +@fluentui/codemods: Type 'ModResult | Result' is not assignable to type 'ModResult'. +@fluentui/codemods: Type 'Err' is not assignable to type 'ModResult'. +@fluentui/codemods: 70 renameProp: (mod: RenamePropModType) => { +@fluentui/codemods: ~~~~~~~~~~ +@fluentui/codemods: src/codeMods/types.ts:85:3 +@fluentui/codemods: 85 [key: string]: (mod: any) => (file: SourceFile) => CodeModResult; +@fluentui/codemods: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +@fluentui/codemods: The expected type comes from this index signature. +@fluentui/codemods: src/codeMods/mods/configMod/configMod.mod.ts:109:41 - error TS2343: This syntax requires an imported helper named '__spreadArray' which does not exist in 'tslib'. Consider upgrading your version of 'tslib'. +@fluentui/codemods: 109 return Ok({ logs: v.logs.concat(...r.logs) }); +@fluentui/codemods: ~~~~~~~~~ +@fluentui/codemods: src/codeMods/mods/configMod/configMod.mod.ts:128:3 - error TS2322: Type '(file: SourceFile) => Result | Err, { ...; }>' is not assignable to type '(file: SourceFile) => Result'. +@fluentui/codemods: Type 'Result | Err, { ...; }>' is not assignable to type 'Result'. +@fluentui/codemods: Type 'Err, { logs: string[]; }>' is not assignable to type 'Result'. +@fluentui/codemods: Type 'Err, { logs: string[]; }>' is not assignable to type 'Err'. +@fluentui/codemods: Type 'ModResult | Result' is not assignable to type 'ModResult'. +@fluentui/codemods: Type 'Err' is not assignable to type 'ModResult'. +@fluentui/codemods: 128 run: (file: SourceFile) => { +@fluentui/codemods: ~~~ +@fluentui/codemods: src/codeMods/types.ts:34:3 +@fluentui/codemods: 34 run: (file: T) => CodeModResult; +@fluentui/codemods: ~~~ +@fluentui/codemods: The expected type comes from property 'run' which is declared here on type 'CodeMod' +@fluentui/codemods: src/codeMods/mods/configMod/configMod.mod.ts:147:27 - error TS2345: Argument of type '(result: CodeModResult, result2: CodeModResult) => Result<{ logs: string[]; } | Result<{ logs: string[]; }, NoOp | ModError>, NoOp | ModError>' is not assignable to parameter of type '(previousValue: Result, currentValue: Result, currentIndex: number, array: Result<...>[]) => Result<...>'. +@fluentui/codemods: Type 'Result<{ logs: string[]; } | Result<{ logs: string[]; }, NoOp | ModError>, NoOp | ModError>' is not assignable to type 'Result'. +@fluentui/codemods: Type 'Err<{ logs: string[]; } | Result<{ logs: string[]; }, NoOp | ModError>, NoOp | ModError>' is not assignable to type 'Result'. +@fluentui/codemods: Type 'Err<{ logs: string[]; } | Result<{ logs: string[]; }, NoOp | ModError>, NoOp | ModError>' is not assignable to type 'Err'. +@fluentui/codemods: Type '{ logs: string[]; } | Result<{ logs: string[]; }, NoOp | ModError>' is not assignable to type 'ModResult'. +@fluentui/codemods: Property 'logs' is missing in type 'Ok<{ logs: string[]; }, NoOp | ModError>' but required in type 'ModResult'. +@fluentui/codemods: 147 return results.reduce(combineResults); +@fluentui/codemods: ~~~~~~~~~~~~~~ +@fluentui/codemods: src/codeMods/types.ts:5:3 +@fluentui/codemods: 5 logs: string[]; +@fluentui/codemods: ~~~~ +@fluentui/codemods: 'logs' is declared here. +@fluentui/codemods: src/codeMods/mods/officeToFluentImport/officeToFluentImport.mod.ts:26:3 - error TS2322: Type '(file: SourceFile) => Result, NoOp | ModError>' is not assignable to type '(file: SourceFile) => Result'. +@fluentui/codemods: Type 'Result, NoOp | ModError>' is not assignable to type 'Result'. +@fluentui/codemods: Type 'Err, NoOp | ModError>' is not assignable to type 'Result'. +@fluentui/codemods: Type 'Err, NoOp | ModError>' is not assignable to type 'Err'. +@fluentui/codemods: Type 'ModResult | Result' is not assignable to type 'ModResult'. +@fluentui/codemods: Type 'Err' is not assignable to type 'ModResult'. +@fluentui/codemods: 26 run: (file: SourceFile) => { +@fluentui/codemods: ~~~ +@fluentui/codemods: src/codeMods/types.ts:34:3 +@fluentui/codemods: 34 run: (file: T) => CodeModResult; +@fluentui/codemods: ~~~ +@fluentui/codemods: The expected type comes from property 'run' which is declared here on type 'CodeMod' +@fluentui/codemods: src/codeMods/mods/officeToFluentImport/officeToFluentImport.mod.ts:37:27 - error TS2345: Argument of type '(result: CodeModResult, result2: CodeModResult) => Result<{ logs: string[]; } | Result<{ logs: string[]; }, NoOp | ModError>, NoOp | ModError>' is not assignable to parameter of type '(previousValue: Result<{ logs: string[]; }, NoOp | ModError>, currentValue: Result<{ logs: string[]; }, NoOp | ModError>, currentIndex: number, array: Result<...>[]) => Result<...>'. +@fluentui/codemods: Type 'Result<{ logs: string[]; } | Result<{ logs: string[]; }, NoOp | ModError>, NoOp | ModError>' is not assignable to type 'Result<{ logs: string[]; }, NoOp | ModError>'. +@fluentui/codemods: Type 'Err<{ logs: string[]; } | Result<{ logs: string[]; }, NoOp | ModError>, NoOp | ModError>' is not assignable to type 'Result<{ logs: string[]; }, NoOp | ModError>'. +@fluentui/codemods: Type 'Err<{ logs: string[]; } | Result<{ logs: string[]; }, NoOp | ModError>, NoOp | ModError>' is not assignable to type 'Err<{ logs: string[]; }, NoOp | ModError>'. +@fluentui/codemods: Type '{ logs: string[]; } | Result<{ logs: string[]; }, NoOp | ModError>' is not assignable to type '{ logs: string[]; }'. +@fluentui/codemods: Property 'logs' is missing in type 'Ok<{ logs: string[]; }, NoOp | ModError>' but required in type '{ logs: string[]; }'. +@fluentui/codemods: 37 return v.reduce(combineResults); +@fluentui/codemods: ~~~~~~~~~~~~~~ +@fluentui/codemods: src/codeMods/mods/officeToFluentImport/officeToFluentImport.mod.ts:31:13 +@fluentui/codemods: 31 logs: [i.getModuleSpecifierValue()], +@fluentui/codemods: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +@fluentui/codemods: 'logs' is declared here. +@fluentui/codemods: src/codeMods/mods/oldToNewButton/oldToNewButton.mod.ts:7:3 - error TS2322: Type '(file: SourceFile) => Result<{ logs: string[]; }, NoOp> | Err, { error: any; }>' is not assignable to type '(file: SourceFile) => Result'. +@fluentui/codemods: Type 'Result<{ logs: string[]; }, NoOp> | Err, { error: any; }>' is not assignable to type 'Result'. +@fluentui/codemods: Type 'Err, { error: any; }>' is not assignable to type 'Result'. +@fluentui/codemods: Type 'Err, { error: any; }>' is not assignable to type 'Err'. +@fluentui/codemods: Type 'ModResult | Result' is not assignable to type 'ModResult'. +@fluentui/codemods: Type 'Err' is not assignable to type 'ModResult'. +@fluentui/codemods: 7 run: (file: SourceFile) => { +@fluentui/codemods: ~~~ +@fluentui/codemods: src/codeMods/types.ts:34:3 +@fluentui/codemods: 34 run: (file: T) => CodeModResult; +@fluentui/codemods: ~~~ +@fluentui/codemods: The expected type comes from property 'run' which is declared here on type 'CodeMod' +@fluentui/codemods: src/codeMods/mods/personaToAvatar/personaToAvatar.mod.ts:165:3 - error TS2322: Type '(file: SourceFile) => Err, { error: any; }> | Ok<{ logs: string[]; }, NoOp | ModError>' is not assignable to type '(file: SourceFile) => Result'. +@fluentui/codemods: Type 'Err, { error: any; }> | Ok<{ logs: string[]; }, NoOp | ModError>' is not assignable to type 'Result'. +@fluentui/codemods: Type 'Err, { error: any; }>' is not assignable to type 'Result'. +@fluentui/codemods: Type 'Err, { error: any; }>' is not assignable to type 'Err'. +@fluentui/codemods: Type 'ModResult | Result' is not assignable to type 'ModResult'. +@fluentui/codemods: Type 'Err' is not assignable to type 'ModResult'. +@fluentui/codemods: 165 run: (file: SourceFile) => { +@fluentui/codemods: ~~~ +@fluentui/codemods: src/codeMods/types.ts:34:3 +@fluentui/codemods: 34 run: (file: T) => CodeModResult; +@fluentui/codemods: ~~~ +@fluentui/codemods: The expected type comes from property 'run' which is declared here on type 'CodeMod' +@fluentui/codemods: src/codeMods/utilities/imports.ts:12:5 - error TS2322: Type 'Err, { logs: string[]; }>' is not assignable to type 'Result'. +@fluentui/codemods: Type 'Err, { logs: string[]; }>' is not assignable to type 'Err'. +@fluentui/codemods: Type 'ModResult | Result' is not assignable to type 'ModResult'. +@fluentui/codemods: Property 'logs' is missing in type 'Err' but required in type 'ModResult'. +@fluentui/codemods: 12 return Err({ logs: ['No matching imports could be found.'] }); +@fluentui/codemods: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +@fluentui/codemods: src/codeMods/types.ts:5:3 +@fluentui/codemods: 5 logs: string[]; +@fluentui/codemods: ~~~~ +@fluentui/codemods: 'logs' is declared here. +@fluentui/codemods: src/codeMods/utilities/imports.ts:73:3 - error TS2322: Type 'Err, { logs: string[]; }>' is not assignable to type 'Result'. +@fluentui/codemods: Type 'Err, { logs: string[]; }>' is not assignable to type 'Err'. +@fluentui/codemods: Type 'ImportDeclaration | Result' is not assignable to type 'ImportDeclaration'. +@fluentui/codemods: Type 'Err' is missing the following properties from type 'ImportDeclaration': setModuleSpecifier, getModuleSpecifier, getModuleSpecifierValue, getModuleSpecifierSourceFileOrThrow, and 133 more. +@fluentui/codemods: 73 return Err({ logs: ['Named import is not present in module'] }); +@fluentui/codemods: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +@fluentui/codemods: src/codeMods/utilities/transforms.ts:42:3 - error TS2322: Type '(element: JsxExpression | JsxOpeningElement | JsxSelfClosingElement, toRename: string, replacementName: string) => Ok | Err, { logs: string[]; }>' is not assignable to type 'PropTransform'. +@fluentui/codemods: Type 'Ok | Err, { logs: string[]; }>' is not assignable to type 'Result'. +@fluentui/codemods: Type 'Err, { logs: string[]; }>' is not assignable to type 'Result'. +@fluentui/codemods: Type 'Err, { logs: string[]; }>' is not assignable to type 'Err'. +@fluentui/codemods: Type 'string | Result' is not assignable to type 'string'. +@fluentui/codemods: Type 'Err' is not assignable to type 'string'. +@fluentui/codemods: 42 return ( +@fluentui/codemods: ~~~~~~~~ +@fluentui/codemods: 43 element: JsxExpression | JsxOpeningElement | JsxSelfClosingElement, +@fluentui/codemods: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +@fluentui/codemods: ... +@fluentui/codemods: 66 return Ok('No transform args applied, no changes made.'); +@fluentui/codemods: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +@fluentui/codemods: 67 }; +@fluentui/codemods: ~~~~ +@fluentui/codemods: src/codeMods/utilities/transforms.ts:73:3 - error TS2322: Type '(element: JsxExpression | JsxOpeningElement | JsxSelfClosingElement, toRename: string, replacementName: string) => Ok | Err, { logs: string[]; }>' is not assignable to type 'PropTransform'. +@fluentui/codemods: Type 'Ok | Err, { logs: string[]; }>' is not assignable to type 'Result'. +@fluentui/codemods: Type 'Err, { logs: string[]; }>' is not assignable to type 'Result'. +@fluentui/codemods: Type 'Err, { logs: string[]; }>' is not assignable to type 'Err'. +@fluentui/codemods: Type 'string | Result' is not assignable to type 'string'. +@fluentui/codemods: Type 'Err' is not assignable to type 'string'. +@fluentui/codemods: 73 return ( +@fluentui/codemods: ~~~~~~~~ +@fluentui/codemods: 74 element: JsxExpression | JsxOpeningElement | JsxSelfClosingElement, +@fluentui/codemods: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +@fluentui/codemods: ... +@fluentui/codemods: 97 return Ok('No transform args applied, no changes made.'); +@fluentui/codemods: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +@fluentui/codemods: 98 }; +@fluentui/codemods: ~~~~ +@fluentui/codemods: src/codeMods/utilities/transforms.ts:104:3 - error TS2322: Type '(element: JsxExpression | JsxOpeningElement | JsxSelfClosingElement, toRename: string, replacementName: string) => Ok | Err, { logs: string[]; }>' is not assignable to type 'PropTransform'. +@fluentui/codemods: Type 'Ok | Err, { logs: string[]; }>' is not assignable to type 'Result'. +@fluentui/codemods: Type 'Err, { logs: string[]; }>' is not assignable to type 'Result'. +@fluentui/codemods: Type 'Err, { logs: string[]; }>' is not assignable to type 'Err'. +@fluentui/codemods: Type 'string | Result' is not assignable to type 'string'. +@fluentui/codemods: Type 'Err' is not assignable to type 'string'. +@fluentui/codemods: 104 return ( +@fluentui/codemods: ~~~~~~~~ +@fluentui/codemods: 105 element: JsxExpression | JsxOpeningElement | JsxSelfClosingElement, +@fluentui/codemods: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +@fluentui/codemods: ... +@fluentui/codemods: 128 return Ok('No transform args applied, no changes made.'); +@fluentui/codemods: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +@fluentui/codemods: 129 }; +@fluentui/codemods: ~~~~ +@fluentui/codemods: src/codeMods/utilities/transforms.ts:136:3 - error TS2322: Type '(element: JsxExpression | JsxOpeningElement | JsxSelfClosingElement, toRename: string, replacementName: string) => Ok | Err, { logs: string[]; }>' is not assignable to type 'PropTransform'. +@fluentui/codemods: Type 'Ok | Err, { logs: string[]; }>' is not assignable to type 'Result'. +@fluentui/codemods: Type 'Err, { logs: string[]; }>' is not assignable to type 'Result'. +@fluentui/codemods: Type 'Err, { logs: string[]; }>' is not assignable to type 'Err'. +@fluentui/codemods: Type 'string | Result' is not assignable to type 'string'. +@fluentui/codemods: Type 'Err' is not assignable to type 'string'. +@fluentui/codemods: 136 return ( +@fluentui/codemods: ~~~~~~~~ +@fluentui/codemods: 137 element: JsxExpression | JsxOpeningElement | JsxSelfClosingElement, +@fluentui/codemods: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +@fluentui/codemods: ... +@fluentui/codemods: 154 } +@fluentui/codemods: ~~~~~ +@fluentui/codemods: 155 }; +@fluentui/codemods: ~~~~ +@fluentui/codemods: src/command.ts:120:5 - error TS2322: Type 'Err, { error: Error; }>' is not assignable to type 'Result'. +@fluentui/codemods: Type 'Err, { error: Error; }>' is not assignable to type 'Err'. +@fluentui/codemods: Type 'ModRunnerConfigType | Result' is not assignable to type 'ModRunnerConfigType'. +@fluentui/codemods: Type 'Err' is missing the following properties from type 'ModRunnerConfigType': stringFilters, regexFilters, includeMods +@fluentui/codemods: 120 return Err({ error: new Error('Error, could not locate correct config file.') }); +@fluentui/codemods: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +@fluentui/codemods: src/helpers/tests/result.test.ts:23:24 - error TS2322: Type 'Err, number>' is not assignable to type 'Result'. +@fluentui/codemods: Type 'Err, number>' is not assignable to type 'Err'. +@fluentui/codemods: Type 'number | Result' is not assignable to type 'number'. +@fluentui/codemods: Type 'Err' is not assignable to type 'number'. +@fluentui/codemods: 23 .errChain(v => Err(7)) +@fluentui/codemods: ~~~~~~ +@fluentui/codemods: src/helpers/result.ts:44:46 +@fluentui/codemods: 44 public errChain(this: Result, fn: (v: E) => Result): Result { +@fluentui/codemods: ~~~~~~~~~~~~~~~~~~~~~~ +@fluentui/codemods: The expected type comes from the return type of this signature. +@fluentui/codemods: src/modRunner/runnerUtilities.ts:28:9 - error TS2345: Argument of type '(err: NoOp | ModError) => Err, { modName: string; error: string | Error; }> | Ok<...>' is not assignable to parameter of type '(v: NoOp | ModError) => Result'. +@fluentui/codemods: Type 'Err, { modName: string; error: string | Error; }> | Ok<{ logs: string[]; modName: string; }, ErrorResult>' is not assignable to type 'Result'. +@fluentui/codemods: Type 'Err, { modName: string; error: string | Error; }>' is not assignable to type 'Result'. +@fluentui/codemods: Type 'Err, { modName: string; error: string | Error; }>' is not assignable to type 'Err'. +@fluentui/codemods: Type 'RunResult | Result' is not assignable to type 'RunResult'. +@fluentui/codemods: Type 'Err' is missing the following properties from type 'RunResult': modName, logs +@fluentui/codemods: 28 err => { +@fluentui/codemods: ~~~~~~~~ +@fluentui/codemods: src/modRunner/runnerUtilities.ts:52:5 - error TS2322: Type 'Err, { error: any; }>' is not assignable to type 'Result'. +@fluentui/codemods: Type 'Err, { error: any; }>' is not assignable to type 'Err'. +@fluentui/codemods: Type 'ModResult | Result' is not assignable to type 'ModResult'. +@fluentui/codemods: Property 'logs' is missing in type 'Err' but required in type 'ModResult'. +@fluentui/codemods: 52 result = Err({ error: e }); +@fluentui/codemods: ~~~~~~ +@fluentui/codemods: src/codeMods/types.ts:5:3 +@fluentui/codemods: 5 logs: string[]; +@fluentui/codemods: ~~~~ +@fluentui/codemods: 'logs' is declared here. +@fluentui/codemods: src/modRunner/tests/mocks/MockMods/CodeMod.mock.ts:4:3 - error TS2322: Type '() => Err, { reason: number; logs: never[]; }>' is not assignable to type '(file: string) => Result'. +@fluentui/codemods: Type 'Err, { reason: number; logs: never[]; }>' is not assignable to type 'Result'. +@fluentui/codemods: Type 'Err, { reason: number; logs: never[]; }>' is not assignable to type 'Err'. +@fluentui/codemods: Type 'ModResult | Result' is not assignable to type 'ModResult'. +@fluentui/codemods: Type 'Err' is not assignable to type 'ModResult'. +@fluentui/codemods: 4 run: () => { +@fluentui/codemods: ~~~ +@fluentui/codemods: src/codeMods/types.ts:34:3 +@fluentui/codemods: 34 run: (file: T) => CodeModResult; +@fluentui/codemods: ~~~ +@fluentui/codemods: The expected type comes from property 'run' which is declared here on type 'CodeMod' +@fluentui/codemods: Found 20 errors. +@fluentui/codemods: [XX:XX:XX XM] x ------------------------------------ +@fluentui/codemods: [XX:XX:XX XM] x Error previously detected. See above for error messages. +@fluentui/codemods: [XX:XX:XX XM] x Other tasks that did not complete: [ts:commonjs] +@fluentui/codemods: error Command failed with exit code 1. +@fluentui/example-data: [XX:XX:XX XM] x Error detected while running '_wrapFunction' +@fluentui/example-data: [XX:XX:XX XM] x ------------------------------------ +@fluentui/example-data: [XX:XX:XX XM] x Error: Command failed: /usr/local/bin/node "/office-ui-fabric-react/node_modules/typescript/lib/tsc.js" --pretty --target es5 --outDir lib-commonjs --module commonjs --project "/office-ui-fabric-react/packages/example-data/tsconfig.json" +@fluentui/example-data: at ChildProcess.exithandler (child_process.js:308:12) +@fluentui/example-data: at ChildProcess.emit (events.js:314:20) +@fluentui/example-data: at ChildProcess.EventEmitter.emit (domain.js:506:15) +@fluentui/example-data: at maybeClose (internal/child_process.js:1022:16) +@fluentui/example-data: at Process.ChildProcess._handle.onexit (internal/child_process.js:287:5) +@fluentui/example-data: at Process.callbackTrampoline (internal/async_hooks.js:126:14) +@fluentui/example-data: [XX:XX:XX XM] x stdout: +@fluentui/example-data: [XX:XX:XX XM] x src/lorem.ts:11:11 - error TS2343: This syntax requires an imported helper named '__spreadArray' which does not exist in 'tslib'. Consider upgrading your version of 'tslib'. +@fluentui/example-data: 11 return [...Array(wordCount)] +@fluentui/example-data: ~~~~~~~~~~~~~~~~~~~ +@fluentui/example-data: Found 1 error. +@fluentui/example-data: [XX:XX:XX XM] x ------------------------------------ +@fluentui/example-data: [XX:XX:XX XM] x Error previously detected. See above for error messages. +@fluentui/example-data: [XX:XX:XX XM] x Other tasks that did not complete: [ts:esm] +@fluentui/example-data: error Command failed with exit code 1. +@fluentui/react-conformance: [XX:XX:XX XM] x Error detected while running '_wrapFunction' +@fluentui/react-conformance: [XX:XX:XX XM] x ------------------------------------ +@fluentui/react-conformance: [XX:XX:XX XM] x Error: Command failed: /usr/local/bin/node "/office-ui-fabric-react/node_modules/typescript/lib/tsc.js" --pretty --target es5 --outDir lib-commonjs --module commonjs --project "/office-ui-fabric-react/packages/react-conformance/tsconfig.json" +@fluentui/react-conformance: at ChildProcess.exithandler (child_process.js:308:12) +@fluentui/react-conformance: at ChildProcess.emit (events.js:314:20) +@fluentui/react-conformance: at ChildProcess.EventEmitter.emit (domain.js:506:15) +@fluentui/react-conformance: at maybeClose (internal/child_process.js:1022:16) +@fluentui/react-conformance: at Process.ChildProcess._handle.onexit (internal/child_process.js:287:5) +@fluentui/react-conformance: at Process.callbackTrampoline (internal/async_hooks.js:126:14) +@fluentui/react-conformance: [XX:XX:XX XM] x stdout: +@fluentui/react-conformance: [XX:XX:XX XM] x src/utils/getComponent.ts:25:33 - error TS2343: This syntax requires an imported helper named '__spreadArray' which does not exist in 'tslib'. Consider upgrading your version of 'tslib'. +@fluentui/react-conformance: 25 const helperComponentNames = [...helperComponents, ...(wrapperComponent ? [wrapperComponent] : [])].map( +@fluentui/react-conformance: ~~~~~~~~~~~~~~~~~~~ +@fluentui/react-conformance: Found 1 error. +@fluentui/react-conformance: [XX:XX:XX XM] x ------------------------------------ +@fluentui/react-conformance: [XX:XX:XX XM] x Error previously detected. See above for error messages. +@fluentui/react-conformance: [XX:XX:XX XM] x Other tasks that did not complete: [ts:esm] +@fluentui/react-conformance: error Command failed with exit code 1. +@fluentui/webpack-utilities: [XX:XX:XX XM] x Error detected while running '_wrapFunction' @fluentui/webpack-utilities: [XX:XX:XX XM] x ------------------------------------ -@fluentui/webpack-utilities: [XX:XX:XX XM] x Error: Command failed: /usr/local/bin/node "/office-ui-fabric-react/node_modules/typescript/lib/tsc.js" --pretty --target es5 --outDir lib --module esnext --project "/office-ui-fabric-react/packages/webpack-utilities/tsconfig.json" +@fluentui/webpack-utilities: [XX:XX:XX XM] x Error: Command failed: /usr/local/bin/node "/office-ui-fabric-react/node_modules/typescript/lib/tsc.js" --pretty --target es5 --outDir lib-commonjs --module commonjs --project "/office-ui-fabric-react/packages/webpack-utilities/tsconfig.json" @fluentui/webpack-utilities: at ChildProcess.exithandler (child_process.js:308:12) @fluentui/webpack-utilities: at ChildProcess.emit (events.js:314:20) @fluentui/webpack-utilities: at ChildProcess.EventEmitter.emit (domain.js:506:15) -@fluentui/webpack-utilities: at maybeClose (internal/child_process.js:1021:16) -@fluentui/webpack-utilities: at Process.ChildProcess._handle.onexit (internal/child_process.js:286:5) +@fluentui/webpack-utilities: at maybeClose (internal/child_process.js:1022:16) +@fluentui/webpack-utilities: at Process.ChildProcess._handle.onexit (internal/child_process.js:287:5) @fluentui/webpack-utilities: at Process.callbackTrampoline (internal/async_hooks.js:126:14) @fluentui/webpack-utilities: [XX:XX:XX XM] x stdout: -@fluentui/webpack-utilities: [XX:XX:XX XM] x src/fabricAsyncLoaderInclude.ts:7:1 - error TS1203: Export assignment cannot be used when targeting ECMAScript modules. Consider using 'export default' or another module format instead. -@fluentui/webpack-utilities: 7 export = (input: string) => -@fluentui/webpack-utilities: ~~~~~~~~~~~~~~~~~~~~~~~~~~~ -@fluentui/webpack-utilities: 8 input.match(/@fluentui[\\/]react-internal[\\/]lib[\\/]components[\\/]ContextualMenu[\\/]ContextualMenu.js/) || -@fluentui/webpack-utilities: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -@fluentui/webpack-utilities: 9 input.match(/@fluentui[\\/]react-internal[\\/]lib[\\/]components[\\/]Callout[\\/]Callout.js/); -@fluentui/webpack-utilities: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +@fluentui/webpack-utilities: [XX:XX:XX XM] x src/fabricAsyncLoader.ts:19:13 - error TS2769: No overload matches this call. +@fluentui/webpack-utilities: Overload 1 of 2, '(predicate: (value: `/* ${string}: ${string} */` | null, index: number, array: (`/* ${string}: ${string} */` | null)[]) => value is `/* ${string}: ${string} */` | null, thisArg?: any): (`/* ${string}: ${string} */` | null)[]', gave the following error. +@fluentui/webpack-utilities: Argument of type '(s: string) => string' is not assignable to parameter of type '(value: `/* ${string}: ${string} */` | null, index: number, array: (`/* ${string}: ${string} */` | null)[]) => value is `/* ${string}: ${string} */` | null'. +@fluentui/webpack-utilities: Types of parameters 's' and 'value' are incompatible. +@fluentui/webpack-utilities: Type '`/* ${string}: ${string} */` | null' is not assignable to type 'string'. +@fluentui/webpack-utilities: Type 'null' is not assignable to type 'string'. +@fluentui/webpack-utilities: Overload 2 of 2, '(predicate: (value: `/* ${string}: ${string} */` | null, index: number, array: (`/* ${string}: ${string} */` | null)[]) => unknown, thisArg?: any): (`/* ${string}: ${string} */` | null)[]', gave the following error. +@fluentui/webpack-utilities: Argument of type '(s: string) => string' is not assignable to parameter of type '(value: `/* ${string}: ${string} */` | null, index: number, array: (`/* ${string}: ${string} */` | null)[]) => unknown'. +@fluentui/webpack-utilities: Types of parameters 's' and 'value' are incompatible. +@fluentui/webpack-utilities: Type '`/* ${string}: ${string} */` | null' is not assignable to type 'string'. +@fluentui/webpack-utilities: Type 'null' is not assignable to type 'string'. +@fluentui/webpack-utilities: 19 .filter((s: string) => s) +@fluentui/webpack-utilities: ~~~~~~~~~~~~~~~~ @fluentui/webpack-utilities: Found 1 error. @fluentui/webpack-utilities: [XX:XX:XX XM] x ------------------------------------ @fluentui/webpack-utilities: [XX:XX:XX XM] x Error previously detected. See above for error messages. -@fluentui/webpack-utilities: [XX:XX:XX XM] x Other tasks that did not complete: [ts:commonjs] +@fluentui/webpack-utilities: [XX:XX:XX XM] x Other tasks that did not complete: [ts:esm] @fluentui/webpack-utilities: error Command failed with exit code 1. @fluentui/docs-components: [XX:XX:XX XM] x Cannot find config file "null". Please create a file called "just.config.js" in the root of the project next to "package.json". @fluentui/docs-components: [XX:XX:XX XM] x Command not defined: ts @@ -698,14 +979,77 @@ Standard error: @fluentui/styles: [XX:XX:XX XM] x Command not defined: ts @fluentui/accessibility: [XX:XX:XX XM] x Cannot find config file "null". Please create a file called "just.config.js" in the root of the project next to "package.json". @fluentui/accessibility: [XX:XX:XX XM] x Command not defined: ts -@fluentui/merge-styles: [XX:XX:XX XM] x Error detected while running '_wrapFunction' +@fluentui/date-time-utilities: [XX:XX:XX XM] x Error detected while running 'ts:esm' +@fluentui/date-time-utilities: [XX:XX:XX XM] x ------------------------------------ +@fluentui/date-time-utilities: [XX:XX:XX XM] x Error: Command failed: /usr/local/bin/node "/office-ui-fabric-react/node_modules/typescript/lib/tsc.js" --pretty --target es5 --outDir lib --module esnext --project "/office-ui-fabric-react/packages/date-time-utilities/tsconfig.json" +@fluentui/date-time-utilities: at ChildProcess.exithandler (child_process.js:308:12) +@fluentui/date-time-utilities: at ChildProcess.emit (events.js:314:20) +@fluentui/date-time-utilities: at ChildProcess.EventEmitter.emit (domain.js:506:15) +@fluentui/date-time-utilities: at maybeClose (internal/child_process.js:1022:16) +@fluentui/date-time-utilities: at Process.ChildProcess._handle.onexit (internal/child_process.js:287:5) +@fluentui/date-time-utilities: at Process.callbackTrampoline (internal/async_hooks.js:126:14) +@fluentui/date-time-utilities: [XX:XX:XX XM] x stdout: +@fluentui/date-time-utilities: [XX:XX:XX XM] x src/dateGrid/getBoundedDateRange.ts:10:27 - error TS2343: This syntax requires an imported helper named '__spreadArray' which does not exist in 'tslib'. Consider upgrading your version of 'tslib'. +@fluentui/date-time-utilities: 10 let boundedDateRange = [...dateRange]; +@fluentui/date-time-utilities: ~~~~~~~~~~~~ +@fluentui/date-time-utilities: Found 1 error. +@fluentui/date-time-utilities: [XX:XX:XX XM] x ------------------------------------ +@fluentui/date-time-utilities: [XX:XX:XX XM] x Error previously detected. See above for error messages. +@fluentui/date-time-utilities: [XX:XX:XX XM] x Other tasks that did not complete: [ts:commonjs] +@fluentui/date-time-utilities: error Command failed with exit code 1. +@fluentui/dom-utilities: [XX:XX:XX XM] x Error detected while running 'ts:esm' +@fluentui/dom-utilities: [XX:XX:XX XM] x ------------------------------------ +@fluentui/dom-utilities: [XX:XX:XX XM] x Error: Command failed: /usr/local/bin/node "/office-ui-fabric-react/node_modules/typescript/lib/tsc.js" --pretty --target es5 --outDir lib --module esnext --project "/office-ui-fabric-react/packages/dom-utilities/tsconfig.json" +@fluentui/dom-utilities: at ChildProcess.exithandler (child_process.js:308:12) +@fluentui/dom-utilities: at ChildProcess.emit (events.js:314:20) +@fluentui/dom-utilities: at ChildProcess.EventEmitter.emit (domain.js:506:15) +@fluentui/dom-utilities: at maybeClose (internal/child_process.js:1022:16) +@fluentui/dom-utilities: at Process.ChildProcess._handle.onexit (internal/child_process.js:287:5) +@fluentui/dom-utilities: at Process.callbackTrampoline (internal/async_hooks.js:126:14) +@fluentui/dom-utilities: [XX:XX:XX XM] x stdout: +@fluentui/dom-utilities: [XX:XX:XX XM] x src/getChildren.ts:16:21 - error TS2343: This syntax requires an imported helper named '__spreadArray' which does not exist in 'tslib'. Consider upgrading your version of 'tslib'. +@fluentui/dom-utilities: 16 children.push(...parent._virtual.children); +@fluentui/dom-utilities: ~~~~~~~~~~~~~~~~~~~~~~~~~~~ +@fluentui/dom-utilities: Found 1 error. +@fluentui/dom-utilities: [XX:XX:XX XM] x ------------------------------------ +@fluentui/dom-utilities: [XX:XX:XX XM] x Error previously detected. See above for error messages. +@fluentui/dom-utilities: [XX:XX:XX XM] x Other tasks that did not complete: [ts:commonjs] +@fluentui/dom-utilities: error Command failed with exit code 1. +@fluentui/make-styles: [XX:XX:XX XM] x Error detected while running 'ts:esm' +@fluentui/make-styles: [XX:XX:XX XM] x ------------------------------------ +@fluentui/make-styles: [XX:XX:XX XM] x Error: Command failed: /usr/local/bin/node "/office-ui-fabric-react/node_modules/typescript/lib/tsc.js" --pretty --target es5 --outDir lib --module esnext --project "/office-ui-fabric-react/packages/make-styles/tsconfig.json" +@fluentui/make-styles: at ChildProcess.exithandler (child_process.js:308:12) +@fluentui/make-styles: at ChildProcess.emit (events.js:314:20) +@fluentui/make-styles: at ChildProcess.EventEmitter.emit (domain.js:506:15) +@fluentui/make-styles: at maybeClose (internal/child_process.js:1022:16) +@fluentui/make-styles: at Process.ChildProcess._handle.onexit (internal/child_process.js:287:5) +@fluentui/make-styles: at Process.callbackTrampoline (internal/async_hooks.js:126:14) +@fluentui/make-styles: [XX:XX:XX XM] x stdout: +@fluentui/make-styles: [XX:XX:XX XM] x src/runtime/compileCSS.ts:44:7 - error TS2322: Type '`@media ${string} { ${string}${string} { ${string}: ${string}; } }` | `@media ${string} { ${string}${string} { ${string}: ${number}; } }`' is not assignable to type '`${string}${string} { ${string}: ${string}; }` | `${string}${string} { ${string}: ${number}; }`'. +@fluentui/make-styles: Type '`@media ${string} { ${string}${string} { ${string}: ${string}; } }`' is not assignable to type '`${string}${string} { ${string}: ${string}; }` | `${string}${string} { ${string}: ${number}; }`'. +@fluentui/make-styles: Type 'string' is not assignable to type '`${string}${string} { ${string}: ${string}; }` | `${string}${string} { ${string}: ${number}; }`'. +@fluentui/make-styles: Type '`@media ${string} { ${string}${string} { ${string}: ${string}; } }`' is not assignable to type '`${string}${string} { ${string}: ${number}; }`'. +@fluentui/make-styles: 44 cssRule = `@media ${media} { ${cssRule} }`; +@fluentui/make-styles: ~~~~~~~ +@fluentui/make-styles: src/runtime/compileCSS.ts:48:7 - error TS2322: Type '`@supports ${string} { ${string}${string} { ${string}: ${string}; } }` | `@supports ${string} { ${string}${string} { ${string}: ${number}; } }`' is not assignable to type '`${string}${string} { ${string}: ${string}; }` | `${string}${string} { ${string}: ${number}; }`'. +@fluentui/make-styles: Type '`@supports ${string} { ${string}${string} { ${string}: ${string}; } }`' is not assignable to type '`${string}${string} { ${string}: ${string}; }` | `${string}${string} { ${string}: ${number}; }`'. +@fluentui/make-styles: Type 'string' is not assignable to type '`${string}${string} { ${string}: ${string}; }` | `${string}${string} { ${string}: ${number}; }`'. +@fluentui/make-styles: Type '`@supports ${string} { ${string}${string} { ${string}: ${string}; } }`' is not assignable to type '`${string}${string} { ${string}: ${number}; }`'. +@fluentui/make-styles: 48 cssRule = `@supports ${support} { ${cssRule} }`; +@fluentui/make-styles: ~~~~~~~ +@fluentui/make-styles: Found 2 errors. +@fluentui/make-styles: [XX:XX:XX XM] x ------------------------------------ +@fluentui/make-styles: [XX:XX:XX XM] x Error previously detected. See above for error messages. +@fluentui/make-styles: [XX:XX:XX XM] x Other tasks that did not complete: [ts:commonjs] +@fluentui/make-styles: error Command failed with exit code 1. +@fluentui/merge-styles: [XX:XX:XX XM] x Error detected while running 'ts:esm' @fluentui/merge-styles: [XX:XX:XX XM] x ------------------------------------ -@fluentui/merge-styles: [XX:XX:XX XM] x Error: Command failed: /usr/local/bin/node "/office-ui-fabric-react/node_modules/typescript/lib/tsc.js" --pretty --target es5 --outDir lib-commonjs --module commonjs --project "/office-ui-fabric-react/packages/merge-styles/tsconfig.json" +@fluentui/merge-styles: [XX:XX:XX XM] x Error: Command failed: /usr/local/bin/node "/office-ui-fabric-react/node_modules/typescript/lib/tsc.js" --pretty --target es5 --outDir lib --module esnext --project "/office-ui-fabric-react/packages/merge-styles/tsconfig.json" @fluentui/merge-styles: at ChildProcess.exithandler (child_process.js:308:12) @fluentui/merge-styles: at ChildProcess.emit (events.js:314:20) @fluentui/merge-styles: at ChildProcess.EventEmitter.emit (domain.js:506:15) -@fluentui/merge-styles: at maybeClose (internal/child_process.js:1021:16) -@fluentui/merge-styles: at Process.ChildProcess._handle.onexit (internal/child_process.js:286:5) +@fluentui/merge-styles: at maybeClose (internal/child_process.js:1022:16) +@fluentui/merge-styles: at Process.ChildProcess._handle.onexit (internal/child_process.js:287:5) @fluentui/merge-styles: at Process.callbackTrampoline (internal/async_hooks.js:126:14) @fluentui/merge-styles: [XX:XX:XX XM] x stdout: @fluentui/merge-styles: [XX:XX:XX XM] x src/mergeStyleSets.test.ts:168:15 - error TS2310: Type 'ISubComponentStyles' recursively references itself as a base type. @@ -714,10 +1058,13 @@ Standard error: @fluentui/merge-styles: src/mergeStyleSets.test.ts:176:15 - error TS2310: Type 'IStyles' recursively references itself as a base type. @fluentui/merge-styles: 176 interface IStyles extends IStyleSet { @fluentui/merge-styles: ~~~~~~~ -@fluentui/merge-styles: Found 2 errors. +@fluentui/merge-styles: src/styleToClassName.ts:302:53 - error TS2343: This syntax requires an imported helper named '__spreadArray' which does not exist in 'tslib'. Consider upgrading your version of 'tslib'. +@fluentui/merge-styles: 302 const registration = styleToRegistration(options, ...args); +@fluentui/merge-styles: ~~~~~~~ +@fluentui/merge-styles: Found 3 errors. @fluentui/merge-styles: [XX:XX:XX XM] x ------------------------------------ @fluentui/merge-styles: [XX:XX:XX XM] x Error previously detected. See above for error messages. -@fluentui/merge-styles: [XX:XX:XX XM] x Other tasks that did not complete: [ts:esm] +@fluentui/merge-styles: [XX:XX:XX XM] x Other tasks that did not complete: [ts:commonjs] @fluentui/merge-styles: error Command failed with exit code 1. @fluentui/react-northstar-styles-renderer: [XX:XX:XX XM] x Cannot find config file "null". Please create a file called "just.config.js" in the root of the project next to "package.json". @fluentui/react-northstar-styles-renderer: [XX:XX:XX XM] x Command not defined: ts @@ -725,6 +1072,24 @@ Standard error: @fluentui/react-northstar-emotion-renderer: [XX:XX:XX XM] x Command not defined: ts @fluentui/react-northstar-fela-renderer: [XX:XX:XX XM] x Cannot find config file "null". Please create a file called "just.config.js" in the root of the project next to "package.json". @fluentui/react-northstar-fela-renderer: [XX:XX:XX XM] x Command not defined: ts +@fluentui/react-stylesheets: [XX:XX:XX XM] x Error detected while running 'ts:esm' +@fluentui/react-stylesheets: [XX:XX:XX XM] x ------------------------------------ +@fluentui/react-stylesheets: [XX:XX:XX XM] x Error: Command failed: /usr/local/bin/node "/office-ui-fabric-react/node_modules/typescript/lib/tsc.js" --pretty --target es5 --outDir lib --module esnext --project "/office-ui-fabric-react/packages/react-stylesheets/tsconfig.json" +@fluentui/react-stylesheets: at ChildProcess.exithandler (child_process.js:308:12) +@fluentui/react-stylesheets: at ChildProcess.emit (events.js:314:20) +@fluentui/react-stylesheets: at ChildProcess.EventEmitter.emit (domain.js:506:15) +@fluentui/react-stylesheets: at maybeClose (internal/child_process.js:1022:16) +@fluentui/react-stylesheets: at Process.ChildProcess._handle.onexit (internal/child_process.js:287:5) +@fluentui/react-stylesheets: at Process.callbackTrampoline (internal/async_hooks.js:126:14) +@fluentui/react-stylesheets: [XX:XX:XX XM] x stdout: +@fluentui/react-stylesheets: [XX:XX:XX XM] x src/StylesheetProvider.test.tsx:43:21 - error TS2343: This syntax requires an imported helper named '__spreadArray' which does not exist in 'tslib'. Consider upgrading your version of 'tslib'. +@fluentui/react-stylesheets: 43 result.push(...sheets); +@fluentui/react-stylesheets: ~~~~~~~~~ +@fluentui/react-stylesheets: Found 1 error. +@fluentui/react-stylesheets: [XX:XX:XX XM] x ------------------------------------ +@fluentui/react-stylesheets: [XX:XX:XX XM] x Error previously detected. See above for error messages. +@fluentui/react-stylesheets: [XX:XX:XX XM] x Other tasks that did not complete: [ts:commonjs] +@fluentui/react-stylesheets: error Command failed with exit code 1. @fluentui/react-bindings: [XX:XX:XX XM] x Cannot find config file "null". Please create a file called "just.config.js" in the root of the project next to "package.json". @fluentui/react-bindings: [XX:XX:XX XM] x Command not defined: ts @fluentui/utilities: [XX:XX:XX XM] x Error detected while running 'ts:esm' @@ -733,16 +1098,16 @@ Standard error: @fluentui/utilities: at ChildProcess.exithandler (child_process.js:308:12) @fluentui/utilities: at ChildProcess.emit (events.js:314:20) @fluentui/utilities: at ChildProcess.EventEmitter.emit (domain.js:506:15) -@fluentui/utilities: at maybeClose (internal/child_process.js:1021:16) -@fluentui/utilities: at Process.ChildProcess._handle.onexit (internal/child_process.js:286:5) +@fluentui/utilities: at maybeClose (internal/child_process.js:1022:16) +@fluentui/utilities: at Process.ChildProcess._handle.onexit (internal/child_process.js:287:5) @fluentui/utilities: at Process.callbackTrampoline (internal/async_hooks.js:126:14) @fluentui/utilities: [XX:XX:XX XM] x stdout: @fluentui/utilities: [XX:XX:XX XM] x src/AutoScroll.ts:143:14 - error TS2790: The operand of a 'delete' operator must be optional. @fluentui/utilities: 143 delete this._timeoutId; @fluentui/utilities: ~~~~~~~~~~~~~~~ -@fluentui/utilities: src/appendFunction.ts:13:42 - error TS2774: This condition will always return true since the function is always defined. Did you mean to call it instead? -@fluentui/utilities: 13 functions.forEach((f: () => void) => f && f.apply(parent, args)); -@fluentui/utilities: ~ +@fluentui/utilities: src/aria.test.ts:105:51 - error TS2343: This syntax requires an imported helper named '__spreadArray' which does not exist in 'tslib'. Consider upgrading your version of 'tslib'. +@fluentui/utilities: 105 const merged = mergeAriaAttributeValues(...testCase.args); +@fluentui/utilities: ~~~~~~~~~~~~~~~~ @fluentui/utilities: src/dom/getRect.ts:19:16 - error TS2774: This condition will always return true since the function is always defined. Did you mean to call it instead? @fluentui/utilities: 19 } else if ((element as HTMLElement).getBoundingClientRect) { @fluentui/utilities: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -773,32 +1138,50 @@ Standard error: @fluentui/react-icons-northstar: [XX:XX:XX XM] x Command not defined: ts @fluentui/react-telemetry: [XX:XX:XX XM] x Cannot find config file "null". Please create a file called "just.config.js" in the root of the project next to "package.json". @fluentui/react-telemetry: [XX:XX:XX XM] x Command not defined: ts -@fluentui/react-focus: [XX:XX:XX XM] x Error detected while running 'ts:esm' -@fluentui/react-focus: [XX:XX:XX XM] x ------------------------------------ -@fluentui/react-focus: [XX:XX:XX XM] x Error: Command failed: /usr/local/bin/node "/office-ui-fabric-react/node_modules/typescript/lib/tsc.js" --pretty --target es5 --outDir lib --module esnext --project "/office-ui-fabric-react/packages/react-focus/tsconfig.json" -@fluentui/react-focus: at ChildProcess.exithandler (child_process.js:308:12) -@fluentui/react-focus: at ChildProcess.emit (events.js:314:20) -@fluentui/react-focus: at ChildProcess.EventEmitter.emit (domain.js:506:15) -@fluentui/react-focus: at maybeClose (internal/child_process.js:1021:16) -@fluentui/react-focus: at Process.ChildProcess._handle.onexit (internal/child_process.js:286:5) -@fluentui/react-focus: at Process.callbackTrampoline (internal/async_hooks.js:126:14) -@fluentui/react-focus: [XX:XX:XX XM] x stdout: -@fluentui/react-focus: [XX:XX:XX XM] x src/components/FocusZone/FocusZone.tsx:1255:13 - error TS2774: This condition will always return true since the function is always defined. Did you mean to call it instead? -@fluentui/react-focus: 1255 if (child.getAttribute && child.getAttribute(IS_FOCUSABLE_ATTRIBUTE) === 'false') { -@fluentui/react-focus: ~~~~~~~~~~~~~~~~~~ -@fluentui/react-focus: Found 1 error. -@fluentui/react-focus: [XX:XX:XX XM] x ------------------------------------ -@fluentui/react-focus: [XX:XX:XX XM] x Error previously detected. See above for error messages. -@fluentui/react-focus: [XX:XX:XX XM] x Other tasks that did not complete: [ts:commonjs] -@fluentui/react-focus: error Command failed with exit code 1. +@fluentui/react-compose: [XX:XX:XX XM] x Error detected while running 'ts:esm' +@fluentui/react-compose: [XX:XX:XX XM] x ------------------------------------ +@fluentui/react-compose: [XX:XX:XX XM] x Error: Command failed: /usr/local/bin/node "/office-ui-fabric-react/node_modules/typescript/lib/tsc.js" --pretty --target es5 --outDir lib --module esnext --project "/office-ui-fabric-react/packages/react-compose/tsconfig.json" +@fluentui/react-compose: at ChildProcess.exithandler (child_process.js:308:12) +@fluentui/react-compose: at ChildProcess.emit (events.js:314:20) +@fluentui/react-compose: at ChildProcess.EventEmitter.emit (domain.js:506:15) +@fluentui/react-compose: at maybeClose (internal/child_process.js:1022:16) +@fluentui/react-compose: at Process.ChildProcess._handle.onexit (internal/child_process.js:287:5) +@fluentui/react-compose: at Process.callbackTrampoline (internal/async_hooks.js:126:14) +@fluentui/react-compose: [XX:XX:XX XM] x stdout: +@fluentui/react-compose: [XX:XX:XX XM] x src/mergeComposeOptions.ts:11:8 - error TS2343: This syntax requires an imported helper named '__spreadArray' which does not exist in 'tslib'. Consider upgrading your version of 'tslib'. +@fluentui/react-compose: 11 ? [...parentOptions.slotProps, inputOptions.slotProps] +@fluentui/react-compose: ~~~~~~~~~~~~~~~~~~~~~~~~~~ +@fluentui/react-compose: Found 1 error. +@fluentui/react-compose: [XX:XX:XX XM] x ------------------------------------ +@fluentui/react-compose: [XX:XX:XX XM] x Error previously detected. See above for error messages. +@fluentui/react-compose: [XX:XX:XX XM] x Other tasks that did not complete: [ts:commonjs] +@fluentui/react-compose: error Command failed with exit code 1. +@fluentui/react-hooks: [XX:XX:XX XM] x Error detected while running '_wrapFunction' +@fluentui/react-hooks: [XX:XX:XX XM] x ------------------------------------ +@fluentui/react-hooks: [XX:XX:XX XM] x Error: Command failed: /usr/local/bin/node "/office-ui-fabric-react/node_modules/typescript/lib/tsc.js" --pretty --target es5 --outDir lib-commonjs --module commonjs --project "/office-ui-fabric-react/packages/react-hooks/tsconfig.json" +@fluentui/react-hooks: at ChildProcess.exithandler (child_process.js:308:12) +@fluentui/react-hooks: at ChildProcess.emit (events.js:314:20) +@fluentui/react-hooks: at ChildProcess.EventEmitter.emit (domain.js:506:15) +@fluentui/react-hooks: at maybeClose (internal/child_process.js:1022:16) +@fluentui/react-hooks: at Process.ChildProcess._handle.onexit (internal/child_process.js:287:5) +@fluentui/react-hooks: at Process.callbackTrampoline (internal/async_hooks.js:126:14) +@fluentui/react-hooks: [XX:XX:XX XM] x stdout: +@fluentui/react-hooks: [XX:XX:XX XM] x src/useMergedRefs.ts:31:6 - error TS2343: This syntax requires an imported helper named '__spreadArray' which does not exist in 'tslib'. Consider upgrading your version of 'tslib'. +@fluentui/react-hooks: 31 [...refs], +@fluentui/react-hooks: ~~~~~~~ +@fluentui/react-hooks: Found 1 error. +@fluentui/react-hooks: [XX:XX:XX XM] x ------------------------------------ +@fluentui/react-hooks: [XX:XX:XX XM] x Error previously detected. See above for error messages. +@fluentui/react-hooks: [XX:XX:XX XM] x Other tasks that did not complete: [ts:esm] +@fluentui/react-hooks: error Command failed with exit code 1. @fluentui/react-icons-mdl2: [XX:XX:XX XM] x Error detected while running 'ts:esm' @fluentui/react-icons-mdl2: [XX:XX:XX XM] x ------------------------------------ @fluentui/react-icons-mdl2: [XX:XX:XX XM] x Error: Command failed: /usr/local/bin/node "/office-ui-fabric-react/node_modules/typescript/lib/tsc.js" --pretty --target es5 --outDir lib --module esnext --project "/office-ui-fabric-react/packages/react-icons-mdl2/tsconfig.json" @fluentui/react-icons-mdl2: at ChildProcess.exithandler (child_process.js:308:12) @fluentui/react-icons-mdl2: at ChildProcess.emit (events.js:314:20) @fluentui/react-icons-mdl2: at ChildProcess.EventEmitter.emit (domain.js:506:15) -@fluentui/react-icons-mdl2: at maybeClose (internal/child_process.js:1021:16) -@fluentui/react-icons-mdl2: at Process.ChildProcess._handle.onexit (internal/child_process.js:286:5) +@fluentui/react-icons-mdl2: at maybeClose (internal/child_process.js:1022:16) +@fluentui/react-icons-mdl2: at Process.ChildProcess._handle.onexit (internal/child_process.js:287:5) @fluentui/react-icons-mdl2: at Process.callbackTrampoline (internal/async_hooks.js:126:14) @fluentui/react-icons-mdl2: [XX:XX:XX XM] x stdout: @fluentui/react-icons-mdl2: [XX:XX:XX XM] x src/utils/createSvgIcon.ts:3:26 - error TS2307: Cannot find module './SvgIcon.scss' or its corresponding type declarations. @@ -819,14 +1202,14 @@ Standard error: @fluentui/local-sandbox: [XX:XX:XX XM] x Command not defined: ts @fluentui/projects-test: [XX:XX:XX XM] x Cannot find config file "null". Please create a file called "just.config.js" in the root of the project next to "package.json". @fluentui/projects-test: [XX:XX:XX XM] x Command not defined: ts -@fluentui/foundation-legacy: [XX:XX:XX XM] x Error detected while running '_wrapFunction' +@fluentui/foundation-legacy: [XX:XX:XX XM] x Error detected while running 'ts:esm' @fluentui/foundation-legacy: [XX:XX:XX XM] x ------------------------------------ -@fluentui/foundation-legacy: [XX:XX:XX XM] x Error: Command failed: /usr/local/bin/node "/office-ui-fabric-react/node_modules/typescript/lib/tsc.js" --pretty --target es5 --outDir lib-commonjs --module commonjs --project "/office-ui-fabric-react/packages/foundation-legacy/tsconfig.json" +@fluentui/foundation-legacy: [XX:XX:XX XM] x Error: Command failed: /usr/local/bin/node "/office-ui-fabric-react/node_modules/typescript/lib/tsc.js" --pretty --target es5 --outDir lib --module esnext --project "/office-ui-fabric-react/packages/foundation-legacy/tsconfig.json" @fluentui/foundation-legacy: at ChildProcess.exithandler (child_process.js:308:12) @fluentui/foundation-legacy: at ChildProcess.emit (events.js:314:20) @fluentui/foundation-legacy: at ChildProcess.EventEmitter.emit (domain.js:506:15) -@fluentui/foundation-legacy: at maybeClose (internal/child_process.js:1021:16) -@fluentui/foundation-legacy: at Process.ChildProcess._handle.onexit (internal/child_process.js:286:5) +@fluentui/foundation-legacy: at maybeClose (internal/child_process.js:1022:16) +@fluentui/foundation-legacy: at Process.ChildProcess._handle.onexit (internal/child_process.js:287:5) @fluentui/foundation-legacy: at Process.callbackTrampoline (internal/async_hooks.js:126:14) @fluentui/foundation-legacy: [XX:XX:XX XM] x stdout: @fluentui/foundation-legacy: [XX:XX:XX XM] x src/createComponent.tsx:81:23 - error TS2352: Conversion of type 'TComponentProps & { styles: IConcatenatedStyleSet; tokens: TTokens; _defaultStyles: IConcatenatedStyleSet; theme: ITheme; className?: string | undefined; }' to type 'TViewProps & IDefaultSlotProps' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first. @@ -841,19 +1224,22 @@ Standard error: @fluentui/foundation-legacy: ~~~~~~~~~~~~ @fluentui/foundation-legacy: 87 } as TViewProps & IDefaultSlotProps; @fluentui/foundation-legacy: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -@fluentui/foundation-legacy: Found 1 error. +@fluentui/foundation-legacy: src/slots.tsx:66:45 - error TS2343: This syntax requires an imported helper named '__spreadArray' which does not exist in 'tslib'. Consider upgrading your version of 'tslib'. +@fluentui/foundation-legacy: 66 return React.createElement(type, props, ...children); +@fluentui/foundation-legacy: ~~~~~~~~~~~ +@fluentui/foundation-legacy: Found 2 errors. @fluentui/foundation-legacy: [XX:XX:XX XM] x ------------------------------------ @fluentui/foundation-legacy: [XX:XX:XX XM] x Error previously detected. See above for error messages. -@fluentui/foundation-legacy: [XX:XX:XX XM] x Other tasks that did not complete: [ts:esm] +@fluentui/foundation-legacy: [XX:XX:XX XM] x Other tasks that did not complete: [ts:commonjs] @fluentui/foundation-legacy: error Command failed with exit code 1. -codesandbox-react-northstar-template: [XX:XX:XX XM] x Error detected while running '_wrapFunction' +codesandbox-react-northstar-template: [XX:XX:XX XM] x Error detected while running 'ts:esm' codesandbox-react-northstar-template: [XX:XX:XX XM] x ------------------------------------ -codesandbox-react-northstar-template: [XX:XX:XX XM] x Error: Command failed: /usr/local/bin/node "/office-ui-fabric-react/node_modules/typescript/lib/tsc.js" --pretty --target es5 --outDir lib-commonjs --module commonjs --project "/office-ui-fabric-react/apps/codesandbox-react-northstar-template/tsconfig.json" +codesandbox-react-northstar-template: [XX:XX:XX XM] x Error: Command failed: /usr/local/bin/node "/office-ui-fabric-react/node_modules/typescript/lib/tsc.js" --pretty --target es5 --outDir lib --module esnext --project "/office-ui-fabric-react/apps/codesandbox-react-northstar-template/tsconfig.json" codesandbox-react-northstar-template: at ChildProcess.exithandler (child_process.js:308:12) codesandbox-react-northstar-template: at ChildProcess.emit (events.js:314:20) codesandbox-react-northstar-template: at ChildProcess.EventEmitter.emit (domain.js:506:15) -codesandbox-react-northstar-template: at maybeClose (internal/child_process.js:1021:16) -codesandbox-react-northstar-template: at Process.ChildProcess._handle.onexit (internal/child_process.js:286:5) +codesandbox-react-northstar-template: at maybeClose (internal/child_process.js:1022:16) +codesandbox-react-northstar-template: at Process.ChildProcess._handle.onexit (internal/child_process.js:287:5) codesandbox-react-northstar-template: at Process.callbackTrampoline (internal/async_hooks.js:126:14) codesandbox-react-northstar-template: [XX:XX:XX XM] x stdout: codesandbox-react-northstar-template: [XX:XX:XX XM] x src/index.tsx:15:8 - error TS2307: Cannot find module '@fluentui/react-northstar' or its corresponding type declarations. @@ -865,32 +1251,34 @@ codesandbox-react-northstar-template: ~~~~~~~~~~~~ codesandbox-react-northstar-template: Found 2 errors. codesandbox-react-northstar-template: [XX:XX:XX XM] x ------------------------------------ codesandbox-react-northstar-template: [XX:XX:XX XM] x Error previously detected. See above for error messages. -codesandbox-react-northstar-template: [XX:XX:XX XM] x Other tasks that did not complete: [ts:esm] +codesandbox-react-northstar-template: [XX:XX:XX XM] x Other tasks that did not complete: [ts:commonjs] codesandbox-react-northstar-template: error Command failed with exit code 1. @fluentui/react-builder: [XX:XX:XX XM] x Cannot find config file "null". Please create a file called "just.config.js" in the root of the project next to "package.json". @fluentui/react-builder: [XX:XX:XX XM] x Command not defined: ts -@fluentui/react-avatar: [XX:XX:XX XM] x Error detected while running '_wrapFunction' +@fluentui/react-northstar-prototypes: [XX:XX:XX XM] x Cannot find config file "null". Please create a file called "just.config.js" in the root of the project next to "package.json". +@fluentui/react-northstar-prototypes: [XX:XX:XX XM] x Command not defined: ts +@fluentui/react-avatar: [XX:XX:XX XM] x Error detected while running 'ts:esm' @fluentui/react-avatar: [XX:XX:XX XM] x ------------------------------------ -@fluentui/react-avatar: [XX:XX:XX XM] x Error: Command failed: /usr/local/bin/node "/office-ui-fabric-react/node_modules/typescript/lib/tsc.js" --pretty --target es5 --outDir lib-commonjs --module commonjs --project "/office-ui-fabric-react/packages/react-avatar/tsconfig.json" +@fluentui/react-avatar: [XX:XX:XX XM] x Error: Command failed: /usr/local/bin/node "/office-ui-fabric-react/node_modules/typescript/lib/tsc.js" --pretty --target es5 --outDir lib --module esnext --project "/office-ui-fabric-react/packages/react-avatar/tsconfig.json" @fluentui/react-avatar: at ChildProcess.exithandler (child_process.js:308:12) @fluentui/react-avatar: at ChildProcess.emit (events.js:314:20) @fluentui/react-avatar: at ChildProcess.EventEmitter.emit (domain.js:506:15) -@fluentui/react-avatar: at maybeClose (internal/child_process.js:1021:16) -@fluentui/react-avatar: at Process.ChildProcess._handle.onexit (internal/child_process.js:286:5) +@fluentui/react-avatar: at maybeClose (internal/child_process.js:1022:16) +@fluentui/react-avatar: at Process.ChildProcess._handle.onexit (internal/child_process.js:287:5) @fluentui/react-avatar: at Process.callbackTrampoline (internal/async_hooks.js:126:14) @fluentui/react-avatar: [XX:XX:XX XM] x stdout: -@fluentui/react-avatar: [XX:XX:XX XM] x src/components/Avatar/Avatar.tsx:10:38 - error TS2345: Argument of type 'typeof import("*.scss")' is not assignable to parameter of type 'Record'. -@fluentui/react-avatar: 10 const useAvatarClasses = makeClasses(classes); +@fluentui/react-avatar: [XX:XX:XX XM] x src/components/Avatar/Avatar.tsx:11:38 - error TS2345: Argument of type 'typeof import("*.scss")' is not assignable to parameter of type 'Record'. +@fluentui/react-avatar: 11 const useAvatarClasses = makeClasses(classes); @fluentui/react-avatar: ~~~~~~~ -@fluentui/react-avatar: src/components/Badge/Badge.tsx:9:44 - error TS2345: Argument of type 'typeof import("*.scss")' is not assignable to parameter of type 'Record'. +@fluentui/react-avatar: src/components/Badge/Badge.tsx:10:44 - error TS2345: Argument of type 'typeof import("*.scss")' is not assignable to parameter of type 'Record'. @fluentui/react-avatar: Property 'styles' is incompatible with index signature. @fluentui/react-avatar: Type '{ [className: string]: string; }' is not assignable to type 'string'. -@fluentui/react-avatar: 9 export const useBadgeClasses = makeClasses(classes); -@fluentui/react-avatar: ~~~~~~~ +@fluentui/react-avatar: 10 export const useBadgeClasses = makeClasses(classes); +@fluentui/react-avatar: ~~~~~~~ @fluentui/react-avatar: Found 2 errors. @fluentui/react-avatar: [XX:XX:XX XM] x ------------------------------------ @fluentui/react-avatar: [XX:XX:XX XM] x Error previously detected. See above for error messages. -@fluentui/react-avatar: [XX:XX:XX XM] x Other tasks that did not complete: [ts:esm] +@fluentui/react-avatar: [XX:XX:XX XM] x Other tasks that did not complete: [ts:commonjs] @fluentui/react-avatar: error Command failed with exit code 1. @fluentui/react-flex: [XX:XX:XX XM] x Error detected while running 'ts:esm' @fluentui/react-flex: [XX:XX:XX XM] x ------------------------------------ @@ -898,8 +1286,8 @@ codesandbox-react-northstar-template: error Command failed with exit code 1. @fluentui/react-flex: at ChildProcess.exithandler (child_process.js:308:12) @fluentui/react-flex: at ChildProcess.emit (events.js:314:20) @fluentui/react-flex: at ChildProcess.EventEmitter.emit (domain.js:506:15) -@fluentui/react-flex: at maybeClose (internal/child_process.js:1021:16) -@fluentui/react-flex: at Process.ChildProcess._handle.onexit (internal/child_process.js:286:5) +@fluentui/react-flex: at maybeClose (internal/child_process.js:1022:16) +@fluentui/react-flex: at Process.ChildProcess._handle.onexit (internal/child_process.js:287:5) @fluentui/react-flex: at Process.callbackTrampoline (internal/async_hooks.js:126:14) @fluentui/react-flex: [XX:XX:XX XM] x stdout: @fluentui/react-flex: [XX:XX:XX XM] x src/components/Flex/Flex.tsx:22:34 - error TS2345: Argument of type 'typeof import("*.scss")' is not assignable to parameter of type 'Record'. @@ -915,14 +1303,14 @@ codesandbox-react-northstar-template: error Command failed with exit code 1. @fluentui/react-flex: [XX:XX:XX XM] x Error previously detected. See above for error messages. @fluentui/react-flex: [XX:XX:XX XM] x Other tasks that did not complete: [ts:commonjs] @fluentui/react-flex: error Command failed with exit code 1. -@fluentui/react-image: [XX:XX:XX XM] x Error detected while running 'ts:esm' +@fluentui/react-image: [XX:XX:XX XM] x Error detected while running '_wrapFunction' @fluentui/react-image: [XX:XX:XX XM] x ------------------------------------ -@fluentui/react-image: [XX:XX:XX XM] x Error: Command failed: /usr/local/bin/node "/office-ui-fabric-react/node_modules/typescript/lib/tsc.js" --pretty --target es5 --outDir lib --module esnext --project "/office-ui-fabric-react/packages/react-image/tsconfig.json" +@fluentui/react-image: [XX:XX:XX XM] x Error: Command failed: /usr/local/bin/node "/office-ui-fabric-react/node_modules/typescript/lib/tsc.js" --pretty --target es5 --outDir lib-commonjs --module commonjs --project "/office-ui-fabric-react/packages/react-image/tsconfig.json" @fluentui/react-image: at ChildProcess.exithandler (child_process.js:308:12) @fluentui/react-image: at ChildProcess.emit (events.js:314:20) @fluentui/react-image: at ChildProcess.EventEmitter.emit (domain.js:506:15) -@fluentui/react-image: at maybeClose (internal/child_process.js:1021:16) -@fluentui/react-image: at Process.ChildProcess._handle.onexit (internal/child_process.js:286:5) +@fluentui/react-image: at maybeClose (internal/child_process.js:1022:16) +@fluentui/react-image: at Process.ChildProcess._handle.onexit (internal/child_process.js:287:5) @fluentui/react-image: at Process.callbackTrampoline (internal/async_hooks.js:126:14) @fluentui/react-image: [XX:XX:XX XM] x stdout: @fluentui/react-image: [XX:XX:XX XM] x src/components/Image/Image.tsx:9:44 - error TS2345: Argument of type 'typeof import("*.scss")' is not assignable to parameter of type 'Record'. @@ -930,19 +1318,24 @@ codesandbox-react-northstar-template: error Command failed with exit code 1. @fluentui/react-image: Type '{ [className: string]: string; }' is not assignable to type 'string'. @fluentui/react-image: 9 export const useImageClasses = makeClasses(classes); @fluentui/react-image: ~~~~~~~ -@fluentui/react-image: Found 1 error. +@fluentui/react-image: src/components/Image/useImage.tsx:23:46 - error TS2343: This syntax requires an imported helper named '__spreadArray' which does not exist in 'tslib'. Consider upgrading your version of 'tslib'. +@fluentui/react-image: 23 return ; +@fluentui/react-image: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +@fluentui/react-image: Found 2 errors. @fluentui/react-image: [XX:XX:XX XM] x ------------------------------------ @fluentui/react-image: [XX:XX:XX XM] x Error previously detected. See above for error messages. -@fluentui/react-image: [XX:XX:XX XM] x Other tasks that did not complete: [ts:commonjs] +@fluentui/react-image: [XX:XX:XX XM] x Other tasks that did not complete: [ts:esm] @fluentui/react-image: error Command failed with exit code 1. +@fluentui/docs: [XX:XX:XX XM] x Cannot find config file "null". Please create a file called "just.config.js" in the root of the project next to "package.json". +@fluentui/docs: [XX:XX:XX XM] x Command not defined: ts @fluentui/react-internal: [XX:XX:XX XM] x Error detected while running '_wrapFunction' @fluentui/react-internal: [XX:XX:XX XM] x ------------------------------------ @fluentui/react-internal: [XX:XX:XX XM] x Error: Command failed: /usr/local/bin/node "/office-ui-fabric-react/node_modules/typescript/lib/tsc.js" --pretty --target es5 --outDir lib-commonjs --module commonjs --project "/office-ui-fabric-react/packages/react-internal/tsconfig.json" @fluentui/react-internal: at ChildProcess.exithandler (child_process.js:308:12) @fluentui/react-internal: at ChildProcess.emit (events.js:314:20) @fluentui/react-internal: at ChildProcess.EventEmitter.emit (domain.js:506:15) -@fluentui/react-internal: at maybeClose (internal/child_process.js:1021:16) -@fluentui/react-internal: at Process.ChildProcess._handle.onexit (internal/child_process.js:286:5) +@fluentui/react-internal: at maybeClose (internal/child_process.js:1022:16) +@fluentui/react-internal: at Process.ChildProcess._handle.onexit (internal/child_process.js:287:5) @fluentui/react-internal: at Process.callbackTrampoline (internal/async_hooks.js:126:14) @fluentui/react-internal: [XX:XX:XX XM] x stdout: @fluentui/react-internal: [XX:XX:XX XM] x src/components/ChoiceGroup/ChoiceGroup.base.tsx:129:17 - error TS2783: 'key' is specified more than once, so this usage will be overwritten. @@ -970,34 +1363,37 @@ codesandbox-react-northstar-template: error Command failed with exit code 1. @fluentui/react-internal: src/components/MarqueeSelection/MarqueeSelection.base.tsx:89:12 - error TS2790: The operand of a 'delete' operator must be optional. @fluentui/react-internal: 89 delete this._scrollableSurface; @fluentui/react-internal: ~~~~~~~~~~~~~~~~~~~~~~~ -@fluentui/react-internal: src/components/Persona/Persona.test.tsx:194:13 - error TS2322: Type 'ReactWrapper>' is not assignable to type 'ReactWrapper, unknown, Component<{}, {}, any>>'. +@fluentui/react-internal: src/components/Persona/Persona.test.tsx:204:13 - error TS2322: Type 'ReactWrapper>' is not assignable to type 'ReactWrapper, unknown, Component<{}, {}, any>>'. @fluentui/react-internal: Type 'HTMLAttributes' is not assignable to type 'ImgHTMLAttributes'. @fluentui/react-internal: Types of property 'crossOrigin' are incompatible. @fluentui/react-internal: Type 'string | undefined' is not assignable to type '"" | "anonymous" | "use-credentials" | undefined'. @fluentui/react-internal: Type 'string' is not assignable to type '"" | "anonymous" | "use-credentials" | undefined'. -@fluentui/react-internal: 194 const image: ReactWrapper, unknown> = wrapper.find('ImageBase'); +@fluentui/react-internal: 204 const image: ReactWrapper, unknown> = wrapper.find('ImageBase'); @fluentui/react-internal: ~~~~~ -@fluentui/react-internal: src/components/Persona/Persona.test.tsx:201:13 - error TS2322: Type 'ReactWrapper>' is not assignable to type 'ReactWrapper, unknown, Component<{}, {}, any>>'. -@fluentui/react-internal: 201 const image: ReactWrapper, unknown> = wrapper.find('ImageBase'); +@fluentui/react-internal: src/components/Persona/Persona.test.tsx:211:13 - error TS2322: Type 'ReactWrapper>' is not assignable to type 'ReactWrapper, unknown, Component<{}, {}, any>>'. +@fluentui/react-internal: 211 const image: ReactWrapper, unknown> = wrapper.find('ImageBase'); @fluentui/react-internal: ~~~~~ -@fluentui/react-internal: src/components/pickers/BasePicker.tsx:460:42 - error TS2774: This condition will always return true since the function is always defined. Did you mean to call it instead? -@fluentui/react-internal: 460 } else if (suggestionsPromiseLike && suggestionsPromiseLike.then) { +@fluentui/react-internal: src/components/pickers/BasePicker.tsx:468:42 - error TS2774: This condition will always return true since the function is always defined. Did you mean to call it instead? +@fluentui/react-internal: 468 } else if (suggestionsPromiseLike && suggestionsPromiseLike.then) { @fluentui/react-internal: ~~~~~~~~~~~~~~~~~~~~~~~~~~~ -@fluentui/react-internal: Found 10 errors. +@fluentui/react-internal: src/utilities/keytips/KeytipUtils.ts:26:29 - error TS2343: This syntax requires an imported helper named '__spreadArray' which does not exist in 'tslib'. Consider upgrading your version of 'tslib'. +@fluentui/react-internal: 26 const overflowSequence = [...overflowKeySequences].pop(); +@fluentui/react-internal: ~~~~~~~~~~~~~~~~~~~~~~~ +@fluentui/react-internal: Found 11 errors. @fluentui/react-internal: [XX:XX:XX XM] x ------------------------------------ @fluentui/react-internal: [XX:XX:XX XM] x Error previously detected. See above for error messages. @fluentui/react-internal: [XX:XX:XX XM] x Other tasks that did not complete: [ts:esm] @fluentui/react-internal: error Command failed with exit code 1. -@fluentui/docs: [XX:XX:XX XM] x Cannot find config file "null". Please create a file called "just.config.js" in the root of the project next to "package.json". -@fluentui/docs: [XX:XX:XX XM] x Command not defined: ts -@fluentui/react-checkbox: [XX:XX:XX XM] x Error detected while running '_wrapFunction' +@fluentui/perf: [XX:XX:XX XM] x Cannot find config file "null". Please create a file called "just.config.js" in the root of the project next to "package.json". +@fluentui/perf: [XX:XX:XX XM] x Command not defined: ts +@fluentui/react-checkbox: [XX:XX:XX XM] x Error detected while running 'ts:esm' @fluentui/react-checkbox: [XX:XX:XX XM] x ------------------------------------ -@fluentui/react-checkbox: [XX:XX:XX XM] x Error: Command failed: /usr/local/bin/node "/office-ui-fabric-react/node_modules/typescript/lib/tsc.js" --pretty --target es5 --outDir lib-commonjs --module commonjs --project "/office-ui-fabric-react/packages/react-checkbox/tsconfig.json" +@fluentui/react-checkbox: [XX:XX:XX XM] x Error: Command failed: /usr/local/bin/node "/office-ui-fabric-react/node_modules/typescript/lib/tsc.js" --pretty --target es5 --outDir lib --module esnext --project "/office-ui-fabric-react/packages/react-checkbox/tsconfig.json" @fluentui/react-checkbox: at ChildProcess.exithandler (child_process.js:308:12) @fluentui/react-checkbox: at ChildProcess.emit (events.js:314:20) @fluentui/react-checkbox: at ChildProcess.EventEmitter.emit (domain.js:506:15) -@fluentui/react-checkbox: at maybeClose (internal/child_process.js:1021:16) -@fluentui/react-checkbox: at Process.ChildProcess._handle.onexit (internal/child_process.js:286:5) +@fluentui/react-checkbox: at maybeClose (internal/child_process.js:1022:16) +@fluentui/react-checkbox: at Process.ChildProcess._handle.onexit (internal/child_process.js:287:5) @fluentui/react-checkbox: at Process.callbackTrampoline (internal/async_hooks.js:126:14) @fluentui/react-checkbox: [XX:XX:XX XM] x stdout: @fluentui/react-checkbox: [XX:XX:XX XM] x src/next/useCheckboxClasses.tsx:14:50 - error TS2345: Argument of type 'typeof import("*.scss")' is not assignable to parameter of type 'Record'. @@ -1008,16 +1404,34 @@ codesandbox-react-northstar-template: error Command failed with exit code 1. @fluentui/react-checkbox: Found 1 error. @fluentui/react-checkbox: [XX:XX:XX XM] x ------------------------------------ @fluentui/react-checkbox: [XX:XX:XX XM] x Error previously detected. See above for error messages. -@fluentui/react-checkbox: [XX:XX:XX XM] x Other tasks that did not complete: [ts:esm] +@fluentui/react-checkbox: [XX:XX:XX XM] x Other tasks that did not complete: [ts:commonjs] @fluentui/react-checkbox: error Command failed with exit code 1. +@fluentui/react-date-time: [XX:XX:XX XM] x Error detected while running 'ts:esm' +@fluentui/react-date-time: [XX:XX:XX XM] x ------------------------------------ +@fluentui/react-date-time: [XX:XX:XX XM] x Error: Command failed: /usr/local/bin/node "/office-ui-fabric-react/node_modules/typescript/lib/tsc.js" --pretty --target es5 --outDir lib --module esnext --project "/office-ui-fabric-react/packages/react-date-time/tsconfig.json" +@fluentui/react-date-time: at ChildProcess.exithandler (child_process.js:308:12) +@fluentui/react-date-time: at ChildProcess.emit (events.js:314:20) +@fluentui/react-date-time: at ChildProcess.EventEmitter.emit (domain.js:506:15) +@fluentui/react-date-time: at maybeClose (internal/child_process.js:1022:16) +@fluentui/react-date-time: at Process.ChildProcess._handle.onexit (internal/child_process.js:287:5) +@fluentui/react-date-time: at Process.callbackTrampoline (internal/async_hooks.js:126:14) +@fluentui/react-date-time: [XX:XX:XX XM] x stdout: +@fluentui/react-date-time: [XX:XX:XX XM] x src/components/CalendarDayGrid/CalendarGridDayCell.tsx:138:34 - error TS2343: This syntax requires an imported helper named '__spreadArray' which does not exist in 'tslib'. Consider upgrading your version of 'tslib'. +@fluentui/react-date-time: 138 dayRef.classList.add(...classNamesToAdd.split(' ')); +@fluentui/react-date-time: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +@fluentui/react-date-time: Found 1 error. +@fluentui/react-date-time: [XX:XX:XX XM] x ------------------------------------ +@fluentui/react-date-time: [XX:XX:XX XM] x Error previously detected. See above for error messages. +@fluentui/react-date-time: [XX:XX:XX XM] x Other tasks that did not complete: [ts:commonjs] +@fluentui/react-date-time: error Command failed with exit code 1. @fluentui/react-link: [XX:XX:XX XM] x Error detected while running 'ts:esm' @fluentui/react-link: [XX:XX:XX XM] x ------------------------------------ @fluentui/react-link: [XX:XX:XX XM] x Error: Command failed: /usr/local/bin/node "/office-ui-fabric-react/node_modules/typescript/lib/tsc.js" --pretty --target es5 --outDir lib --module esnext --project "/office-ui-fabric-react/packages/react-link/tsconfig.json" @fluentui/react-link: at ChildProcess.exithandler (child_process.js:308:12) @fluentui/react-link: at ChildProcess.emit (events.js:314:20) @fluentui/react-link: at ChildProcess.EventEmitter.emit (domain.js:506:15) -@fluentui/react-link: at maybeClose (internal/child_process.js:1021:16) -@fluentui/react-link: at Process.ChildProcess._handle.onexit (internal/child_process.js:286:5) +@fluentui/react-link: at maybeClose (internal/child_process.js:1022:16) +@fluentui/react-link: at Process.ChildProcess._handle.onexit (internal/child_process.js:287:5) @fluentui/react-link: at Process.callbackTrampoline (internal/async_hooks.js:126:14) @fluentui/react-link: [XX:XX:XX XM] x stdout: @fluentui/react-link: [XX:XX:XX XM] x src/next/Link.tsx:16:56 - error TS2339: Property 'button' does not exist on type 'typeof import("*.scss")'. @@ -1029,7 +1443,10 @@ codesandbox-react-northstar-template: error Command failed with exit code 1. @fluentui/react-link: src/next/Link.tsx:21:36 - error TS2339: Property 'root' does not exist on type 'typeof import("*.scss")'. @fluentui/react-link: 21 root: css(className, classes.root, globalClassNames.root, ...rootStaticClasses, ...propControlledClasses), @fluentui/react-link: ~~~~ -@fluentui/react-link: Found 3 errors. +@fluentui/react-link: src/next/Link.tsx:21:65 - error TS2343: This syntax requires an imported helper named '__spreadArray' which does not exist in 'tslib'. Consider upgrading your version of 'tslib'. +@fluentui/react-link: 21 root: css(className, classes.root, globalClassNames.root, ...rootStaticClasses, ...propControlledClasses), +@fluentui/react-link: ~~~~~~~~~~~~~~~~~~~~ +@fluentui/react-link: Found 4 errors. @fluentui/react-link: [XX:XX:XX XM] x ------------------------------------ @fluentui/react-link: [XX:XX:XX XM] x Error previously detected. See above for error messages. @fluentui/react-link: [XX:XX:XX XM] x Other tasks that did not complete: [ts:commonjs] @@ -1040,11 +1457,14 @@ codesandbox-react-northstar-template: error Command failed with exit code 1. @fluentui/react-slider: at ChildProcess.exithandler (child_process.js:308:12) @fluentui/react-slider: at ChildProcess.emit (events.js:314:20) @fluentui/react-slider: at ChildProcess.EventEmitter.emit (domain.js:506:15) -@fluentui/react-slider: at maybeClose (internal/child_process.js:1021:16) -@fluentui/react-slider: at Process.ChildProcess._handle.onexit (internal/child_process.js:286:5) +@fluentui/react-slider: at maybeClose (internal/child_process.js:1022:16) +@fluentui/react-slider: at Process.ChildProcess._handle.onexit (internal/child_process.js:287:5) @fluentui/react-slider: at Process.callbackTrampoline (internal/async_hooks.js:126:14) @fluentui/react-slider: [XX:XX:XX XM] x stdout: -@fluentui/react-slider: [XX:XX:XX XM] x src/next/Slider.tsx:38:27 - error TS2339: Property 'disabled' does not exist on type 'typeof import("*.scss")'. +@fluentui/react-slider: [XX:XX:XX XM] x src/components/Slider/Slider.styles.ts:105:7 - error TS2343: This syntax requires an imported helper named '__spreadArray' which does not exist in 'tslib'. Consider upgrading your version of 'tslib'. +@fluentui/react-slider: 105 ...[!disabled ? classNames.enabled : undefined], +@fluentui/react-slider: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +@fluentui/react-slider: src/next/Slider.tsx:38:27 - error TS2339: Property 'disabled' does not exist on type 'typeof import("*.scss")'. @fluentui/react-slider: 38 disabled && classes.disabled, @fluentui/react-slider: ~~~~~~~~ @fluentui/react-slider: src/next/Slider.tsx:39:27 - error TS2339: Property 'vertical' does not exist on type 'typeof import("*.scss")'. @@ -1083,19 +1503,37 @@ codesandbox-react-northstar-template: error Command failed with exit code 1. @fluentui/react-slider: src/next/Slider.tsx:57:29 - error TS2339: Property 'zeroTick' does not exist on type 'typeof import("*.scss")'. @fluentui/react-slider: 57 zeroTick: css(classes.zeroTick, globalClassNames.zeroTick, ...propClasses), @fluentui/react-slider: ~~~~~~~~ -@fluentui/react-slider: Found 13 errors. +@fluentui/react-slider: Found 14 errors. @fluentui/react-slider: [XX:XX:XX XM] x ------------------------------------ @fluentui/react-slider: [XX:XX:XX XM] x Error previously detected. See above for error messages. @fluentui/react-slider: [XX:XX:XX XM] x Other tasks that did not complete: [ts:commonjs] @fluentui/react-slider: error Command failed with exit code 1. -@fluentui/react-toggle: [XX:XX:XX XM] x Error detected while running '_wrapFunction' +@fluentui/react-tabs: [XX:XX:XX XM] x Error detected while running 'ts:esm' +@fluentui/react-tabs: [XX:XX:XX XM] x ------------------------------------ +@fluentui/react-tabs: [XX:XX:XX XM] x Error: Command failed: /usr/local/bin/node "/office-ui-fabric-react/node_modules/typescript/lib/tsc.js" --pretty --target es5 --outDir lib --module esnext --project "/office-ui-fabric-react/packages/react-tabs/tsconfig.json" +@fluentui/react-tabs: at ChildProcess.exithandler (child_process.js:308:12) +@fluentui/react-tabs: at ChildProcess.emit (events.js:314:20) +@fluentui/react-tabs: at ChildProcess.EventEmitter.emit (domain.js:506:15) +@fluentui/react-tabs: at maybeClose (internal/child_process.js:1022:16) +@fluentui/react-tabs: at Process.ChildProcess._handle.onexit (internal/child_process.js:287:5) +@fluentui/react-tabs: at Process.callbackTrampoline (internal/async_hooks.js:126:14) +@fluentui/react-tabs: [XX:XX:XX XM] x stdout: +@fluentui/react-tabs: [XX:XX:XX XM] x src/components/Pivot/Pivot.styles.ts:197:7 - error TS2343: This syntax requires an imported helper named '__spreadArray' which does not exist in 'tslib'. Consider upgrading your version of 'tslib'. +@fluentui/react-tabs: 197 ...getLinkStyles(props, classNames), +@fluentui/react-tabs: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +@fluentui/react-tabs: Found 1 error. +@fluentui/react-tabs: [XX:XX:XX XM] x ------------------------------------ +@fluentui/react-tabs: [XX:XX:XX XM] x Error previously detected. See above for error messages. +@fluentui/react-tabs: [XX:XX:XX XM] x Other tasks that did not complete: [ts:commonjs] +@fluentui/react-tabs: error Command failed with exit code 1. +@fluentui/react-toggle: [XX:XX:XX XM] x Error detected while running 'ts:esm' @fluentui/react-toggle: [XX:XX:XX XM] x ------------------------------------ -@fluentui/react-toggle: [XX:XX:XX XM] x Error: Command failed: /usr/local/bin/node "/office-ui-fabric-react/node_modules/typescript/lib/tsc.js" --pretty --target es5 --outDir lib-commonjs --module commonjs --project "/office-ui-fabric-react/packages/react-toggle/tsconfig.json" +@fluentui/react-toggle: [XX:XX:XX XM] x Error: Command failed: /usr/local/bin/node "/office-ui-fabric-react/node_modules/typescript/lib/tsc.js" --pretty --target es5 --outDir lib --module esnext --project "/office-ui-fabric-react/packages/react-toggle/tsconfig.json" @fluentui/react-toggle: at ChildProcess.exithandler (child_process.js:308:12) @fluentui/react-toggle: at ChildProcess.emit (events.js:314:20) @fluentui/react-toggle: at ChildProcess.EventEmitter.emit (domain.js:506:15) -@fluentui/react-toggle: at maybeClose (internal/child_process.js:1021:16) -@fluentui/react-toggle: at Process.ChildProcess._handle.onexit (internal/child_process.js:286:5) +@fluentui/react-toggle: at maybeClose (internal/child_process.js:1022:16) +@fluentui/react-toggle: at Process.ChildProcess._handle.onexit (internal/child_process.js:287:5) @fluentui/react-toggle: at Process.callbackTrampoline (internal/async_hooks.js:126:14) @fluentui/react-toggle: [XX:XX:XX XM] x stdout: @fluentui/react-toggle: [XX:XX:XX XM] x src/next/Toggle.tsx:31:26 - error TS2339: Property 'checked' does not exist on type 'typeof import("*.scss")'. @@ -1113,6 +1551,9 @@ codesandbox-react-northstar-template: error Command failed with exit code 1. @fluentui/react-toggle: src/next/Toggle.tsx:40:36 - error TS2339: Property 'root' does not exist on type 'typeof import("*.scss")'. @fluentui/react-toggle: 40 root: css(className, classes.root, globalClassNames.root, ...rootStaticClasses, ...propControlledClasses), @fluentui/react-toggle: ~~~~ +@fluentui/react-toggle: src/next/Toggle.tsx:40:65 - error TS2343: This syntax requires an imported helper named '__spreadArray' which does not exist in 'tslib'. Consider upgrading your version of 'tslib'. +@fluentui/react-toggle: 40 root: css(className, classes.root, globalClassNames.root, ...rootStaticClasses, ...propControlledClasses), +@fluentui/react-toggle: ~~~~~~~~~~~~~~~~~~~~ @fluentui/react-toggle: src/next/Toggle.tsx:41:26 - error TS2339: Property 'label' does not exist on type 'typeof import("*.scss")'. @fluentui/react-toggle: 41 label: css(classes.label, globalClassNames.label, ...propControlledClasses), @fluentui/react-toggle: ~~~~~ @@ -1128,24 +1569,25 @@ codesandbox-react-northstar-template: error Command failed with exit code 1. @fluentui/react-toggle: src/next/Toggle.tsx:45:25 - error TS2339: Property 'text' does not exist on type 'typeof import("*.scss")'. @fluentui/react-toggle: 45 text: css(classes.text, globalClassNames.text, ...propControlledClasses), @fluentui/react-toggle: ~~~~ -@fluentui/react-toggle: Found 10 errors. +@fluentui/react-toggle: Found 11 errors. @fluentui/react-toggle: [XX:XX:XX XM] x ------------------------------------ @fluentui/react-toggle: [XX:XX:XX XM] x Error previously detected. See above for error messages. -@fluentui/react-toggle: [XX:XX:XX XM] x Other tasks that did not complete: [ts:esm] +@fluentui/react-toggle: [XX:XX:XX XM] x Other tasks that did not complete: [ts:commonjs] @fluentui/react-toggle: error Command failed with exit code 1. -@fluentui/perf: [XX:XX:XX XM] x Cannot find config file "null". Please create a file called "just.config.js" in the root of the project next to "package.json". -@fluentui/perf: [XX:XX:XX XM] x Command not defined: ts -@fluentui/react: [XX:XX:XX XM] x Error detected while running 'ts:esm' +@fluentui/react: [XX:XX:XX XM] x Error detected while running '_wrapFunction' @fluentui/react: [XX:XX:XX XM] x ------------------------------------ -@fluentui/react: [XX:XX:XX XM] x Error: Command failed: /usr/local/bin/node "/office-ui-fabric-react/node_modules/typescript/lib/tsc.js" --pretty --target es5 --outDir lib --module esnext --project "/office-ui-fabric-react/packages/react/tsconfig.json" +@fluentui/react: [XX:XX:XX XM] x Error: Command failed: /usr/local/bin/node "/office-ui-fabric-react/node_modules/typescript/lib/tsc.js" --pretty --target es5 --outDir lib-commonjs --module commonjs --project "/office-ui-fabric-react/packages/react/tsconfig.json" @fluentui/react: at ChildProcess.exithandler (child_process.js:308:12) @fluentui/react: at ChildProcess.emit (events.js:314:20) @fluentui/react: at ChildProcess.EventEmitter.emit (domain.js:506:15) -@fluentui/react: at maybeClose (internal/child_process.js:1021:16) -@fluentui/react: at Process.ChildProcess._handle.onexit (internal/child_process.js:286:5) +@fluentui/react: at maybeClose (internal/child_process.js:1022:16) +@fluentui/react: at Process.ChildProcess._handle.onexit (internal/child_process.js:287:5) @fluentui/react: at Process.callbackTrampoline (internal/async_hooks.js:126:14) @fluentui/react: [XX:XX:XX XM] x stdout: -@fluentui/react: [XX:XX:XX XM] x src/components/ComboBox/ComboBox.tsx:451:13 - error TS2554: Expected 1 arguments, but got 2. +@fluentui/react: [XX:XX:XX XM] x src/components/Breadcrumb/Breadcrumb.base.tsx:92:28 - error TS2343: This syntax requires an imported helper named '__spreadArray' which does not exist in 'tslib'. Consider upgrading your version of 'tslib'. +@fluentui/react: 92 const renderedItems = [...items]; +@fluentui/react: ~~~~~~~~ +@fluentui/react: src/components/ComboBox/ComboBox.tsx:451:13 - error TS2554: Expected 1 arguments, but got 2. @fluentui/react: 451 this._onRenderContainer, @fluentui/react: ~~~~~~~~~~~~~~~~~~~~~~~ @fluentui/react: src/components/ComboBox/ComboBox.tsx:1097:32 - error TS2774: This condition will always return true since the function is always defined. Did you mean to call it instead? @@ -1172,19 +1614,55 @@ codesandbox-react-northstar-template: error Command failed with exit code 1. @fluentui/react: src/components/GroupedList/GroupedListSection.tsx:172:16 - error TS2790: The operand of a 'delete' operator must be optional. @fluentui/react: 172 delete this._dragDropSubscription; @fluentui/react: ~~~~~~~~~~~~~~~~~~~~~~~~~~ -@fluentui/react: Found 9 errors. +@fluentui/react: Found 10 errors. @fluentui/react: [XX:XX:XX XM] x ------------------------------------ @fluentui/react: [XX:XX:XX XM] x Error previously detected. See above for error messages. -@fluentui/react: [XX:XX:XX XM] x Other tasks that did not complete: [ts:commonjs] +@fluentui/react: [XX:XX:XX XM] x Other tasks that did not complete: [ts:esm] @fluentui/react: error Command failed with exit code 1. +a11y-tests: [XX:XX:XX XM] x Error detected while running '_wrapFunction' +a11y-tests: [XX:XX:XX XM] x ------------------------------------ +a11y-tests: [XX:XX:XX XM] x Error: Command failed: /usr/local/bin/node "/office-ui-fabric-react/node_modules/typescript/lib/tsc.js" --pretty --target es5 --outDir lib-commonjs --module commonjs --project "/office-ui-fabric-react/apps/a11y-tests/tsconfig.json" +a11y-tests: at ChildProcess.exithandler (child_process.js:308:12) +a11y-tests: at ChildProcess.emit (events.js:314:20) +a11y-tests: at ChildProcess.EventEmitter.emit (domain.js:506:15) +a11y-tests: at maybeClose (internal/child_process.js:1022:16) +a11y-tests: at Process.ChildProcess._handle.onexit (internal/child_process.js:287:5) +a11y-tests: at Process.callbackTrampoline (internal/async_hooks.js:126:14) +a11y-tests: [XX:XX:XX XM] x stdout: +a11y-tests: [XX:XX:XX XM] x src/tests/ComponentExamples.test.tsx:75:14 - error TS2343: This syntax requires an imported helper named '__spreadArray' which does not exist in 'tslib'. Consider upgrading your version of 'tslib'. +a11y-tests: 75 files.push(...exampleFiles); +a11y-tests: ~~~~~~~~~~~~~~~ +a11y-tests: Found 1 error. +a11y-tests: [XX:XX:XX XM] x ------------------------------------ +a11y-tests: [XX:XX:XX XM] x Error previously detected. See above for error messages. +a11y-tests: [XX:XX:XX XM] x Other tasks that did not complete: [ts:esm] +a11y-tests: error Command failed with exit code 1. +@fluentui/react-charting: [XX:XX:XX XM] x Error detected while running 'ts:esm' +@fluentui/react-charting: [XX:XX:XX XM] x ------------------------------------ +@fluentui/react-charting: [XX:XX:XX XM] x Error: Command failed: /usr/local/bin/node "/office-ui-fabric-react/node_modules/typescript/lib/tsc.js" --pretty --target es5 --outDir lib --module esnext --project "/office-ui-fabric-react/packages/react-charting/tsconfig.json" +@fluentui/react-charting: at ChildProcess.exithandler (child_process.js:308:12) +@fluentui/react-charting: at ChildProcess.emit (events.js:314:20) +@fluentui/react-charting: at ChildProcess.EventEmitter.emit (domain.js:506:15) +@fluentui/react-charting: at maybeClose (internal/child_process.js:1022:16) +@fluentui/react-charting: at Process.ChildProcess._handle.onexit (internal/child_process.js:287:5) +@fluentui/react-charting: at Process.callbackTrampoline (internal/async_hooks.js:126:14) +@fluentui/react-charting: [XX:XX:XX XM] x stdout: +@fluentui/react-charting: [XX:XX:XX XM] x src/utilities/utilities.ts:367:13 - error TS2343: This syntax requires an imported helper named '__spreadArray' which does not exist in 'tslib'. Consider upgrading your version of 'tslib'. +@fluentui/react-charting: 367 return [...array, value]; +@fluentui/react-charting: ~~~~~~~~ +@fluentui/react-charting: Found 1 error. +@fluentui/react-charting: [XX:XX:XX XM] x ------------------------------------ +@fluentui/react-charting: [XX:XX:XX XM] x Error previously detected. See above for error messages. +@fluentui/react-charting: [XX:XX:XX XM] x Other tasks that did not complete: [ts:commonjs] +@fluentui/react-charting: error Command failed with exit code 1. @fluentui/react-experiments: [XX:XX:XX XM] x Error detected while running 'ts:esm' @fluentui/react-experiments: [XX:XX:XX XM] x ------------------------------------ @fluentui/react-experiments: [XX:XX:XX XM] x Error: Command failed: /usr/local/bin/node "/office-ui-fabric-react/node_modules/typescript/lib/tsc.js" --pretty --target es5 --outDir lib --module esnext --project "/office-ui-fabric-react/packages/react-experiments/tsconfig.json" @fluentui/react-experiments: at ChildProcess.exithandler (child_process.js:308:12) @fluentui/react-experiments: at ChildProcess.emit (events.js:314:20) @fluentui/react-experiments: at ChildProcess.EventEmitter.emit (domain.js:506:15) -@fluentui/react-experiments: at maybeClose (internal/child_process.js:1021:16) -@fluentui/react-experiments: at Process.ChildProcess._handle.onexit (internal/child_process.js:286:5) +@fluentui/react-experiments: at maybeClose (internal/child_process.js:1022:16) +@fluentui/react-experiments: at Process.ChildProcess._handle.onexit (internal/child_process.js:287:5) @fluentui/react-experiments: at Process.callbackTrampoline (internal/async_hooks.js:126:14) @fluentui/react-experiments: [XX:XX:XX XM] x stdout: @fluentui/react-experiments: [XX:XX:XX XM] x src/components/FloatingSuggestions/FloatingPeopleSuggestions/defaults/DefaultPeopleSuggestionsItem.tsx:12:72 - error TS2339: Property 'peoplePickerPersonaContent' does not exist on type 'typeof import("*.scss")'. @@ -1199,30 +1677,33 @@ codesandbox-react-northstar-template: error Command failed with exit code 1. @fluentui/react-experiments: src/components/FloatingSuggestions/FloatingSuggestions.tsx:202:27 - error TS2339: Property 'callout' does not exist on type 'typeof import("*.scss")'. @fluentui/react-experiments: 202 className={styles.callout} @fluentui/react-experiments: ~~~~~~~ -@fluentui/react-experiments: src/components/SelectedItemsList/Items/subcomponents/DefaultEditingItem.tsx:75:102 - error TS2339: Property 'editingContainer' does not exist on type 'typeof import("*.scss")'. -@fluentui/react-experiments: 75 -@fluentui/react-experiments: ~~~~~~~~~~~~~~~~ -@fluentui/react-experiments: src/components/SelectedItemsList/Items/subcomponents/DefaultEditingItem.tsx:86:29 - error TS2339: Property 'editingInput' does not exist on type 'typeof import("*.scss")'. -@fluentui/react-experiments: 86 className={styles.editingInput} -@fluentui/react-experiments: ~~~~~~~~~~~~ -@fluentui/react-experiments: src/components/SelectedItemsList/SelectedPeopleList/Items/SelectedPersona.tsx:113:13 - error TS2774: This condition will always return true since the function is always defined. Did you mean to call it instead? -@fluentui/react-experiments: 113 if (onItemChange && getExpandedItems) { -@fluentui/react-experiments: ~~~~~~~~~~~~ -@fluentui/react-experiments: src/components/SelectedItemsList/SelectedPeopleList/SelectedPeopleList.test.tsx:94:9 - error TS2322: Type 'ComponentType>' is not assignable to type 'ComponentClass, any> | FunctionComponent> | undefined'. -@fluentui/react-experiments: Type 'ComponentClass, any>' is not assignable to type 'ComponentClass, any> | FunctionComponent> | undefined'. +@fluentui/react-experiments: src/components/Pagination/Pagination.base.tsx:210:7 - error TS2322: Type 'string' is not assignable to type '"" | `${string} ${number} undefined ${number}` | `${string} ${number} ${string} ${number}` | undefined'. +@fluentui/react-experiments: 210 ariaLabel = ariaLabel + ' ' + selectedAriaLabel; +@fluentui/react-experiments: ~~~~~~~~~ +@fluentui/react-experiments: src/components/SelectedItemsList/Items/subcomponents/DefaultEditingItem.tsx:240:100 - error TS2339: Property 'editingContainer' does not exist on type 'typeof import("*.scss")'. +@fluentui/react-experiments: 240 +@fluentui/react-experiments: ~~~~~~~~~~~~~~~~ +@fluentui/react-experiments: src/components/SelectedItemsList/Items/subcomponents/DefaultEditingItem.tsx:250:27 - error TS2339: Property 'editingInput' does not exist on type 'typeof import("*.scss")'. +@fluentui/react-experiments: 250 className={styles.editingInput} +@fluentui/react-experiments: ~~~~~~~~~~~~ +@fluentui/react-experiments: src/components/SelectedItemsList/SelectedItemsList.tsx:27:36 - error TS2343: This syntax requires an imported helper named '__spreadArray' which does not exist in 'tslib'. Consider upgrading your version of 'tslib'. +@fluentui/react-experiments: 27 const updatedItems: TItem[] = [...items]; +@fluentui/react-experiments: ~~~~~~~~ +@fluentui/react-experiments: src/components/SelectedItemsList/SelectedPeopleList/SelectedPeopleList.test.tsx:94:9 - error TS2322: Type 'ComponentType>' is not assignable to type 'ComponentType> | undefined'. +@fluentui/react-experiments: Type 'ComponentClass, any>' is not assignable to type 'ComponentType> | undefined'. @fluentui/react-experiments: Type 'ComponentClass, any>' is not assignable to type 'ComponentClass, any>'. @fluentui/react-experiments: Types of property 'propTypes' are incompatible. @fluentui/react-experiments: Type 'WeakValidationMap> | undefined' is not assignable to type 'WeakValidationMap> | undefined'. @fluentui/react-experiments: Type 'WeakValidationMap>' is not assignable to type 'WeakValidationMap>'. -@fluentui/react-experiments: Types of property 'item' are incompatible. -@fluentui/react-experiments: Type 'Validator | undefined' is not assignable to type 'Validator | undefined'. -@fluentui/react-experiments: Type 'Validator' is not assignable to type 'Validator'. -@fluentui/react-experiments: Type 'unknown' is not assignable to type 'IPersonaProps & BaseSelectedItem'. -@fluentui/react-experiments: Type 'unknown' is not assignable to type 'IPersonaProps'. +@fluentui/react-experiments: Types of property 'createGenericItem' are incompatible. +@fluentui/react-experiments: Type 'Validator<((input: string) => unknown) | null | undefined> | undefined' is not assignable to type 'Validator<((input: string) => IPersonaProps & BaseSelectedItem) | null | undefined> | undefined'. +@fluentui/react-experiments: Type 'Validator<((input: string) => unknown) | null | undefined>' is not assignable to type 'Validator<((input: string) => IPersonaProps & BaseSelectedItem) | null | undefined>'. +@fluentui/react-experiments: Type '((input: string) => unknown) | null | undefined' is not assignable to type '((input: string) => IPersonaProps & BaseSelectedItem) | null | undefined'. +@fluentui/react-experiments: Type '(input: string) => unknown' is not assignable to type '(input: string) => IPersonaProps & BaseSelectedItem'. @fluentui/react-experiments: 94 onRenderItem={SelectedItem} @fluentui/react-experiments: ~~~~~~~~~~~~ -@fluentui/react-experiments: src/components/SelectedItemsList/SelectedItemsList.types.ts:75:3 -@fluentui/react-experiments: 75 onRenderItem?: React.ComponentType>; +@fluentui/react-experiments: src/components/SelectedItemsList/SelectedItemsList.types.ts:80:3 +@fluentui/react-experiments: 80 onRenderItem?: React.ComponentType>; @fluentui/react-experiments: ~~~~~~~~~~~~ @fluentui/react-experiments: The expected type comes from property 'onRenderItem' which is declared here on type 'IntrinsicAttributes & Pick, "onChange" | ... 17 more ... | "itemsAreEqual"> & RefAttributes<...>' @fluentui/react-experiments: src/components/StaticList/StaticList.tsx:14:37 - error TS2339: Property 'root' does not exist on type 'typeof import("*.scss")'. @@ -1345,7 +1826,7 @@ codesandbox-react-northstar-template: error Command failed with exit code 1. @fluentui/react-experiments: src/utilities/scrolling/ScrollContainer.tsx:76:68 - error TS2339: Property 'root' does not exist on type 'typeof import("*.scss")'. @fluentui/react-experiments: 76 className={css('ms-ScrollContainer', ScrollContainerStyles.root, className)} @fluentui/react-experiments: ~~~~ -@fluentui/react-experiments: Found 48 errors. +@fluentui/react-experiments: Found 49 errors. @fluentui/react-experiments: [XX:XX:XX XM] x ------------------------------------ @fluentui/react-experiments: [XX:XX:XX XM] x Error previously detected. See above for error messages. @fluentui/react-experiments: [XX:XX:XX XM] x Other tasks that did not complete: [ts:commonjs] @@ -1356,8 +1837,8 @@ codesandbox-react-northstar-template: error Command failed with exit code 1. @fluentui/react-monaco-editor: at ChildProcess.exithandler (child_process.js:308:12) @fluentui/react-monaco-editor: at ChildProcess.emit (events.js:314:20) @fluentui/react-monaco-editor: at ChildProcess.EventEmitter.emit (domain.js:506:15) -@fluentui/react-monaco-editor: at maybeClose (internal/child_process.js:1021:16) -@fluentui/react-monaco-editor: at Process.ChildProcess._handle.onexit (internal/child_process.js:286:5) +@fluentui/react-monaco-editor: at maybeClose (internal/child_process.js:1022:16) +@fluentui/react-monaco-editor: at Process.ChildProcess._handle.onexit (internal/child_process.js:287:5) @fluentui/react-monaco-editor: at Process.callbackTrampoline (internal/async_hooks.js:126:14) @fluentui/react-monaco-editor: [XX:XX:XX XM] x stdout: @fluentui/react-monaco-editor: [XX:XX:XX XM] x ../monaco-editor/monaco-typescript.d.ts:9:25 - error TS2307: Cannot find module '@fluentui/monaco-editor' or its corresponding type declarations. @@ -1372,6 +1853,20 @@ codesandbox-react-northstar-template: error Command failed with exit code 1. @fluentui/react-monaco-editor: src/interfaces/monaco.ts:5:25 - error TS2307: Cannot find module '@fluentui/monaco-editor/esm/vs/editor/editor.api' or its corresponding type declarations. @fluentui/react-monaco-editor: 5 import * as monaco from '@fluentui/monaco-editor/esm/vs/editor/editor.api'; @fluentui/react-monaco-editor: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +@fluentui/react-monaco-editor: src/transpiler/exampleTransform.ts:83:7 - error TS2343: This syntax requires an imported helper named '__spreadArray' which does not exist in 'tslib'. Consider upgrading your version of 'tslib'. +@fluentui/react-monaco-editor: 83 ...imprt.identifiers.map(item => (item.as ? `${item.name}: ${item.as}` : item.name)), +@fluentui/react-monaco-editor: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +@fluentui/react-monaco-editor: src/transpiler/exampleTransform.ts:116:13 - error TS2769: No overload matches this call. +@fluentui/react-monaco-editor: Overload 1 of 2, '(...items: ConcatArray<`const { ${string} } = window.${string};`>[]): `const { ${string} } = window.${string};`[]', gave the following error. +@fluentui/react-monaco-editor: Argument of type 'string[]' is not assignable to parameter of type 'ConcatArray<`const { ${string} } = window.${string};`>'. +@fluentui/react-monaco-editor: The types returned by 'slice(...)' are incompatible between these types. +@fluentui/react-monaco-editor: Type 'string[]' is not assignable to type '`const { ${string} } = window.${string};`[]'. +@fluentui/react-monaco-editor: Type 'string' is not assignable to type '`const { ${string} } = window.${string};`'. +@fluentui/react-monaco-editor: Overload 2 of 2, '(...items: (`const { ${string} } = window.${string};` | ConcatArray<`const { ${string} } = window.${string};`>)[]): `const { ${string} } = window.${string};`[]', gave the following error. +@fluentui/react-monaco-editor: Argument of type 'string[]' is not assignable to parameter of type '`const { ${string} } = window.${string};` | ConcatArray<`const { ${string} } = window.${string};`>'. +@fluentui/react-monaco-editor: Type 'string[]' is not assignable to type '`const { ${string} } = window.${string};`'. +@fluentui/react-monaco-editor: 116 .concat(lines); +@fluentui/react-monaco-editor: ~~~~~ @fluentui/react-monaco-editor: src/transpiler/transpile.ts:2:25 - error TS2307: Cannot find module '@fluentui/monaco-editor' or its corresponding type declarations. @fluentui/react-monaco-editor: 2 import * as monaco from '@fluentui/monaco-editor'; @fluentui/react-monaco-editor: ~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -1390,7 +1885,7 @@ codesandbox-react-northstar-template: error Command failed with exit code 1. @fluentui/react-monaco-editor: src/utilities/getQueryParam.test.ts:7:12 - error TS2790: The operand of a 'delete' operator must be optional. @fluentui/react-monaco-editor: 7 delete window.location; @fluentui/react-monaco-editor: ~~~~~~~~~~~~~~~ -@fluentui/react-monaco-editor: Found 10 errors. +@fluentui/react-monaco-editor: Found 12 errors. @fluentui/react-monaco-editor: [XX:XX:XX XM] x ------------------------------------ @fluentui/react-monaco-editor: [XX:XX:XX XM] x Error previously detected. See above for error messages. @fluentui/react-monaco-editor: [XX:XX:XX XM] x Other tasks that did not complete: [ts:commonjs] @@ -1403,15 +1898,24 @@ codesandbox-react-northstar-template: error Command failed with exit code 1. @fluentui/api-docs: at ChildProcess.exithandler (child_process.js:308:12) @fluentui/api-docs: at ChildProcess.emit (events.js:314:20) @fluentui/api-docs: at ChildProcess.EventEmitter.emit (domain.js:506:15) -@fluentui/api-docs: at maybeClose (internal/child_process.js:1021:16) -@fluentui/api-docs: at Process.ChildProcess._handle.onexit (internal/child_process.js:286:5) +@fluentui/api-docs: at maybeClose (internal/child_process.js:1022:16) +@fluentui/api-docs: at Process.ChildProcess._handle.onexit (internal/child_process.js:287:5) @fluentui/api-docs: at Process.callbackTrampoline (internal/async_hooks.js:126:14) @fluentui/api-docs: [XX:XX:XX XM] x stdout: -@fluentui/api-docs: [XX:XX:XX XM] x src/tableJson.ts:52:9 - error TS2322: Type 'readonly HeritageType[] | undefined' is not assignable to type 'HeritageType[] | undefined'. -@fluentui/api-docs: The type 'readonly HeritageType[]' is 'readonly' and cannot be assigned to the mutable type 'HeritageType[]'. +@fluentui/api-docs: [XX:XX:XX XM] x src/tableJson.ts:52:9 - error TS2322: Type '((HeritageType | readonly HeritageType[]) & any[]) | (HeritageType | readonly HeritageType[])[] | undefined' is not assignable to type 'HeritageType[] | undefined'. +@fluentui/api-docs: Type '(HeritageType | readonly HeritageType[])[]' is not assignable to type 'HeritageType[]'. +@fluentui/api-docs: Type 'HeritageType | readonly HeritageType[]' is not assignable to type 'HeritageType'. +@fluentui/api-docs: Property 'excerpt' is missing in type 'readonly HeritageType[]' but required in type 'HeritageType'. @fluentui/api-docs: 52 const extendsArr: HeritageType[] | undefined = @fluentui/api-docs: ~~~~~~~~~~ -@fluentui/api-docs: Found 1 error. +@fluentui/api-docs: ../../node_modules/@microsoft/api-extractor-model/dist/rollup.d.ts:1629:14 +@fluentui/api-docs: 1629 readonly excerpt: Excerpt; +@fluentui/api-docs: ~~~~~~~ +@fluentui/api-docs: 'excerpt' is declared here. +@fluentui/api-docs: src/tableJson.ts:62:9 - error TS2343: This syntax requires an imported helper named '__spreadArray' which does not exist in 'tslib'. Consider upgrading your version of 'tslib'. +@fluentui/api-docs: 62 ...getTokenHyperlinks(collectedData, extendsType.excerpt.tokens, extendsType.excerpt.tokenRange), +@fluentui/api-docs: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +@fluentui/api-docs: Found 2 errors. @fluentui/api-docs: [XX:XX:XX XM] x ------------------------------------ @fluentui/api-docs: [XX:XX:XX XM] x Error previously detected. See above for error messages. @fluentui/api-docs: [XX:XX:XX XM] x Other tasks that did not complete: [ts:commonjs] @@ -1422,13 +1926,16 @@ codesandbox-react-northstar-template: error Command failed with exit code 1. @fluentui/react-docsite-components: at ChildProcess.exithandler (child_process.js:308:12) @fluentui/react-docsite-components: at ChildProcess.emit (events.js:314:20) @fluentui/react-docsite-components: at ChildProcess.EventEmitter.emit (domain.js:506:15) -@fluentui/react-docsite-components: at maybeClose (internal/child_process.js:1021:16) -@fluentui/react-docsite-components: at Process.ChildProcess._handle.onexit (internal/child_process.js:286:5) +@fluentui/react-docsite-components: at maybeClose (internal/child_process.js:1022:16) +@fluentui/react-docsite-components: at Process.ChildProcess._handle.onexit (internal/child_process.js:287:5) @fluentui/react-docsite-components: at Process.callbackTrampoline (internal/async_hooks.js:126:14) @fluentui/react-docsite-components: [XX:XX:XX XM] x stdout: @fluentui/react-docsite-components: [XX:XX:XX XM] x src/components/Page/Page.tsx:21:25 - error TS2307: Cannot find module './Page.module.scss' or its corresponding type declarations. @fluentui/react-docsite-components: 21 import * as styles from './Page.module.scss'; @fluentui/react-docsite-components: ~~~~~~~~~~~~~~~~~~~~ +@fluentui/react-docsite-components: src/components/Page/Page.tsx:288:26 - error TS2343: This syntax requires an imported helper named '__spreadArray' which does not exist in 'tslib'. Consider upgrading your version of 'tslib'. +@fluentui/react-docsite-components: 288 jumpLinks.push(...(section.jumpLinks || [])); +@fluentui/react-docsite-components: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @fluentui/react-docsite-components: src/components/Page/sections/BestPracticesSection.tsx:7:25 - error TS2307: Cannot find module '../Page.module.scss' or its corresponding type declarations. @fluentui/react-docsite-components: 7 import * as styles from '../Page.module.scss'; @fluentui/react-docsite-components: ~~~~~~~~~~~~~~~~~~~~~ @@ -1469,19 +1976,37 @@ codesandbox-react-northstar-template: error Command failed with exit code 1. @fluentui/react-docsite-components: 52 const App: React.FunctionComponent = props => ; @fluentui/react-docsite-components: ~~~~~~~~~~ @fluentui/react-docsite-components: This spread always overwrites this property. -@fluentui/react-docsite-components: Found 13 errors. +@fluentui/react-docsite-components: Found 14 errors. @fluentui/react-docsite-components: [XX:XX:XX XM] x ------------------------------------ @fluentui/react-docsite-components: [XX:XX:XX XM] x Error previously detected. See above for error messages. @fluentui/react-docsite-components: [XX:XX:XX XM] x Other tasks that did not complete: [ts:commonjs] @fluentui/react-docsite-components: error Command failed with exit code 1. +@fluentui/storybook: [XX:XX:XX XM] x Error detected while running 'ts:esm' +@fluentui/storybook: [XX:XX:XX XM] x ------------------------------------ +@fluentui/storybook: [XX:XX:XX XM] x Error: Command failed: /usr/local/bin/node "/office-ui-fabric-react/node_modules/typescript/lib/tsc.js" --pretty --target es5 --outDir lib --module esnext --project "/office-ui-fabric-react/packages/storybook/tsconfig.json" +@fluentui/storybook: at ChildProcess.exithandler (child_process.js:308:12) +@fluentui/storybook: at ChildProcess.emit (events.js:314:20) +@fluentui/storybook: at ChildProcess.EventEmitter.emit (domain.js:506:15) +@fluentui/storybook: at maybeClose (internal/child_process.js:1022:16) +@fluentui/storybook: at Process.ChildProcess._handle.onexit (internal/child_process.js:287:5) +@fluentui/storybook: at Process.callbackTrampoline (internal/async_hooks.js:126:14) +@fluentui/storybook: [XX:XX:XX XM] x stdout: +@fluentui/storybook: [XX:XX:XX XM] x src/knobs/useTheme.ts:21:43 - error TS2343: This syntax requires an imported helper named '__spreadArray' which does not exist in 'tslib'. Consider upgrading your version of 'tslib'. +@fluentui/storybook: 21 const themeOptions = [defaultThemeOption, ...v8ThemeOptions, ...v7ThemeOptions]; +@fluentui/storybook: ~~~~~~~~~~~~~~~~~ +@fluentui/storybook: Found 1 error. +@fluentui/storybook: [XX:XX:XX XM] x ------------------------------------ +@fluentui/storybook: [XX:XX:XX XM] x Error previously detected. See above for error messages. +@fluentui/storybook: [XX:XX:XX XM] x Other tasks that did not complete: [ts:commonjs] +@fluentui/storybook: error Command failed with exit code 1. theming-designer: [XX:XX:XX XM] x Error detected while running 'ts:esm' theming-designer: [XX:XX:XX XM] x ------------------------------------ theming-designer: [XX:XX:XX XM] x Error: Command failed: /usr/local/bin/node "/office-ui-fabric-react/node_modules/typescript/lib/tsc.js" --pretty --target es5 --outDir lib --module esnext --project "/office-ui-fabric-react/apps/theming-designer/tsconfig.json" theming-designer: at ChildProcess.exithandler (child_process.js:308:12) theming-designer: at ChildProcess.emit (events.js:314:20) theming-designer: at ChildProcess.EventEmitter.emit (domain.js:506:15) -theming-designer: at maybeClose (internal/child_process.js:1021:16) -theming-designer: at Process.ChildProcess._handle.onexit (internal/child_process.js:286:5) +theming-designer: at maybeClose (internal/child_process.js:1022:16) +theming-designer: at Process.ChildProcess._handle.onexit (internal/child_process.js:287:5) theming-designer: at Process.callbackTrampoline (internal/async_hooks.js:126:14) theming-designer: [XX:XX:XX XM] x stdout: theming-designer: [XX:XX:XX XM] x ../../packages/react-monaco-editor/lib/interfaces/monaco.d.ts:1:25 - error TS2307: Cannot find module '@fluentui/monaco-editor/esm/vs/editor/editor.api' or its corresponding type declarations. @@ -1498,8 +2023,8 @@ theming-designer: error Command failed with exit code 1. @fluentui/react-examples: at ChildProcess.exithandler (child_process.js:308:12) @fluentui/react-examples: at ChildProcess.emit (events.js:314:20) @fluentui/react-examples: at ChildProcess.EventEmitter.emit (domain.js:506:15) -@fluentui/react-examples: at maybeClose (internal/child_process.js:1021:16) -@fluentui/react-examples: at Process.ChildProcess._handle.onexit (internal/child_process.js:286:5) +@fluentui/react-examples: at maybeClose (internal/child_process.js:1022:16) +@fluentui/react-examples: at Process.ChildProcess._handle.onexit (internal/child_process.js:287:5) @fluentui/react-examples: at Process.callbackTrampoline (internal/async_hooks.js:126:14) @fluentui/react-examples: [XX:XX:XX XM] x stdout: @fluentui/react-examples: [XX:XX:XX XM] x src/react-avatar/utils/StoryExample.tsx:5:27 - error TS2339: Property 'root' does not exist on type 'typeof import("*.scss")'. @@ -1625,19 +2150,40 @@ theming-designer: error Command failed with exit code 1. @fluentui/react-examples: src/react-image/Image/Image.stories.tsx:11:74 - error TS2339: Property 'vStack' does not exist on type 'typeof import("*.scss")'. @fluentui/react-examples: 11 return
; @fluentui/react-examples: ~~~~~~ -@fluentui/react-examples: Found 41 errors. +@fluentui/react-examples: src/react/Announced/Announced.QuickActions.Example.tsx:40:33 - error TS2343: This syntax requires an imported helper named '__spreadArray' which does not exist in 'tslib'. Consider upgrading your version of 'tslib'. +@fluentui/react-examples: 40 const renamedItems = [...prevItems]; +@fluentui/react-examples: ~~~~~~~~~~~~ +@fluentui/react-examples: Found 42 errors. @fluentui/react-examples: [XX:XX:XX XM] x ------------------------------------ @fluentui/react-examples: [XX:XX:XX XM] x Error previously detected. See above for error messages. @fluentui/react-examples: [XX:XX:XX XM] x Other tasks that did not complete: [ts:commonjs] @fluentui/react-examples: error Command failed with exit code 1. +@fluentui/public-docsite-resources: [XX:XX:XX XM] x Error detected while running '_wrapFunction' +@fluentui/public-docsite-resources: [XX:XX:XX XM] x ------------------------------------ +@fluentui/public-docsite-resources: [XX:XX:XX XM] x Error: Command failed: /usr/local/bin/node "/office-ui-fabric-react/node_modules/typescript/lib/tsc.js" --pretty --target es5 --outDir lib-commonjs --module commonjs --project "/office-ui-fabric-react/apps/public-docsite-resources/tsconfig.json" +@fluentui/public-docsite-resources: at ChildProcess.exithandler (child_process.js:308:12) +@fluentui/public-docsite-resources: at ChildProcess.emit (events.js:314:20) +@fluentui/public-docsite-resources: at ChildProcess.EventEmitter.emit (domain.js:506:15) +@fluentui/public-docsite-resources: at maybeClose (internal/child_process.js:1022:16) +@fluentui/public-docsite-resources: at Process.ChildProcess._handle.onexit (internal/child_process.js:287:5) +@fluentui/public-docsite-resources: at Process.callbackTrampoline (internal/async_hooks.js:126:14) +@fluentui/public-docsite-resources: [XX:XX:XX XM] x stdout: +@fluentui/public-docsite-resources: [XX:XX:XX XM] x src/components/pages/ThemePage.tsx:68:22 - error TS2343: This syntax requires an imported helper named '__spreadArray' which does not exist in 'tslib'. Consider upgrading your version of 'tslib'. +@fluentui/public-docsite-resources: 68 const palette = [...this.state.palette]; +@fluentui/public-docsite-resources: ~~~~~~~~~~~~~~~~~~~~~ +@fluentui/public-docsite-resources: Found 1 error. +@fluentui/public-docsite-resources: [XX:XX:XX XM] x ------------------------------------ +@fluentui/public-docsite-resources: [XX:XX:XX XM] x Error previously detected. See above for error messages. +@fluentui/public-docsite-resources: [XX:XX:XX XM] x Other tasks that did not complete: [ts:esm] +@fluentui/public-docsite-resources: error Command failed with exit code 1. @fluentui/public-docsite: [XX:XX:XX XM] x Error detected while running '_wrapFunction' @fluentui/public-docsite: [XX:XX:XX XM] x ------------------------------------ @fluentui/public-docsite: [XX:XX:XX XM] x Error: Command failed: /usr/local/bin/node "/office-ui-fabric-react/node_modules/typescript/lib/tsc.js" --pretty --target es5 --outDir lib-commonjs --module commonjs --project "/office-ui-fabric-react/apps/public-docsite/tsconfig.json" @fluentui/public-docsite: at ChildProcess.exithandler (child_process.js:308:12) @fluentui/public-docsite: at ChildProcess.emit (events.js:314:20) @fluentui/public-docsite: at ChildProcess.EventEmitter.emit (domain.js:506:15) -@fluentui/public-docsite: at maybeClose (internal/child_process.js:1021:16) -@fluentui/public-docsite: at Process.ChildProcess._handle.onexit (internal/child_process.js:286:5) +@fluentui/public-docsite: at maybeClose (internal/child_process.js:1022:16) +@fluentui/public-docsite: at Process.ChildProcess._handle.onexit (internal/child_process.js:287:5) @fluentui/public-docsite: at Process.callbackTrampoline (internal/async_hooks.js:126:14) @fluentui/public-docsite: [XX:XX:XX XM] x stdout: @fluentui/public-docsite: [XX:XX:XX XM] x src/components/Nav/Nav.tsx:70:35 - error TS2339: Property 'navWrapper' does not exist on type 'typeof import("*.scss")'. @@ -1697,6 +2243,9 @@ theming-designer: error Command failed with exit code 1. @fluentui/public-docsite: src/components/Site/Site.tsx:163:31 - error TS2339: Property 'siteContent' does not exist on type 'typeof import("*.scss")'. @fluentui/public-docsite: 163 className={styles.siteContent} @fluentui/public-docsite: ~~~~~~~~~~~ +@fluentui/public-docsite: src/components/Site/Site.tsx:224:30 - error TS2343: This syntax requires an imported helper named '__spreadArray' which does not exist in 'tslib'. Consider upgrading your version of 'tslib'. +@fluentui/public-docsite: 224 activePages.push(...platforms); +@fluentui/public-docsite: ~~~~~~~~~~~~ @fluentui/public-docsite: src/components/Site/Site.tsx:280:32 - error TS2339: Property 'siteNavScrollWrapper' does not exist on type 'typeof import("*.scss")'. @fluentui/public-docsite: 280
@fluentui/public-docsite: ~~~~~~~~~~~~~~~~~~~~ @@ -2135,7 +2684,7 @@ theming-designer: error Command failed with exit code 1. @fluentui/public-docsite: src/utilities/svgIconsColor.tsx:348:30 - error TS2339: Property 'icon' does not exist on type 'typeof import("*.scss")'. @fluentui/public-docsite: 348 const { className = styles.icon, iconColor, iconWidth, iconHeight, iconSize } = props; @fluentui/public-docsite: ~~~~ -@fluentui/public-docsite: Found 165 errors. +@fluentui/public-docsite: Found 166 errors. @fluentui/public-docsite: [XX:XX:XX XM] x ------------------------------------ @fluentui/public-docsite: [XX:XX:XX XM] x Error previously detected. See above for error messages. @fluentui/public-docsite: [XX:XX:XX XM] x Other tasks that did not complete: [ts:esm] diff --git a/tests/baselines/reference/docker/pyright.log b/tests/baselines/reference/docker/pyright.log index 72a0cf2c4f4ed..aa5412d777c7a 100644 --- a/tests/baselines/reference/docker/pyright.log +++ b/tests/baselines/reference/docker/pyright.log @@ -1,17 +1,9 @@ -Exit Code: 2 +Exit Code: 0 Standard output: -pyright-internal: src/tests/harness/utils.ts(328,12): error TS2774: This condition will always return true since the function is always defined. Did you mean to call it instead? Standard error: lerna notice cli vX.X.X lerna info Executing command in 3 packages: "tsc --noEmit" -lerna ERR! Received non-zero exit code 2 during execution lerna success exec Executed command in 3 packages: "tsc --noEmit" -npm ERR! code 2 -npm ERR! path /pyright -npm ERR! command failed -npm ERR! command sh -c lerna exec --stream --concurrency 1 --no-bail -- tsc --noEmit -npm ERR! A complete log of this run can be found in: -npm ERR! /root/.npm/_logs/XXXX-XX-XXXXXXXXX-debug.log diff --git a/tests/baselines/reference/docker/vue-next.log b/tests/baselines/reference/docker/vue-next.log index 6a2071a9605c4..4b83c7e756ea8 100644 --- a/tests/baselines/reference/docker/vue-next.log +++ b/tests/baselines/reference/docker/vue-next.log @@ -1,4 +1,4 @@ -Exit Code: 0 +Exit Code: 7 Standard output: > build @@ -35,193 +35,107 @@ The API report is up to date: temp/compiler-ssr.api.md Writing package typings: /vue-next/packages/compiler-ssr/dist/compiler-ssr.d.ts Writing package typings: /vue-next/dist/compiler-ssr.d.ts API Extractor completed successfully. -Rolling up type definitions for reactivity... -Analysis will use the bundled TypeScript version 4.0.5 -*** The target project appears to use TypeScript X.X.X-insiders.xxxxxxxx which is newer than the bundled compiler engine; consider upgrading API Extractor. -Writing: /vue-next/temp/reactivity.api.json -The API report is up to date: temp/reactivity.api.md -Writing package typings: /vue-next/packages/reactivity/dist/reactivity.d.ts -Writing package typings: /vue-next/dist/reactivity.d.ts -API Extractor completed successfully. -Rolling up type definitions for runtime-core... -Analysis will use the bundled TypeScript version 4.0.5 -*** The target project appears to use TypeScript X.X.X-insiders.xxxxxxxx which is newer than the bundled compiler engine; consider upgrading API Extractor. -Writing: /vue-next/temp/runtime-core.api.json -The API report is up to date: temp/runtime-core.api.md -Writing package typings: /vue-next/packages/runtime-core/dist/runtime-core.d.ts -Writing package typings: /vue-next/dist/runtime-core.d.ts -API Extractor completed successfully. -Rolling up type definitions for runtime-dom... -Analysis will use the bundled TypeScript version 4.0.5 -*** The target project appears to use TypeScript X.X.X-insiders.xxxxxxxx which is newer than the bundled compiler engine; consider upgrading API Extractor. -Writing: /vue-next/temp/runtime-dom.api.json -The API report is up to date: temp/runtime-dom.api.md -Writing package typings: /vue-next/packages/runtime-dom/dist/runtime-dom.d.ts -Writing package typings: /vue-next/dist/runtime-dom.d.ts -API Extractor completed successfully. -Rolling up type definitions for server-renderer... -Analysis will use the bundled TypeScript version 4.0.5 -*** The target project appears to use TypeScript X.X.X-insiders.xxxxxxxx which is newer than the bundled compiler engine; consider upgrading API Extractor. -Writing: /vue-next/temp/server-renderer.api.json -The API report is up to date: temp/server-renderer.api.md -Writing package typings: /vue-next/packages/server-renderer/dist/server-renderer.d.ts -Writing package typings: /vue-next/dist/server-renderer.d.ts -API Extractor completed successfully. -Rolling up type definitions for shared... -Analysis will use the bundled TypeScript version 4.0.5 -*** The target project appears to use TypeScript X.X.X-insiders.xxxxxxxx which is newer than the bundled compiler engine; consider upgrading API Extractor. -Writing: /vue-next/temp/shared.api.json -The API report is up to date: temp/shared.api.md -Writing package typings: /vue-next/packages/shared/dist/shared.d.ts -Writing package typings: /vue-next/dist/shared.d.ts -API Extractor completed successfully. -Rolling up type definitions for vue... -Analysis will use the bundled TypeScript version 4.0.5 -*** The target project appears to use TypeScript X.X.X-insiders.xxxxxxxx which is newer than the bundled compiler engine; consider upgrading API Extractor. -Writing: /vue-next/temp/vue.api.json -The API report is up to date: temp/vue.api.md -Writing package typings: /vue-next/packages/vue/dist/vue.d.ts -Writing package typings: /vue-next/dist/vue.d.ts -API Extractor completed successfully. -compiler-dom.global.prod.js min:44.24kb / gzip:17.04kb / brotli:15.46kb -reactivity.global.prod.js min:8.37kb / gzip:3.24kb / brotli:3.00kb -runtime-dom.global.prod.js min:68.76kb / gzip:26.44kb / brotli:23.91kb -size-check.global.prod.js min:39.98kb / gzip:15.95kb / brotli:14.55kb -vue.global.prod.js min:105.87kb / gzip:40.15kb / brotli:36.04kb Standard error: /vue-next/packages/compiler-core/src/index.ts → packages/compiler-core/dist/compiler-core.esm-bundler.js... +/vue-next/packages/compiler-dom/src/index.ts → packages/compiler-dom/dist/compiler-dom.esm-bundler.js... +created packages/compiler-dom/dist/compiler-dom.esm-bundler.js in ?s +/vue-next/packages/compiler-dom/src/index.ts → packages/compiler-dom/dist/compiler-dom.esm-browser.js... created packages/compiler-core/dist/compiler-core.esm-bundler.js in ?s /vue-next/packages/compiler-core/src/index.ts → packages/compiler-core/dist/compiler-core.cjs.js... created packages/compiler-core/dist/compiler-core.cjs.js in ?s /vue-next/packages/compiler-core/src/index.ts → packages/compiler-core/dist/compiler-core.cjs.prod.js... -created packages/compiler-core/dist/compiler-core.cjs.prod.js in ?s -Warning: dist/packages/compiler-core/src/options.d.ts:36:25 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag -Warning: dist/packages/compiler-core/src/options.d.ts:36:26 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag -Warning: dist/packages/compiler-core/src/options.d.ts:36:19 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@" -Warning: dist/packages/compiler-core/src/options.d.ts:36:20 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@" -Warning: dist/packages/compiler-core/src/options.d.ts:59:39 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag -Warning: dist/packages/compiler-core/src/options.d.ts:59:21 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@" -Warning: dist/packages/compiler-core/src/options.d.ts:80:42 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag -Warning: dist/packages/compiler-core/src/options.d.ts:80:43 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag -Warning: dist/packages/compiler-core/src/options.d.ts:80:35 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@" -Warning: dist/packages/compiler-core/src/options.d.ts:80:36 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@" -/vue-next/packages/compiler-dom/src/index.ts → packages/compiler-dom/dist/compiler-dom.esm-bundler.js... -created packages/compiler-dom/dist/compiler-dom.esm-bundler.js in ?s -/vue-next/packages/compiler-dom/src/index.ts → packages/compiler-dom/dist/compiler-dom.esm-browser.js... created packages/compiler-dom/dist/compiler-dom.esm-browser.js in ?s /vue-next/packages/compiler-dom/src/index.ts → packages/compiler-dom/dist/compiler-dom.cjs.js... created packages/compiler-dom/dist/compiler-dom.cjs.js in ?s /vue-next/packages/compiler-dom/src/index.ts → packages/compiler-dom/dist/compiler-dom.global.js... +created packages/compiler-core/dist/compiler-core.cjs.prod.js in ?s created packages/compiler-dom/dist/compiler-dom.global.js in ?s /vue-next/packages/compiler-dom/src/index.ts → packages/compiler-dom/dist/compiler-dom.esm-browser.prod.js... created packages/compiler-dom/dist/compiler-dom.esm-browser.prod.js in ?s /vue-next/packages/compiler-dom/src/index.ts → packages/compiler-dom/dist/compiler-dom.cjs.prod.js... created packages/compiler-dom/dist/compiler-dom.cjs.prod.js in ?s /vue-next/packages/compiler-dom/src/index.ts → packages/compiler-dom/dist/compiler-dom.global.prod.js... -(!) Missing global variable names -Use output.globals to specify browser global variable names corresponding to external modules -@babel/parser (guessing 'parser') -estree-walker (guessing 'estreeWalker') -created packages/compiler-dom/dist/compiler-dom.global.prod.js in ?s +Warning: dist/packages/compiler-core/src/options.d.ts:36:25 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag +Warning: dist/packages/compiler-core/src/options.d.ts:36:26 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag +Warning: dist/packages/compiler-core/src/options.d.ts:36:19 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@" +Warning: dist/packages/compiler-core/src/options.d.ts:36:20 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@" +Warning: dist/packages/compiler-core/src/options.d.ts:87:42 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag +Warning: dist/packages/compiler-core/src/options.d.ts:87:43 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag +Warning: dist/packages/compiler-core/src/options.d.ts:87:35 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@" +Warning: dist/packages/compiler-core/src/options.d.ts:87:36 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@" +Warning: dist/packages/compiler-core/src/options.d.ts:128:39 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag +Warning: dist/packages/compiler-core/src/options.d.ts:128:21 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@" +Warning: dist/packages/compiler-core/src/options.d.ts:149:42 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag +Warning: dist/packages/compiler-core/src/options.d.ts:149:43 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag +Warning: dist/packages/compiler-core/src/options.d.ts:149:35 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@" +Warning: dist/packages/compiler-core/src/options.d.ts:149:36 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@" /vue-next/packages/compiler-sfc/src/index.ts → packages/compiler-sfc/dist/compiler-sfc.cjs.js... +created packages/compiler-dom/dist/compiler-dom.global.prod.js in ?s created packages/compiler-sfc/dist/compiler-sfc.cjs.js in ?s /vue-next/packages/compiler-sfc/src/index.ts → packages/compiler-sfc/dist/compiler-sfc.global.js... -created packages/compiler-sfc/dist/compiler-sfc.global.js in ?s -/vue-next/packages/compiler-sfc/src/index.ts → packages/compiler-sfc/dist/compiler-sfc.esm-browser.js... -created packages/compiler-sfc/dist/compiler-sfc.esm-browser.js in ?s /vue-next/packages/compiler-ssr/src/index.ts → packages/compiler-ssr/dist/compiler-ssr.cjs.js... +(!) Missing shims for Node.js built-ins +Creating a browser bundle that depends on 'path', 'url' and 'util'. You might need to include https://github.com/ionic-team/rollup-plugin-node-polyfills +(!) Missing global variable names +Use output.globals to specify browser global variable names corresponding to external modules +path (guessing 'path') +url (guessing 'url') +util (guessing 'require$$0') +created packages/compiler-sfc/dist/compiler-sfc.global.js in ?s created packages/compiler-ssr/dist/compiler-ssr.cjs.js in ?s +Warning: dist/packages/compiler-sfc/src/compileScript.d.ts:27:36 - (tsdoc-escape-greater-than) The ">" character should be escaped using a backslash to avoid confusion with an HTML tag +Warning: dist/packages/compiler-sfc/src/compileScript.d.ts:27:23 - (tsdoc-html-tag-missing-equals) The HTML element has an invalid attribute: Expecting "=" after HTML attribute name +Warning: dist/packages/compiler-sfc/src/compileStyle.d.ts:18:8 - (tsdoc-missing-deprecation-message) The @deprecated block must include a deprecation message, e.g. describing the recommended alternative /vue-next/packages/reactivity/src/index.ts → packages/reactivity/dist/reactivity.esm-bundler.js... -created packages/reactivity/dist/reactivity.esm-bundler.js in ?s -/vue-next/packages/reactivity/src/index.ts → packages/reactivity/dist/reactivity.esm-browser.js... -created packages/reactivity/dist/reactivity.esm-browser.js in ?s -/vue-next/packages/reactivity/src/index.ts → packages/reactivity/dist/reactivity.cjs.js... -created packages/reactivity/dist/reactivity.cjs.js in ?s -/vue-next/packages/reactivity/src/index.ts → packages/reactivity/dist/reactivity.global.js... -created packages/reactivity/dist/reactivity.global.js in ?s -/vue-next/packages/reactivity/src/index.ts → packages/reactivity/dist/reactivity.esm-browser.prod.js... -created packages/reactivity/dist/reactivity.esm-browser.prod.js in ?s -/vue-next/packages/reactivity/src/index.ts → packages/reactivity/dist/reactivity.cjs.prod.js... -created packages/reactivity/dist/reactivity.cjs.prod.js in ?s -/vue-next/packages/reactivity/src/index.ts → packages/reactivity/dist/reactivity.global.prod.js... -created packages/reactivity/dist/reactivity.global.prod.js in ?s /vue-next/packages/runtime-core/src/index.ts → packages/runtime-core/dist/runtime-core.esm-bundler.js... -created packages/runtime-core/dist/runtime-core.esm-bundler.js in ?s -/vue-next/packages/runtime-core/src/index.ts → packages/runtime-core/dist/runtime-core.cjs.js... -created packages/runtime-core/dist/runtime-core.cjs.js in ?s -/vue-next/packages/runtime-core/src/index.ts → packages/runtime-core/dist/runtime-core.cjs.prod.js... -created packages/runtime-core/dist/runtime-core.cjs.prod.js in ?s -Warning: dist/packages/runtime-core/src/index.d.ts:33:9 - (TS2717) Subsequent property declarations must have the same type. Property 'runtimeCoreBailTypes' must be of type 'VNode | { $: ComponentInternalInstance; }', but here has type 'VNode | { $: ComponentInternalInstance; }'. -/vue-next/packages/runtime-dom/src/index.ts → packages/runtime-dom/dist/runtime-dom.esm-bundler.js... -created packages/runtime-dom/dist/runtime-dom.esm-bundler.js in ?s -/vue-next/packages/runtime-dom/src/index.ts → packages/runtime-dom/dist/runtime-dom.esm-browser.js... -created packages/runtime-dom/dist/runtime-dom.esm-browser.js in ?s -/vue-next/packages/runtime-dom/src/index.ts → packages/runtime-dom/dist/runtime-dom.cjs.js... -created packages/runtime-dom/dist/runtime-dom.cjs.js in ?s -/vue-next/packages/runtime-dom/src/index.ts → packages/runtime-dom/dist/runtime-dom.global.js... -created packages/runtime-dom/dist/runtime-dom.global.js in ?s -/vue-next/packages/runtime-dom/src/index.ts → packages/runtime-dom/dist/runtime-dom.esm-browser.prod.js... -created packages/runtime-dom/dist/runtime-dom.esm-browser.prod.js in ?s -/vue-next/packages/runtime-dom/src/index.ts → packages/runtime-dom/dist/runtime-dom.cjs.prod.js... -created packages/runtime-dom/dist/runtime-dom.cjs.prod.js in ?s -/vue-next/packages/runtime-dom/src/index.ts → packages/runtime-dom/dist/runtime-dom.global.prod.js... -created packages/runtime-dom/dist/runtime-dom.global.prod.js in ?s -/vue-next/packages/server-renderer/src/index.ts → packages/server-renderer/dist/server-renderer.cjs.js... -(!) Unresolved dependencies -https://rollupjs.org/guide/en/#warning-treating-module-as-external-dependency -stream (imported by packages/server-renderer/src/renderToStream.ts) -created packages/server-renderer/dist/server-renderer.cjs.js in ?s -/vue-next/packages/server-renderer/src/index.ts → packages/server-renderer/dist/server-renderer.cjs.prod.js... -(!) Unresolved dependencies -https://rollupjs.org/guide/en/#warning-treating-module-as-external-dependency -stream (imported by packages/server-renderer/src/renderToStream.ts) -created packages/server-renderer/dist/server-renderer.cjs.prod.js in ?s -/vue-next/packages/shared/src/index.ts → packages/shared/dist/shared.esm-bundler.js... -created packages/shared/dist/shared.esm-bundler.js in ?s -/vue-next/packages/shared/src/index.ts → packages/shared/dist/shared.cjs.js... -created packages/shared/dist/shared.cjs.js in ?s -/vue-next/packages/shared/src/index.ts → packages/shared/dist/shared.cjs.prod.js... -created packages/shared/dist/shared.cjs.prod.js in ?s -Warning: dist/packages/shared/src/index.d.ts:15:12 - (tsdoc-characters-after-block-tag) The token "@babel" looks like a TSDoc tag but contains an invalid character "/"; if it is not a tag, use a backslash to escape the "@" -Warning: dist/packages/shared/src/makeMap.d.ts:5:9 - (tsdoc-unnecessary-backslash) A backslash can only be used to escape a punctuation character -Warning: dist/packages/shared/src/makeMap.d.ts:5:11 - (tsdoc-unnecessary-backslash) A backslash can only be used to escape a punctuation character -Warning: dist/packages/shared/src/makeMap.d.ts:5:17 - (tsdoc-unnecessary-backslash) A backslash can only be used to escape a punctuation character -Warning: dist/packages/shared/src/makeMap.d.ts:5:19 - (tsdoc-unnecessary-backslash) A backslash can only be used to escape a punctuation character -Warning: dist/packages/shared/src/toDisplayString.d.ts:2:36 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag -Warning: dist/packages/shared/src/toDisplayString.d.ts:2:37 - (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag -Warning: dist/packages/shared/src/toDisplayString.d.ts:2:19 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@" -Warning: dist/packages/shared/src/toDisplayString.d.ts:2:20 - (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@" -/vue-next/packages/size-check/src/index.ts → packages/size-check/dist/size-check.global.js... -created packages/size-check/dist/size-check.global.js in ?s -/vue-next/packages/size-check/src/index.ts → packages/size-check/dist/size-check.global.prod.js... -created packages/size-check/dist/size-check.global.prod.js in ?s -/vue-next/packages/template-explorer/src/index.ts → packages/template-explorer/dist/template-explorer.global.js... -created packages/template-explorer/dist/template-explorer.global.js in ?s -/vue-next/packages/vue/src/index.ts → packages/vue/dist/vue.esm-bundler.js... -created packages/vue/dist/vue.esm-bundler.js in ?s -/vue-next/packages/vue/src/runtime.ts → packages/vue/dist/vue.runtime.esm-bundler.js... -created packages/vue/dist/vue.runtime.esm-bundler.js in ?s -/vue-next/packages/vue/src/index.ts → packages/vue/dist/vue.cjs.js... -created packages/vue/dist/vue.cjs.js in ?s -/vue-next/packages/vue/src/index.ts → packages/vue/dist/vue.global.js... -created packages/vue/dist/vue.global.js in ?s -/vue-next/packages/vue/src/runtime.ts → packages/vue/dist/vue.runtime.global.js... -created packages/vue/dist/vue.runtime.global.js in ?s -/vue-next/packages/vue/src/index.ts → packages/vue/dist/vue.esm-browser.js... -created packages/vue/dist/vue.esm-browser.js in ?s -/vue-next/packages/vue/src/runtime.ts → packages/vue/dist/vue.runtime.esm-browser.js... -created packages/vue/dist/vue.runtime.esm-browser.js in ?s -/vue-next/packages/vue/src/index.ts → packages/vue/dist/vue.cjs.prod.js... -created packages/vue/dist/vue.cjs.prod.js in ?s -/vue-next/packages/vue/src/index.ts → packages/vue/dist/vue.global.prod.js... -created packages/vue/dist/vue.global.prod.js in ?s -/vue-next/packages/vue/src/runtime.ts → packages/vue/dist/vue.runtime.global.prod.js... -created packages/vue/dist/vue.runtime.global.prod.js in ?s -/vue-next/packages/vue/src/index.ts → packages/vue/dist/vue.esm-browser.prod.js... -created packages/vue/dist/vue.esm-browser.prod.js in ?s -/vue-next/packages/vue/src/runtime.ts → packages/vue/dist/vue.runtime.esm-browser.prod.js... -created packages/vue/dist/vue.runtime.esm-browser.prod.js in ?s +[!] (plugin rpt2) Error: /vue-next/packages/reactivity/src/baseHandlers.ts(192,3): semantic error TS2322: Type '(target: object) => (string | number | symbol)[]' is not assignable to type '(target: object) => ArrayLike'. + Type '(string | number | symbol)[]' is not assignable to type 'ArrayLike'. + Index signatures are incompatible. + Type 'string | number | symbol' is not assignable to type 'string | symbol'. + Type 'number' is not assignable to type 'string | symbol'. +packages/reactivity/src/baseHandlers.ts +Error: /vue-next/packages/reactivity/src/baseHandlers.ts(192,3): semantic error TS2322: Type '(target: object) => (string | number | symbol)[]' is not assignable to type '(target: object) => ArrayLike'. + Type '(string | number | symbol)[]' is not assignable to type 'ArrayLike'. + Index signatures are incompatible. + Type 'string | number | symbol' is not assignable to type 'string | symbol'. + Type 'number' is not assignable to type 'string | symbol'. + at error (/vue-next/node_modules/rollup/dist/shared/rollup.js:5265:30) + at throwPluginError (/vue-next/node_modules/rollup/dist/shared/rollup.js:17972:12) + at Object.error (/vue-next/node_modules/rollup/dist/shared/rollup.js:18579:24) + at Object.error (/vue-next/node_modules/rollup/dist/shared/rollup.js:18141:38) + at RollupContext.error (/vue-next/node_modules/rollup-plugin-typescript2/src/rollupcontext.ts:37:18) + at /vue-next/node_modules/rollup-plugin-typescript2/src/print-diagnostics.ts:41:11 + at arrayEach (/vue-next/node_modules/rollup-plugin-typescript2/node_modules/lodash/lodash.js:516:11) + at Function.forEach (/vue-next/node_modules/rollup-plugin-typescript2/node_modules/lodash/lodash.js:9368:14) + at _.each (/vue-next/node_modules/rollup-plugin-typescript2/src/print-diagnostics.ts:9:2) + at Object.transform (/vue-next/node_modules/rollup-plugin-typescript2/src/index.ts:242:5) +/vue-next/node_modules/brotli/build/encode.js:3 +1'. +src/app.ts(75,21): error TS2339: Property 'returnTo' does not exist on type 'Session & Partial'. +src/app.ts(116,30): error TS2339: Property 'returnTo' does not exist on type 'Session & Partial'. +src/config/passport.ts(14,5): error TS2349: This expression is not callable. + Type 'User' has no call signatures. +src/config/passport.ts(18,24): error TS7006: Parameter 'err' implicitly has an 'any' type. +src/config/passport.ts(18,29): error TS7006: Parameter 'user' implicitly has an 'any' type. +src/config/passport.ts(28,51): error TS7006: Parameter 'err' implicitly has an 'any' type. +src/config/passport.ts(71,49): error TS7006: Parameter 'err' implicitly has an 'any' type. +src/config/passport.ts(71,54): error TS7006: Parameter 'existingUser' implicitly has an 'any' type. +src/config/passport.ts(77,45): error TS7006: Parameter 'err' implicitly has an 'any' type. +src/config/passport.ts(92,49): error TS7006: Parameter 'err' implicitly has an 'any' type. +src/config/passport.ts(92,54): error TS7006: Parameter 'existingUser' implicitly has an 'any' type. +src/config/passport.ts(97,59): error TS7006: Parameter 'err' implicitly has an 'any' type. +src/config/passport.ts(97,64): error TS7006: Parameter 'existingEmailUser' implicitly has an 'any' type. +src/controllers/user.ts(51,38): error TS2339: Property 'returnTo' does not exist on type 'Session & Partial'. +src/controllers/user.ts(101,46): error TS7006: Parameter 'err' implicitly has an 'any' type. +src/controllers/user.ts(101,51): error TS7006: Parameter 'existingUser' implicitly has an 'any' type. +src/controllers/user.ts(146,29): error TS7006: Parameter 'err' implicitly has an 'any' type. +src/controllers/user.ts(153,19): error TS2769: No overload matches this call. + Overload 1 of 3, '(options?: SaveOptions): Promise', gave the following error. + Type '(err: WriteError) => void' has no properties in common with type 'SaveOptions'. + Overload 2 of 3, '(options?: SaveOptions, fn?: (err: NativeError, doc: UserDocument) => void): void', gave the following error. + Type '(err: WriteError) => void' has no properties in common with type 'SaveOptions'. + Overload 3 of 3, '(fn?: (err: NativeError, doc: UserDocument) => void): void', gave the following error. + Argument of type '(err: WriteError) => void' is not assignable to parameter of type '(err: NativeError, doc: UserDocument) => void'. + Types of parameters 'err' and 'err' are incompatible. + Type 'NativeError' is missing the following properties from type 'WriteError': code, index, errmsg +src/controllers/user.ts(183,29): error TS7006: Parameter 'err' implicitly has an 'any' type. +src/controllers/user.ts(186,19): error TS2769: No overload matches this call. + Overload 1 of 3, '(options?: SaveOptions): Promise', gave the following error. + Type '(err: WriteError) => void' has no properties in common with type 'SaveOptions'. + Overload 2 of 3, '(options?: SaveOptions, fn?: (err: NativeError, doc: UserDocument) => void): void', gave the following error. + Type '(err: WriteError) => void' has no properties in common with type 'SaveOptions'. + Overload 3 of 3, '(fn?: (err: NativeError, doc: UserDocument) => void): void', gave the following error. + Argument of type '(err: WriteError) => void' is not assignable to parameter of type '(err: NativeError, doc: UserDocument) => void'. + Types of parameters 'err' and 'err' are incompatible. + Type 'NativeError' is not assignable to type 'WriteError'. +src/controllers/user.ts(215,29): error TS7006: Parameter 'err' implicitly has an 'any' type. +src/controllers/user.ts(349,54): error TS7006: Parameter 'err' implicitly has an 'any' type. +src/models/User.ts(81,15): error TS2339: Property 'email' does not exist on type 'Document'. +src/models/User.ts(84,54): error TS2339: Property 'email' does not exist on type 'Document'. diff --git a/tests/baselines/reference/user/TypeScript-WeChat-Starter.log b/tests/baselines/reference/user/TypeScript-WeChat-Starter.log index ffbea15477bbf..04c1a1db03d35 100644 --- a/tests/baselines/reference/user/TypeScript-WeChat-Starter.log +++ b/tests/baselines/reference/user/TypeScript-WeChat-Starter.log @@ -1,11 +1,6 @@ Exit Code: 2 Standard output: -node_modules/@types/connect/index.d.ts(21,42): error TS2689: Cannot extend an interface 'http.IncomingMessage'. Did you mean 'implements'? -node_modules/@types/serve-static/index.d.ts(18,45): error TS2694: Namespace '"http"' has no exported member 'OutgoingMessage'. -node_modules/@types/serve-static/index.d.ts(25,49): error TS2694: Namespace '"http"' has no exported member 'OutgoingMessage'. -node_modules/@types/serve-static/index.d.ts(25,72): error TS2694: Namespace '"http"' has no exported member 'OutgoingMessage'. -node_modules/@types/serve-static/index.d.ts(98,45): error TS2694: Namespace '"http"' has no exported member 'OutgoingMessage'. -node_modules/@types/serve-static/index.d.ts(102,56): error TS2694: Namespace '"http"' has no exported member 'OutgoingMessage'. +node_modules/@types/connect/index.d.ts(20,42): error TS2689: Cannot extend an interface 'http.IncomingMessage'. Did you mean 'implements'? diff --git a/tests/baselines/reference/user/acorn.log b/tests/baselines/reference/user/acorn.log index 368f26b5eef66..2fa0b829304cd 100644 --- a/tests/baselines/reference/user/acorn.log +++ b/tests/baselines/reference/user/acorn.log @@ -479,32 +479,26 @@ node_modules/acorn/acorn/dist/bin.js(54,30): error TS2769: No overload matches t Argument of type '2 | null' is not assignable to parameter of type 'string | number | undefined'. Type 'null' is not assignable to type 'string | number | undefined'. node_modules/acorn/acorn/dist/bin.js(58,23): error TS2769: No overload matches this call. - Overload 1 of 3, '(path: string | number | Buffer | URL, options?: { encoding?: null | undefined; flag?: string | undefined; } | null | undefined): Buffer', gave the following error. - Argument of type 'string | undefined' is not assignable to parameter of type 'string | number | Buffer | URL'. - Type 'undefined' is not assignable to type 'string | number | Buffer | URL'. - Overload 2 of 3, '(path: string | number | Buffer | URL, options: { encoding: BufferEncoding; flag?: string | undefined; } | "ascii" | "utf8" | "utf-8" | "utf16le" | "ucs2" | ... 4 more ... | "hex"): string', gave the following error. - Argument of type 'string | undefined' is not assignable to parameter of type 'string | number | Buffer | URL'. - Type 'undefined' is not assignable to type 'string | number | Buffer | URL'. - Overload 3 of 3, '(path: string | number | Buffer | URL, options?: "ascii" | "utf8" | "utf-8" | "utf16le" | "ucs2" | "ucs-2" | "base64" | "latin1" | "binary" | "hex" | (BaseEncodingOptions & { ...; }) | null | undefined): string | Buffer', gave the following error. - Argument of type 'string | undefined' is not assignable to parameter of type 'string | number | Buffer | URL'. - Type 'undefined' is not assignable to type 'string | number | Buffer | URL'. + Overload 1 of 3, '(path: number | PathLike, options?: { encoding?: null | undefined; flag?: string | undefined; } | null | undefined): Buffer', gave the following error. + Argument of type 'string | undefined' is not assignable to parameter of type 'number | PathLike'. + Type 'undefined' is not assignable to type 'number | PathLike'. + Overload 2 of 3, '(path: number | PathLike, options: { encoding: BufferEncoding; flag?: string | undefined; } | BufferEncoding): string', gave the following error. + Argument of type 'string | undefined' is not assignable to parameter of type 'number | PathLike'. + Overload 3 of 3, '(path: number | PathLike, options?: BufferEncoding | (BaseEncodingOptions & { flag?: string | undefined; }) | null | undefined): string | Buffer', gave the following error. + Argument of type 'string | undefined' is not assignable to parameter of type 'number | PathLike'. node_modules/acorn/bin/_acorn.js(51,30): error TS2339: Property 'getToken' does not exist on type 'Parser'. node_modules/acorn/bin/_acorn.js(59,30): error TS2769: No overload matches this call. Overload 1 of 2, '(value: any, replacer?: ((this: any, key: string, value: any) => any) | undefined, space?: string | number | undefined): string', gave the following error. Argument of type 'null' is not assignable to parameter of type '((this: any, key: string, value: any) => any) | undefined'. Overload 2 of 2, '(value: any, replacer?: (string | number)[] | null | undefined, space?: string | number | undefined): string', gave the following error. Argument of type '2 | null' is not assignable to parameter of type 'string | number | undefined'. - Type 'null' is not assignable to type 'string | number | undefined'. node_modules/acorn/bin/_acorn.js(63,23): error TS2769: No overload matches this call. - Overload 1 of 3, '(path: string | number | Buffer | URL, options?: { encoding?: null | undefined; flag?: string | undefined; } | null | undefined): Buffer', gave the following error. - Argument of type 'string | undefined' is not assignable to parameter of type 'string | number | Buffer | URL'. - Type 'undefined' is not assignable to type 'string | number | Buffer | URL'. - Overload 2 of 3, '(path: string | number | Buffer | URL, options: { encoding: BufferEncoding; flag?: string | undefined; } | "ascii" | "utf8" | "utf-8" | "utf16le" | "ucs2" | ... 4 more ... | "hex"): string', gave the following error. - Argument of type 'string | undefined' is not assignable to parameter of type 'string | number | Buffer | URL'. - Type 'undefined' is not assignable to type 'string | number | Buffer | URL'. - Overload 3 of 3, '(path: string | number | Buffer | URL, options?: "ascii" | "utf8" | "utf-8" | "utf16le" | "ucs2" | "ucs-2" | "base64" | "latin1" | "binary" | "hex" | (BaseEncodingOptions & { ...; }) | null | undefined): string | Buffer', gave the following error. - Argument of type 'string | undefined' is not assignable to parameter of type 'string | number | Buffer | URL'. - Type 'undefined' is not assignable to type 'string | number | Buffer | URL'. + Overload 1 of 3, '(path: number | PathLike, options?: { encoding?: null | undefined; flag?: string | undefined; } | null | undefined): Buffer', gave the following error. + Argument of type 'string | undefined' is not assignable to parameter of type 'number | PathLike'. + Overload 2 of 3, '(path: number | PathLike, options: { encoding: BufferEncoding; flag?: string | undefined; } | BufferEncoding): string', gave the following error. + Argument of type 'string | undefined' is not assignable to parameter of type 'number | PathLike'. + Overload 3 of 3, '(path: number | PathLike, options?: BufferEncoding | (BaseEncodingOptions & { flag?: string | undefined; }) | null | undefined): string | Buffer', gave the following error. + Argument of type 'string | undefined' is not assignable to parameter of type 'number | PathLike'. node_modules/acorn/bin/run_test262.js(3,21): error TS2307: Cannot find module 'test262-parser-runner' or its corresponding type declarations. node_modules/acorn/dist/acorn.es.js(36,1): error TS2322: Type 'null' is not assignable to type 'string'. node_modules/acorn/dist/acorn.es.js(36,32): error TS2322: Type 'null' is not assignable to type 'string'. diff --git a/tests/baselines/reference/user/adonis-framework.log b/tests/baselines/reference/user/adonis-framework.log index 29ca20938d17a..ecd5417f154a1 100644 --- a/tests/baselines/reference/user/adonis-framework.log +++ b/tests/baselines/reference/user/adonis-framework.log @@ -35,19 +35,19 @@ node_modules/adonis-framework/src/Config/index.js(39,15): error TS2304: Cannot f node_modules/adonis-framework/src/Config/index.js(58,15): error TS2304: Cannot find name 'Mixed'. node_modules/adonis-framework/src/Encryption/index.js(53,15): error TS2304: Cannot find name 'Mixed'. node_modules/adonis-framework/src/Encryption/index.js(71,34): error TS2769: No overload matches this call. - Overload 1 of 4, '(data: ArrayBufferView, input_encoding: undefined, output_encoding: HexBase64BinaryEncoding): string', gave the following error. + Overload 1 of 4, '(data: ArrayBufferView, input_encoding: undefined, output_encoding: BinaryToTextEncoding): string', gave the following error. Argument of type 'string' is not assignable to parameter of type 'undefined'. - Overload 2 of 4, '(data: string, input_encoding: "utf8" | "ascii" | "binary" | undefined, output_encoding: HexBase64BinaryEncoding): string', gave the following error. - Argument of type 'string' is not assignable to parameter of type '"utf8" | "ascii" | "binary" | undefined'. + Overload 2 of 4, '(data: string, input_encoding: Encoding | undefined, output_encoding: BinaryToTextEncoding): string', gave the following error. + Argument of type 'string' is not assignable to parameter of type 'Encoding | undefined'. node_modules/adonis-framework/src/Encryption/index.js(77,27): error TS2322: Type 'string' is not assignable to type 'Buffer'. node_modules/adonis-framework/src/Encryption/index.js(77,50): error TS2345: Argument of type 'Buffer' is not assignable to parameter of type 'string'. node_modules/adonis-framework/src/Encryption/index.js(85,23): error TS8024: JSDoc '@param' tag has name 'value', but there is no parameter with that name. node_modules/adonis-framework/src/Encryption/index.js(87,15): error TS2304: Cannot find name 'Mixed'. -node_modules/adonis-framework/src/Encryption/index.js(101,62): error TS2769: No overload matches this call. - Overload 1 of 4, '(data: ArrayBufferView, input_encoding: "base64" | "binary" | "hex" | undefined, output_encoding: Utf8AsciiBinaryEncoding): string', gave the following error. - Argument of type 'string' is not assignable to parameter of type 'Utf8AsciiBinaryEncoding'. - Overload 2 of 4, '(data: string, input_encoding: "base64" | "binary" | "hex" | undefined, output_encoding: Utf8AsciiBinaryEncoding): string', gave the following error. - Argument of type 'string' is not assignable to parameter of type 'Utf8AsciiBinaryEncoding'. +node_modules/adonis-framework/src/Encryption/index.js(101,21): error TS2769: No overload matches this call. + Overload 1 of 4, '(data: ArrayBufferView, input_encoding: undefined, output_encoding: Encoding): string', gave the following error. + Argument of type '"base64"' is not assignable to parameter of type 'undefined'. + Overload 2 of 4, '(data: string, input_encoding: BinaryToTextEncoding | undefined, output_encoding: Encoding): string', gave the following error. + Argument of type 'string' is not assignable to parameter of type 'Encoding'. node_modules/adonis-framework/src/Encryption/index.js(102,5): error TS2322: Type 'string' is not assignable to type 'Buffer & string'. Type 'string' is not assignable to type 'Buffer'. node_modules/adonis-framework/src/Encryption/index.js(102,33): error TS2345: Argument of type 'string' is not assignable to parameter of type 'BufferEncoding'. @@ -72,8 +72,8 @@ node_modules/adonis-framework/src/Event/index.js(207,24): error TS2304: Cannot f node_modules/adonis-framework/src/Event/index.js(256,52): error TS2345: Argument of type 'Function' is not assignable to parameter of type 'Listener'. Type 'Function' provides no match for the signature '(...values: any[]): void'. node_modules/adonis-framework/src/Event/index.js(264,28): error TS2345: Argument of type 'Function' is not assignable to parameter of type 'Listener'. -node_modules/adonis-framework/src/Event/index.js(271,25): error TS2345: Argument of type 'IArguments' is not assignable to parameter of type '[event: string, name: any, handler: TimerHandler]'. -node_modules/adonis-framework/src/Event/index.js(278,25): error TS2345: Argument of type 'IArguments' is not assignable to parameter of type '[event: string, name: any, handler: TimerHandler]'. +node_modules/adonis-framework/src/Event/index.js(271,25): error TS2345: Argument of type 'IArguments' is not assignable to parameter of type '[event: string, name: any, handler: string | Function]'. +node_modules/adonis-framework/src/Event/index.js(278,25): error TS2345: Argument of type 'IArguments' is not assignable to parameter of type '[event: string, name: any, handler: string | Function]'. node_modules/adonis-framework/src/Event/index.js(294,30): error TS2345: Argument of type 'Function' is not assignable to parameter of type 'Listener'. node_modules/adonis-framework/src/Exceptions/index.js(13,14): error TS1056: Accessors are only available when targeting ECMAScript 5 and higher. node_modules/adonis-framework/src/Exceptions/index.js(27,21): error TS2554: Expected 0 arguments, but got 3. @@ -125,7 +125,7 @@ node_modules/adonis-framework/src/Request/index.js(466,15): error TS2304: Cannot node_modules/adonis-framework/src/Request/index.js(468,15): error TS2304: Cannot find name 'Mixed'. node_modules/adonis-framework/src/Request/index.js(480,14): error TS2304: Cannot find name 'Mixed'. node_modules/adonis-framework/src/Request/index.js(482,15): error TS2304: Cannot find name 'Mixed'. -node_modules/adonis-framework/src/Request/index.js(499,17): error TS2551: Property '_params' does not exist on type 'Request'. Did you mean 'param'? +node_modules/adonis-framework/src/Request/index.js(499,17): error TS2551: Property '_params' does not exist on type 'Request'. Did you mean 'params'? node_modules/adonis-framework/src/Request/index.js(523,15): error TS2304: Cannot find name 'Objecr'. node_modules/adonis-framework/src/Request/index.js(572,23): error TS8029: JSDoc '@param' tag has name 'pattern', but there is no parameter with that name. It would match 'arguments' if it had an array type. node_modules/adonis-framework/src/Request/index.js(600,17): error TS2554: Expected 2 arguments, but got 1. diff --git a/tests/baselines/reference/user/axios-src.log b/tests/baselines/reference/user/axios-src.log index 6c9b9a57adf2d..83b628fd48844 100644 --- a/tests/baselines/reference/user/axios-src.log +++ b/tests/baselines/reference/user/axios-src.log @@ -1,17 +1,20 @@ Exit Code: 2 Standard output: lib/adapters/http.js(13,19): error TS2732: Cannot find module './../../package.json'. Consider using '--resolveJsonModule' to import module with '.json' extension. -lib/adapters/http.js(84,22): error TS2345: Argument of type 'string | null' is not assignable to parameter of type 'string'. +lib/adapters/http.js(22,12): error TS2304: Cannot find name 'AxiosProxyConfig'. +lib/adapters/http.js(34,5): error TS2532: Object is possibly 'undefined'. +lib/adapters/http.js(38,11): error TS2339: Property 'beforeRedirect' does not exist on type 'ClientRequestArgs'. +lib/adapters/http.js(109,22): error TS2345: Argument of type 'string | null' is not assignable to parameter of type 'string'. Type 'null' is not assignable to type 'string'. -lib/adapters/http.js(121,17): error TS2531: Object is possibly 'null'. -lib/adapters/http.js(121,40): error TS2531: Object is possibly 'null'. -lib/adapters/http.js(225,23): error TS2345: Argument of type 'null' is not assignable to parameter of type 'string | undefined'. -lib/adapters/http.js(231,44): error TS2345: Argument of type 'null' is not assignable to parameter of type 'string | undefined'. -lib/adapters/http.js(237,13): error TS2322: Type 'string' is not assignable to type 'Buffer'. -lib/adapters/http.js(239,15): error TS2322: Type 'string' is not assignable to type 'Buffer'. -lib/adapters/http.js(239,45): error TS2345: Argument of type 'Buffer' is not assignable to parameter of type 'string'. -lib/adapters/http.js(252,40): error TS2345: Argument of type 'null' is not assignable to parameter of type 'string | undefined'. -lib/adapters/http.js(281,42): error TS2345: Argument of type 'null' is not assignable to parameter of type 'string | undefined'. +lib/adapters/http.js(146,17): error TS2531: Object is possibly 'null'. +lib/adapters/http.js(146,40): error TS2531: Object is possibly 'null'. +lib/adapters/http.js(241,23): error TS2345: Argument of type 'null' is not assignable to parameter of type 'string | undefined'. +lib/adapters/http.js(247,44): error TS2345: Argument of type 'null' is not assignable to parameter of type 'string | undefined'. +lib/adapters/http.js(253,13): error TS2322: Type 'string' is not assignable to type 'Buffer'. +lib/adapters/http.js(255,15): error TS2322: Type 'string' is not assignable to type 'Buffer'. +lib/adapters/http.js(255,45): error TS2345: Argument of type 'Buffer' is not assignable to parameter of type 'string'. +lib/adapters/http.js(268,40): error TS2345: Argument of type 'null' is not assignable to parameter of type 'string | undefined'. +lib/adapters/http.js(297,42): error TS2345: Argument of type 'null' is not assignable to parameter of type 'string | undefined'. lib/adapters/xhr.js(65,7): error TS2322: Type 'null' is not assignable to type 'XMLHttpRequest'. lib/adapters/xhr.js(77,7): error TS2322: Type 'null' is not assignable to type 'XMLHttpRequest'. lib/adapters/xhr.js(84,51): error TS2345: Argument of type 'null' is not assignable to parameter of type 'string | undefined'. @@ -49,7 +52,7 @@ lib/core/enhanceError.js(38,18): error TS2339: Property 'code' does not exist on lib/core/settle.js(20,7): error TS2345: Argument of type 'null' is not assignable to parameter of type 'string | undefined'. lib/helpers/buildURL.js(22,49): error TS1016: A required parameter cannot follow an optional parameter. lib/helpers/cookies.js(16,56): error TS2551: Property 'toGMTString' does not exist on type 'Date'. Did you mean 'toUTCString'? -lib/utils.js(273,20): error TS8029: JSDoc '@param' tag has name 'obj1', but there is no parameter with that name. It would match 'arguments' if it had an array type. +lib/utils.js(271,20): error TS8029: JSDoc '@param' tag has name 'obj1', but there is no parameter with that name. It would match 'arguments' if it had an array type. diff --git a/tests/baselines/reference/user/bcryptjs.log b/tests/baselines/reference/user/bcryptjs.log index 11e3f3638be44..9f9c929d985c2 100644 --- a/tests/baselines/reference/user/bcryptjs.log +++ b/tests/baselines/reference/user/bcryptjs.log @@ -28,7 +28,7 @@ node_modules/bcryptjs/src/bcrypt/util.js(20,5): error TS2304: Cannot find name ' node_modules/bcryptjs/src/wrap.js(37,26): error TS2304: Cannot find name 'define'. node_modules/bcryptjs/src/wrap.js(37,51): error TS2304: Cannot find name 'define'. node_modules/bcryptjs/src/wrap.js(38,9): error TS2304: Cannot find name 'define'. -node_modules/bcryptjs/src/wrap.js(49,12): error TS2552: Cannot find name 'bcrypt'. Did you mean 'Crypto'? +node_modules/bcryptjs/src/wrap.js(49,12): error TS2552: Cannot find name 'bcrypt'. Did you mean 'crypto'? node_modules/bcryptjs/tests/suite.js(3,23): error TS2307: Cannot find module 'bcrypt' or its corresponding type declarations. diff --git a/tests/baselines/reference/user/chrome-devtools-frontend.log b/tests/baselines/reference/user/chrome-devtools-frontend.log index 615af100290c1..e371b230d8fd5 100644 --- a/tests/baselines/reference/user/chrome-devtools-frontend.log +++ b/tests/baselines/reference/user/chrome-devtools-frontend.log @@ -1,6 +1,6 @@ Exit Code: 2 Standard output: -../../../../built/local/lib.es5.d.ts(1451,11): error TS2300: Duplicate identifier 'ArrayLike'. +../../../../built/local/lib.es5.d.ts(1463,11): error TS2300: Duplicate identifier 'ArrayLike'. node_modules/chrome-devtools-frontend/front_end/Runtime.js(43,8): error TS2339: Property '_importScriptPathPrefix' does not exist on type 'Window & typeof globalThis'. node_modules/chrome-devtools-frontend/front_end/Runtime.js(77,16): error TS7014: Function type, which lacks return-type annotation, implicitly has an 'any' return type. node_modules/chrome-devtools-frontend/front_end/Runtime.js(78,16): error TS7014: Function type, which lacks return-type annotation, implicitly has an 'any' return type. @@ -11,7 +11,7 @@ node_modules/chrome-devtools-frontend/front_end/Runtime.js(270,9): error TS2322: node_modules/chrome-devtools-frontend/front_end/Runtime.js(280,5): error TS2322: Type 'Promise' is not assignable to type 'Promise'. node_modules/chrome-devtools-frontend/front_end/Runtime.js(283,12): error TS2554: Expected 2-3 arguments, but got 1. node_modules/chrome-devtools-frontend/front_end/Runtime.js(525,9): error TS2322: Type 'Window' is not assignable to type 'Window & typeof globalThis'. - Type 'Window' is missing the following properties from type 'typeof globalThis': globalThis, eval, parseInt, parseFloat, and 839 more. + Type 'Window' is missing the following properties from type 'typeof globalThis': globalThis, eval, parseInt, parseFloat, and 838 more. node_modules/chrome-devtools-frontend/front_end/Runtime.js(527,49): error TS2352: Conversion of type 'Window & typeof globalThis' to type 'new () => any' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first. Type 'Window & typeof globalThis' provides no match for the signature 'new (): any'. node_modules/chrome-devtools-frontend/front_end/Runtime.js(539,24): error TS2351: This expression is not constructable. @@ -22,7 +22,7 @@ node_modules/chrome-devtools-frontend/front_end/Runtime.js(705,5): error TS2322: node_modules/chrome-devtools-frontend/front_end/Runtime.js(715,7): error TS2322: Type 'Promise' is not assignable to type 'Promise'. node_modules/chrome-devtools-frontend/front_end/Runtime.js(729,7): error TS2322: Type 'Promise' is not assignable to type 'Promise'. node_modules/chrome-devtools-frontend/front_end/Runtime.js(746,5): error TS2322: Type 'Window | {}' is not assignable to type 'Window'. - Type '{}' is missing the following properties from type 'Window': applicationCache, clientInformation, closed, customElements, and 224 more. + Type '{}' is missing the following properties from type 'Window': applicationCache, clientInformation, closed, customElements, and 226 more. node_modules/chrome-devtools-frontend/front_end/Runtime.js(1083,15): error TS2355: A function whose declared type is neither 'void' nor 'any' must return a value. node_modules/chrome-devtools-frontend/front_end/Runtime.js(1088,15): error TS2355: A function whose declared type is neither 'void' nor 'any' must return a value. node_modules/chrome-devtools-frontend/front_end/Tests.js(203,14): error TS7014: Function type, which lacks return-type annotation, implicitly has an 'any' return type. @@ -593,6 +593,10 @@ node_modules/chrome-devtools-frontend/front_end/audits2/lighthouse/renderer/repo node_modules/chrome-devtools-frontend/front_end/audits2/lighthouse/renderer/report-renderer.js(110,47): error TS2304: Cannot find name 'Util'. node_modules/chrome-devtools-frontend/front_end/audits2/lighthouse/renderer/report-renderer.js(172,8): error TS2339: Property 'ReportRenderer' does not exist on type 'Window & typeof globalThis'. node_modules/chrome-devtools-frontend/front_end/audits2/lighthouse/renderer/report-renderer.js(193,21): error TS2503: Cannot find namespace 'DetailsRenderer'. +node_modules/chrome-devtools-frontend/front_end/audits2/lighthouse/renderer/util.js(75,54): error TS2345: Argument of type '{ month: string; day: string; year: string; hour: string; minute: string; timeZoneName: string; }' is not assignable to parameter of type 'DateTimeFormatOptions'. + Types of property 'year' are incompatible. + Type 'string' is not assignable to type '"numeric" | "2-digit"'. +node_modules/chrome-devtools-frontend/front_end/audits2/lighthouse/renderer/util.js(82,52): error TS2345: Argument of type '{ month: string; day: string; year: string; hour: string; minute: string; timeZoneName: string; }' is not assignable to parameter of type 'DateTimeFormatOptions'. node_modules/chrome-devtools-frontend/front_end/audits2/lighthouse/renderer/util.js(124,5): error TS2739: Type '{}' is missing the following properties from type '{ numPathParts: number; preserveQuery: boolean; preserveHost: boolean; }': numPathParts, preserveQuery, preserveHost node_modules/chrome-devtools-frontend/front_end/audits2_test_runner/Audits2TestRunner.js(53,12): error TS7014: Function type, which lacks return-type annotation, implicitly has an 'any' return type. node_modules/chrome-devtools-frontend/front_end/audits2_test_runner/Audits2TestRunner.js(76,33): error TS2339: Property 'textElement' does not exist on type 'Element'. @@ -1017,6 +1021,10 @@ node_modules/chrome-devtools-frontend/front_end/audits2_worker/lighthouse/lighth node_modules/chrome-devtools-frontend/front_end/audits2_worker/lighthouse/lighthouse-background.js(18584,28): error TS2792: Cannot find module '../web-inspector'. Did you mean to set the 'moduleResolution' option to 'node', or to add aliases to the 'paths' option? node_modules/chrome-devtools-frontend/front_end/audits2_worker/lighthouse/lighthouse-background.js(18840,20): error TS2792: Cannot find module '../report/v2/renderer/util.js'. Did you mean to set the 'moduleResolution' option to 'node', or to add aliases to the 'paths' option? node_modules/chrome-devtools-frontend/front_end/audits2_worker/lighthouse/lighthouse-background.js(19198,56): error TS2339: Property '_onRequestStarted' does not exist on type 'NetworkLog'. +node_modules/chrome-devtools-frontend/front_end/audits2_worker/lighthouse/lighthouse-background.js(19364,47): error TS2345: Argument of type '{ month: string; day: string; year: string; hour: string; minute: string; timeZoneName: string; }' is not assignable to parameter of type 'DateTimeFormatOptions'. + Types of property 'year' are incompatible. + Type 'string' is not assignable to type '"numeric" | "2-digit"'. +node_modules/chrome-devtools-frontend/front_end/audits2_worker/lighthouse/lighthouse-background.js(19371,43): error TS2345: Argument of type '{ month: string; day: string; year: string; hour: string; minute: string; timeZoneName: string; }' is not assignable to parameter of type 'DateTimeFormatOptions'. node_modules/chrome-devtools-frontend/front_end/audits2_worker/lighthouse/lighthouse-background.js(19499,6): error TS2339: Property 'Util' does not exist on type 'Window & typeof globalThis'. node_modules/chrome-devtools-frontend/front_end/audits2_worker/lighthouse/lighthouse-background.js(19512,22): error TS2792: Cannot find module './gather/driver.js'. Did you mean to set the 'moduleResolution' option to 'node', or to add aliases to the 'paths' option? node_modules/chrome-devtools-frontend/front_end/audits2_worker/lighthouse/lighthouse-background.js(19513,28): error TS2792: Cannot find module './gather/gather-runner'. Did you mean to set the 'moduleResolution' option to 'node', or to add aliases to the 'paths' option? @@ -5244,20 +5252,20 @@ node_modules/chrome-devtools-frontend/front_end/dom_extension/DOMExtension.js(27 node_modules/chrome-devtools-frontend/front_end/dom_extension/DOMExtension.js(289,16): error TS2339: Property 'window' does not exist on type 'Node'. node_modules/chrome-devtools-frontend/front_end/dom_extension/DOMExtension.js(293,19): error TS2339: Property 'removeChildren' does not exist on type 'Element'. node_modules/chrome-devtools-frontend/front_end/dom_extension/DOMExtension.js(305,10): error TS2769: No overload matches this call. - Overload 1 of 3, '(tagName: "object" | "link" | "small" | "sub" | "sup" | "track" | "progress" | "a" | "abbr" | "address" | "applet" | "area" | "article" | "aside" | "audio" | "b" | "base" | "basefont" | "bdi" | ... 99 more ... | "wbr", options?: ElementCreationOptions): HTMLElement | ... 70 more ... | HTMLUListElement', gave the following error. - Argument of type 'string' is not assignable to parameter of type '"object" | "link" | "small" | "sub" | "sup" | "track" | "progress" | "a" | "abbr" | "address" | "applet" | "area" | "article" | "aside" | "audio" | "b" | "base" | "basefont" | "bdi" | ... 99 more ... | "wbr"'. - Overload 2 of 3, '(tagName: "listing" | "xmp", options?: ElementCreationOptions): HTMLPreElement', gave the following error. - Argument of type 'string' is not assignable to parameter of type '"listing" | "xmp"'. + Overload 1 of 3, '(tagName: keyof HTMLElementTagNameMap, options?: ElementCreationOptions): HTMLElement | HTMLCanvasElement | ... 69 more ... | HTMLUListElement', gave the following error. + Argument of type 'string' is not assignable to parameter of type 'keyof HTMLElementTagNameMap'. + Overload 2 of 3, '(tagName: keyof HTMLElementDeprecatedTagNameMap, options?: ElementCreationOptions): HTMLPreElement', gave the following error. + Argument of type 'string' is not assignable to parameter of type 'keyof HTMLElementDeprecatedTagNameMap'. Overload 3 of 3, '(tagName: string, options?: ElementCreationOptions): HTMLElement', gave the following error. Type 'string' has no properties in common with type 'ElementCreationOptions'. node_modules/chrome-devtools-frontend/front_end/dom_extension/DOMExtension.js(314,34): error TS2345: Argument of type 'string | number' is not assignable to parameter of type 'string'. Type 'number' is not assignable to type 'string'. node_modules/chrome-devtools-frontend/front_end/dom_extension/DOMExtension.js(323,20): error TS2339: Property 'createElementWithClass' does not exist on type 'Document'. node_modules/chrome-devtools-frontend/front_end/dom_extension/DOMExtension.js(324,17): error TS2769: No overload matches this call. - Overload 1 of 3, '(tagName: "object" | "link" | "small" | "sub" | "sup" | "track" | "progress" | "a" | "abbr" | "address" | "applet" | "area" | "article" | "aside" | "audio" | "b" | "base" | "basefont" | "bdi" | ... 99 more ... | "wbr", options?: ElementCreationOptions): HTMLElement | ... 70 more ... | HTMLUListElement', gave the following error. - Argument of type 'string' is not assignable to parameter of type '"object" | "link" | "small" | "sub" | "sup" | "track" | "progress" | "a" | "abbr" | "address" | "applet" | "area" | "article" | "aside" | "audio" | "b" | "base" | "basefont" | "bdi" | ... 99 more ... | "wbr"'. - Overload 2 of 3, '(tagName: "listing" | "xmp", options?: ElementCreationOptions): HTMLPreElement', gave the following error. - Argument of type 'string' is not assignable to parameter of type '"listing" | "xmp"'. + Overload 1 of 3, '(tagName: keyof HTMLElementTagNameMap, options?: ElementCreationOptions): HTMLElement | HTMLCanvasElement | ... 69 more ... | HTMLUListElement', gave the following error. + Argument of type 'string' is not assignable to parameter of type 'keyof HTMLElementTagNameMap'. + Overload 2 of 3, '(tagName: keyof HTMLElementDeprecatedTagNameMap, options?: ElementCreationOptions): HTMLPreElement', gave the following error. + Argument of type 'string' is not assignable to parameter of type 'keyof HTMLElementDeprecatedTagNameMap'. Overload 3 of 3, '(tagName: string, options?: ElementCreationOptions): HTMLElement', gave the following error. Type 'string' has no properties in common with type 'ElementCreationOptions'. node_modules/chrome-devtools-frontend/front_end/dom_extension/DOMExtension.js(338,19): error TS2339: Property 'createElementWithClass' does not exist on type 'Document'. @@ -5619,7 +5627,7 @@ node_modules/chrome-devtools-frontend/front_end/elements/ElementsTreeOutline.js( node_modules/chrome-devtools-frontend/front_end/elements/ElementsTreeOutline.js(755,33): error TS2339: Property 'enclosingNodeOrSelfWithClass' does not exist on type 'EventTarget'. node_modules/chrome-devtools-frontend/front_end/elements/ElementsTreeOutline.js(758,36): error TS2339: Property 'enclosingNodeOrSelfWithClass' does not exist on type 'EventTarget'. node_modules/chrome-devtools-frontend/front_end/elements/ElementsTreeOutline.js(813,22): error TS2339: Property 'index' does not exist on type 'DOMNode'. -node_modules/chrome-devtools-frontend/front_end/elements/ElementsTreeOutline.js(920,9): error TS2740: Type 'Node & ParentNode' is missing the following properties from type 'Element': assignedSlot, attributes, classList, className, and 64 more. +node_modules/chrome-devtools-frontend/front_end/elements/ElementsTreeOutline.js(920,9): error TS2740: Type 'Node & ParentNode' is missing the following properties from type 'Element': attributes, classList, className, clientHeight, and 64 more. node_modules/chrome-devtools-frontend/front_end/elements/ElementsTreeOutline.js(930,13): error TS2339: Property 'type' does not exist on type 'Element'. node_modules/chrome-devtools-frontend/front_end/elements/ElementsTreeOutline.js(1106,44): error TS2339: Property 'keysArray' does not exist on type 'Map'. node_modules/chrome-devtools-frontend/front_end/elements/ElementsTreeOutline.js(1110,89): error TS2339: Property 'scrollTop' does not exist on type 'Node & ParentNode'. @@ -5774,7 +5782,7 @@ node_modules/chrome-devtools-frontend/front_end/elements/StylesSidebarPane.js(10 node_modules/chrome-devtools-frontend/front_end/elements/StylesSidebarPane.js(1056,29): error TS2339: Property '_section' does not exist on type 'ChildNode'. node_modules/chrome-devtools-frontend/front_end/elements/StylesSidebarPane.js(1073,24): error TS2339: Property '_section' does not exist on type 'ChildNode'. node_modules/chrome-devtools-frontend/front_end/elements/StylesSidebarPane.js(1074,29): error TS2339: Property '_section' does not exist on type 'ChildNode'. -node_modules/chrome-devtools-frontend/front_end/elements/StylesSidebarPane.js(1087,7): error TS2740: Type 'ChildNode' is missing the following properties from type 'Element': assignedSlot, attributes, classList, className, and 68 more. +node_modules/chrome-devtools-frontend/front_end/elements/StylesSidebarPane.js(1087,7): error TS2740: Type 'ChildNode' is missing the following properties from type 'Element': attributes, classList, className, clientHeight, and 68 more. node_modules/chrome-devtools-frontend/front_end/elements/StylesSidebarPane.js(1088,38): error TS2339: Property '_section' does not exist on type 'Element'. node_modules/chrome-devtools-frontend/front_end/elements/StylesSidebarPane.js(1090,36): error TS2339: Property '_section' does not exist on type 'Element'. node_modules/chrome-devtools-frontend/front_end/elements/StylesSidebarPane.js(1099,7): error TS2322: Type 'ChildNode' is not assignable to type 'Element'. @@ -6084,8 +6092,6 @@ node_modules/chrome-devtools-frontend/front_end/event_listeners/EventListenersUt node_modules/chrome-devtools-frontend/front_end/event_listeners/EventListenersUtils.js(295,16): error TS2339: Property 'devtoolsFrameworkEventListeners' does not exist on type 'Window & typeof globalThis'. node_modules/chrome-devtools-frontend/front_end/event_listeners/EventListenersUtils.js(295,68): error TS2339: Property 'devtoolsFrameworkEventListeners' does not exist on type 'Window & typeof globalThis'. node_modules/chrome-devtools-frontend/front_end/event_listeners/EventListenersUtils.js(296,41): error TS2339: Property 'devtoolsFrameworkEventListeners' does not exist on type 'Window & typeof globalThis'. -node_modules/chrome-devtools-frontend/front_end/event_listeners/EventListenersUtils.js(306,66): error TS2349: This expression is not callable. - Each member of the union type '((callbackfn: (value: any, index: number, array: any[]) => U, thisArg?: any) => U[]) | ((callbackfn: (value: { handler: any; useCapture: boolean; passive: boolean; once: boolean; type: string; }, index: number, array: { ...; }[]) => U, thisArg?: any) => U[])' has signatures, but none of those signatures are compatible with each other. node_modules/chrome-devtools-frontend/front_end/event_listeners/EventListenersUtils.js(324,5): error TS2741: Property 'internalHandlers' is missing in type '{ eventListeners: any[]; }' but required in type '{ eventListeners: EventListenerObjectInInspectedPage[]; internalHandlers: (() => any)[]; }'. node_modules/chrome-devtools-frontend/front_end/event_listeners/EventListenersUtils.js(371,103): error TS2322: Type '{ type: any; useCapture: any; passive: any; once: any; handler: any; remove: any; }' is not assignable to type 'EventListenerObjectInInspectedPage'. Object literal may only specify known properties, and 'remove' does not exist in type 'EventListenerObjectInInspectedPage'. @@ -6240,6 +6246,7 @@ node_modules/chrome-devtools-frontend/front_end/externs.js(803,13): error TS2355 node_modules/chrome-devtools-frontend/front_end/externs.js(805,9): error TS2339: Property 'prototype' does not exist on type 'typeof Console'. node_modules/chrome-devtools-frontend/front_end/externs.js(811,13): error TS2355: A function whose declared type is neither 'void' nor 'any' must return a value. node_modules/chrome-devtools-frontend/front_end/externs.js(817,12): error TS7014: Function type, which lacks return-type annotation, implicitly has an 'any' return type. +node_modules/chrome-devtools-frontend/front_end/externs.js(819,5): error TS2403: Subsequent variable declarations must have the same type. Variable 'ResizeObserver' must be of type '{ new (callback: ResizeObserverCallback): ResizeObserver; prototype: ResizeObserver; }', but here has type 'typeof ResizeObserver'. node_modules/chrome-devtools-frontend/front_end/formatter/FormatterWorkerPool.js(28,40): error TS2339: Property 'keysArray' does not exist on type 'Map'. node_modules/chrome-devtools-frontend/front_end/formatter/FormatterWorkerPool.js(74,14): error TS7014: Function type, which lacks return-type annotation, implicitly has an 'any' return type. node_modules/chrome-devtools-frontend/front_end/formatter/FormatterWorkerPool.js(162,14): error TS7014: Function type, which lacks return-type annotation, implicitly has an 'any' return type. @@ -11233,7 +11240,7 @@ node_modules/chrome-devtools-frontend/front_end/timeline/TimelineUIUtils.js(1595 node_modules/chrome-devtools-frontend/front_end/timeline/TimelineUIUtils.js(1609,18): error TS2339: Property 'preciseMillisToString' does not exist on type 'NumberConstructor'. node_modules/chrome-devtools-frontend/front_end/timeline/TimelineUIUtils.js(1652,69): error TS2339: Property 'millisToString' does not exist on type 'NumberConstructor'. node_modules/chrome-devtools-frontend/front_end/timeline/TimelineUIUtils.js(1657,64): error TS2345: Argument of type 'new (width?: number, height?: number) => HTMLImageElement' is not assignable to parameter of type 'Node'. -node_modules/chrome-devtools-frontend/front_end/timeline/TimelineUIUtils.js(1675,5): error TS2740: Type 'DocumentFragment' is missing the following properties from type 'Element': assignedSlot, attributes, classList, className, and 64 more. +node_modules/chrome-devtools-frontend/front_end/timeline/TimelineUIUtils.js(1675,5): error TS2740: Type 'DocumentFragment' is missing the following properties from type 'Element': attributes, classList, className, clientHeight, and 64 more. node_modules/chrome-devtools-frontend/front_end/timeline/TimelineUIUtils.js(1684,30): error TS2339: Property 'millisToString' does not exist on type 'NumberConstructor'. node_modules/chrome-devtools-frontend/front_end/timeline/TimelineUIUtils.js(1685,16): error TS2339: Property 'millisToString' does not exist on type 'NumberConstructor'. node_modules/chrome-devtools-frontend/front_end/timeline/TimelineUIUtils.js(1687,13): error TS2339: Property 'createTextChild' does not exist on type 'Element'. @@ -12242,6 +12249,9 @@ node_modules/chrome-devtools-frontend/front_end/ui/XWidget.js(26,17): error TS70 node_modules/chrome-devtools-frontend/front_end/ui/XWidget.js(28,17): error TS7014: Function type, which lacks return-type annotation, implicitly has an 'any' return type. node_modules/chrome-devtools-frontend/front_end/ui/XWidget.js(31,21): error TS2339: Property '_observer' does not exist on type 'typeof XWidget'. node_modules/chrome-devtools-frontend/front_end/ui/XWidget.js(32,18): error TS2339: Property '_observer' does not exist on type 'typeof XWidget'. +node_modules/chrome-devtools-frontend/front_end/ui/XWidget.js(34,28): error TS2339: Property '_visible' does not exist on type 'Element'. +node_modules/chrome-devtools-frontend/front_end/ui/XWidget.js(34,53): error TS2339: Property '_onResizedCallback' does not exist on type 'Element'. +node_modules/chrome-devtools-frontend/front_end/ui/XWidget.js(35,26): error TS2339: Property '_onResizedCallback' does not exist on type 'Element'. node_modules/chrome-devtools-frontend/front_end/ui/XWidget.js(39,16): error TS2339: Property '_observer' does not exist on type 'typeof XWidget'. node_modules/chrome-devtools-frontend/front_end/ui/XWidget.js(48,25): error TS2339: Property 'parentNodeOrShadowHost' does not exist on type 'Node'. node_modules/chrome-devtools-frontend/front_end/ui/XWidget.js(56,19): error TS2339: Property 'parentNodeOrShadowHost' does not exist on type 'Node'. @@ -12249,8 +12259,8 @@ node_modules/chrome-devtools-frontend/front_end/ui/XWidget.js(75,15): error TS70 node_modules/chrome-devtools-frontend/front_end/ui/XWidget.js(82,15): error TS7014: Function type, which lacks return-type annotation, implicitly has an 'any' return type. node_modules/chrome-devtools-frontend/front_end/ui/XWidget.js(89,15): error TS7014: Function type, which lacks return-type annotation, implicitly has an 'any' return type. node_modules/chrome-devtools-frontend/front_end/ui/XWidget.js(100,7): error TS2769: No overload matches this call. - Overload 1 of 2, '(type: "fullscreenchange" | "fullscreenerror", listener: (this: Element, ev: Event) => any, options?: boolean | EventListenerOptions): void', gave the following error. - Argument of type '"scroll"' is not assignable to parameter of type '"fullscreenchange" | "fullscreenerror"'. + Overload 1 of 2, '(type: keyof ElementEventMap, listener: (this: Element, ev: Event) => any, options?: boolean | EventListenerOptions): void', gave the following error. + Argument of type '"scroll"' is not assignable to parameter of type 'keyof ElementEventMap'. Overload 2 of 2, '(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void', gave the following error. Argument of type '{ passive: boolean; capture: false; }' is not assignable to parameter of type 'boolean | EventListenerOptions'. Object literal may only specify known properties, and 'passive' does not exist in type 'EventListenerOptions'. diff --git a/tests/baselines/reference/user/debug.log b/tests/baselines/reference/user/debug.log index c219a41f1acd3..c6383f455c42a 100644 --- a/tests/baselines/reference/user/debug.log +++ b/tests/baselines/reference/user/debug.log @@ -1,48 +1,5 @@ Exit Code: 2 Standard output: -node_modules/debug/dist/debug.js(3,100): error TS2539: Cannot assign to '_typeof' because it is not a variable. -node_modules/debug/dist/debug.js(3,165): error TS2539: Cannot assign to '_typeof' because it is not a variable. -node_modules/debug/dist/debug.js(8,21): error TS2304: Cannot find name 'define'. -node_modules/debug/dist/debug.js(8,46): error TS2304: Cannot find name 'define'. -node_modules/debug/dist/debug.js(9,5): error TS2304: Cannot find name 'define'. -node_modules/debug/dist/debug.js(33,38): error TS2554: Expected 1 arguments, but got 2. -node_modules/debug/dist/debug.js(34,32): error TS2554: Expected 1 arguments, but got 2. -node_modules/debug/dist/debug.js(36,21): error TS2339: Property 'code' does not exist on type 'Error'. -node_modules/debug/dist/debug.js(89,38): error TS2339: Property 'length' does not exist on type 'string | number'. - Property 'length' does not exist on type 'number'. -node_modules/debug/dist/debug.js(90,24): error TS2345: Argument of type 'string | number' is not assignable to parameter of type 'string'. - Type 'number' is not assignable to type 'string'. -node_modules/debug/dist/debug.js(91,47): error TS2345: Argument of type 'string | number' is not assignable to parameter of type 'number'. - Type 'string' is not assignable to type 'number'. -node_modules/debug/dist/debug.js(92,41): error TS2345: Argument of type 'string | number' is not assignable to parameter of type 'number'. - Type 'string' is not assignable to type 'number'. -node_modules/debug/dist/debug.js(92,57): error TS2345: Argument of type 'string | number' is not assignable to parameter of type 'number'. - Type 'string' is not assignable to type 'number'. -node_modules/debug/dist/debug.js(110,11): error TS2322: Type 'undefined' is not assignable to type 'number'. -node_modules/debug/dist/debug.js(116,11): error TS2322: Type 'undefined' is not assignable to type 'number'. -node_modules/debug/dist/debug.js(169,13): error TS2322: Type 'undefined' is not assignable to type 'number'. -node_modules/debug/dist/debug.js(501,30): error TS2339: Property 'colors' does not exist on type '{ (namespace: string): Function; debug: ...; default: ...; coerce: (val: any) => any; disable: () => void; enable: (namespaces: string) => void; enabled: (name: string) => boolean; humanize: any; ... 4 more ...; selectColor: (namespace: string) => string | number; }'. -node_modules/debug/dist/debug.js(501,66): error TS2339: Property 'colors' does not exist on type '{ (namespace: string): Function; debug: ...; default: ...; coerce: (val: any) => any; disable: () => void; enable: (namespaces: string) => void; enabled: (name: string) => boolean; humanize: any; ... 4 more ...; selectColor: (namespace: string) => string | number; }'. -node_modules/debug/dist/debug.js(530,18): error TS2339: Property 'diff' does not exist on type '{ (...args: any[]): void; namespace: string; enabled: boolean; useColors: any; color: string | number; destroy: () => boolean; extend: (namespace: any, delimiter: any) => Function; }'. -node_modules/debug/dist/debug.js(531,18): error TS2339: Property 'prev' does not exist on type '{ (...args: any[]): void; namespace: string; enabled: boolean; useColors: any; color: string | number; destroy: () => boolean; extend: (namespace: any, delimiter: any) => Function; }'. -node_modules/debug/dist/debug.js(532,18): error TS2339: Property 'curr' does not exist on type '{ (...args: any[]): void; namespace: string; enabled: boolean; useColors: any; color: string | number; destroy: () => boolean; extend: (namespace: any, delimiter: any) => Function; }'. -node_modules/debug/dist/debug.js(563,25): error TS2551: Property 'formatArgs' does not exist on type '{ (namespace: string): Function; debug: ...; default: ...; coerce: (val: any) => any; disable: () => void; enable: (namespaces: string) => void; enabled: (name: string) => boolean; humanize: any; ... 4 more ...; selectColor: (namespace: string) => string | number; }'. Did you mean 'formatters'? -node_modules/debug/dist/debug.js(564,30): error TS2339: Property 'log' does not exist on type '{ (...args: any[]): void; namespace: string; enabled: boolean; useColors: any; color: string | number; destroy: () => boolean; extend: (namespace: any, delimiter: any) => Function; }'. -node_modules/debug/dist/debug.js(564,49): error TS2339: Property 'log' does not exist on type '{ (namespace: string): Function; debug: ...; default: ...; coerce: (val: any) => any; disable: () => void; enable: (namespaces: string) => void; enabled: (name: string) => boolean; humanize: any; ... 4 more ...; selectColor: (namespace: string) => string | number; }'. -node_modules/debug/dist/debug.js(570,41): error TS2339: Property 'useColors' does not exist on type '{ (namespace: string): Function; debug: ...; default: ...; coerce: (val: any) => any; disable: () => void; enable: (namespaces: string) => void; enabled: (name: string) => boolean; humanize: any; ... 4 more ...; selectColor: (namespace: string) => string | number; }'. -node_modules/debug/dist/debug.js(577,34): error TS2339: Property 'init' does not exist on type '{ (namespace: string): Function; debug: ...; default: ...; coerce: (val: any) => any; disable: () => void; enable: (namespaces: string) => void; enabled: (name: string) => boolean; humanize: any; ... 4 more ...; selectColor: (namespace: string) => string | number; }'. -node_modules/debug/dist/debug.js(578,25): error TS2339: Property 'init' does not exist on type '{ (namespace: string): Function; debug: ...; default: ...; coerce: (val: any) => any; disable: () => void; enable: (namespaces: string) => void; enabled: (name: string) => boolean; humanize: any; ... 4 more ...; selectColor: (namespace: string) => string | number; }'. -node_modules/debug/dist/debug.js(609,23): error TS2339: Property 'save' does not exist on type '{ (namespace: string): Function; debug: ...; default: ...; coerce: (val: any) => any; disable: () => void; enable: (namespaces: string) => void; enabled: (name: string) => boolean; humanize: any; ... 4 more ...; selectColor: (namespace: string) => string | number; }'. -node_modules/debug/dist/debug.js(680,19): error TS2304: Cannot find name 'Mixed'. -node_modules/debug/dist/debug.js(681,20): error TS2304: Cannot find name 'Mixed'. -node_modules/debug/dist/debug.js(694,40): error TS2339: Property 'load' does not exist on type '{ (namespace: string): Function; debug: ...; default: ...; coerce: (val: any) => any; disable: () => void; enable: (namespaces: string) => void; enabled: (name: string) => boolean; humanize: any; ... 4 more ...; selectColor: (namespace: string) => string | number; }'. -node_modules/debug/dist/debug.js(733,82): error TS2339: Property 'type' does not exist on type 'Process'. -node_modules/debug/dist/debug.js(733,120): error TS2339: Property '__nwjs' does not exist on type 'Process'. -node_modules/debug/dist/debug.js(744,146): error TS2551: Property 'WebkitAppearance' does not exist on type 'CSSStyleDeclaration'. Did you mean 'webkitAppearance'? -node_modules/debug/dist/debug.js(745,78): error TS2339: Property 'firebug' does not exist on type 'Console'. -node_modules/debug/dist/debug.js(745,89): error TS2774: This condition will always return true since the function is always defined. Did you mean to call it instead? -node_modules/debug/dist/debug.js(799,156): error TS2345: Argument of type 'IArguments' is not assignable to parameter of type '[message?: any, ...optionalParams: any[]]'. -node_modules/debug/dist/debug.js(851,21): error TS2304: Cannot find name 'LocalStorage'. node_modules/debug/src/browser.js(3,100): error TS2539: Cannot assign to '_typeof' because it is not a variable. node_modules/debug/src/browser.js(3,165): error TS2539: Cannot assign to '_typeof' because it is not a variable. node_modules/debug/src/browser.js(34,74): error TS2339: Property 'type' does not exist on type 'Process'. @@ -80,7 +37,7 @@ node_modules/debug/src/node.js(55,48): error TS2345: Argument of type 'string | node_modules/debug/src/node.js(56,5): error TS2322: Type 'false' is not assignable to type 'string | undefined'. node_modules/debug/src/node.js(58,5): error TS2322: Type 'null' is not assignable to type 'string | undefined'. node_modules/debug/src/node.js(60,5): error TS2322: Type 'number' is not assignable to type 'string | undefined'. -node_modules/debug/src/node.js(108,55): error TS2345: Argument of type 'IArguments' is not assignable to parameter of type '[format: any, ...param: any[]]'. +node_modules/debug/src/node.js(108,55): error TS2345: Argument of type 'IArguments' is not assignable to parameter of type '[format?: any, ...param: any[]]'. node_modules/debug/src/node.js(136,3): error TS2322: Type 'string | undefined' is not assignable to type 'string'. Type 'undefined' is not assignable to type 'string'. diff --git a/tests/baselines/reference/user/discord.js.log b/tests/baselines/reference/user/discord.js.log index 0189878cdff4e..53e46907c28d5 100644 --- a/tests/baselines/reference/user/discord.js.log +++ b/tests/baselines/reference/user/discord.js.log @@ -11,12 +11,12 @@ node_modules/discord.js/typings/index.d.ts(133,43): error TS2694: Namespace 'Nod node_modules/discord.js/typings/index.d.ts(135,93): error TS2694: Namespace 'NodeJS' has no exported member 'Timeout'. node_modules/discord.js/typings/index.d.ts(136,92): error TS2694: Namespace 'NodeJS' has no exported member 'Timeout'. node_modules/discord.js/typings/index.d.ts(137,79): error TS2694: Namespace 'NodeJS' has no exported member 'Immediate'. -node_modules/discord.js/typings/index.d.ts(282,30): error TS2694: Namespace 'NodeJS' has no exported member 'Timeout'. -node_modules/discord.js/typings/index.d.ts(283,34): error TS2694: Namespace 'NodeJS' has no exported member 'Timeout'. -node_modules/discord.js/typings/index.d.ts(1819,103): error TS2694: Namespace 'NodeJS' has no exported member 'Timeout'. -node_modules/discord.js/typings/index.d.ts(1821,34): error TS2694: Namespace 'NodeJS' has no exported member 'Timeout'. -node_modules/discord.js/typings/index.d.ts(1824,34): error TS2694: Namespace 'NodeJS' has no exported member 'Timeout'. -node_modules/discord.js/typings/index.d.ts(3145,21): error TS2694: Namespace 'NodeJS' has no exported member 'Timeout'. +node_modules/discord.js/typings/index.d.ts(283,30): error TS2694: Namespace 'NodeJS' has no exported member 'Timeout'. +node_modules/discord.js/typings/index.d.ts(284,34): error TS2694: Namespace 'NodeJS' has no exported member 'Timeout'. +node_modules/discord.js/typings/index.d.ts(1805,103): error TS2694: Namespace 'NodeJS' has no exported member 'Timeout'. +node_modules/discord.js/typings/index.d.ts(1807,34): error TS2694: Namespace 'NodeJS' has no exported member 'Timeout'. +node_modules/discord.js/typings/index.d.ts(1810,34): error TS2694: Namespace 'NodeJS' has no exported member 'Timeout'. +node_modules/discord.js/typings/index.d.ts(3155,21): error TS2694: Namespace 'NodeJS' has no exported member 'Timeout'. diff --git a/tests/baselines/reference/user/enhanced-resolve.log b/tests/baselines/reference/user/enhanced-resolve.log index 780485538801a..b75f62638f53e 100644 --- a/tests/baselines/reference/user/enhanced-resolve.log +++ b/tests/baselines/reference/user/enhanced-resolve.log @@ -18,14 +18,12 @@ node_modules/enhanced-resolve/lib/CachedInputFileSystem.js(143,18): error TS2769 Type 'null' is not assignable to type 'Timeout'. Overload 2 of 2, '(handle?: number | undefined): void', gave the following error. Argument of type 'Timeout | null' is not assignable to parameter of type 'number | undefined'. - Type 'null' is not assignable to type 'number | undefined'. node_modules/enhanced-resolve/lib/CachedInputFileSystem.js(162,18): error TS2769: No overload matches this call. Overload 1 of 2, '(intervalId: Timeout): void', gave the following error. Argument of type 'Timeout | null' is not assignable to parameter of type 'Timeout'. Type 'null' is not assignable to type 'Timeout'. Overload 2 of 2, '(handle?: number | undefined): void', gave the following error. Argument of type 'Timeout | null' is not assignable to parameter of type 'number | undefined'. - Type 'null' is not assignable to type 'number | undefined'. node_modules/enhanced-resolve/lib/CachedInputFileSystem.js(192,20): error TS2322: Type 'null' is not assignable to type '(path: any, callback: any) => void'. node_modules/enhanced-resolve/lib/CachedInputFileSystem.js(197,24): error TS2322: Type 'null' is not assignable to type '(path: any) => any'. node_modules/enhanced-resolve/lib/CachedInputFileSystem.js(202,23): error TS2322: Type 'null' is not assignable to type '(path: any, callback: any) => void'. diff --git a/tests/baselines/reference/user/follow-redirects.log b/tests/baselines/reference/user/follow-redirects.log index 27e1be3cf166b..8f7b8f82e0909 100644 --- a/tests/baselines/reference/user/follow-redirects.log +++ b/tests/baselines/reference/user/follow-redirects.log @@ -20,7 +20,7 @@ node_modules/follow-redirects/index.js(360,14): error TS2339: Property 'emit' do node_modules/follow-redirects/index.js(372,13): error TS2339: Property 'cause' does not exist on type 'CustomError'. node_modules/follow-redirects/index.js(373,12): error TS2339: Property 'emit' does not exist on type 'RedirectableRequest'. node_modules/follow-redirects/index.js(380,10): error TS2339: Property 'emit' does not exist on type 'RedirectableRequest'. -node_modules/follow-redirects/index.js(492,25): error TS2339: Property 'code' does not exist on type 'Error'. +node_modules/follow-redirects/index.js(498,25): error TS2339: Property 'code' does not exist on type 'Error'. diff --git a/tests/baselines/reference/user/formik.log b/tests/baselines/reference/user/formik.log deleted file mode 100644 index 3025734fc91d2..0000000000000 --- a/tests/baselines/reference/user/formik.log +++ /dev/null @@ -1,13 +0,0 @@ -Exit Code: 2 -Standard output: -node_modules/formik/dist/Formik.d.ts(1,22): error TS6053: File '../../../tests/cases/user/formik/node_modules/formik/dist/types/index.d.ts' not found. -node_modules/formik/dist/Formik.d.ts(23,96): error TS7016: Could not find a declaration file for module 'scheduler'. '../../../tests/cases/user/formik/node_modules/scheduler/index.js' implicitly has an 'any' type. - Try `npm i --save-dev @types/scheduler` if it exists or add a new declaration (.d.ts) file containing `declare module 'scheduler';` -node_modules/formik/dist/Formik.d.ts(27,98): error TS7016: Could not find a declaration file for module 'scheduler'. '../../../tests/cases/user/formik/node_modules/scheduler/index.js' implicitly has an 'any' type. - Try `npm i --save-dev @types/scheduler` if it exists or add a new declaration (.d.ts) file containing `declare module 'scheduler';` -node_modules/formik/dist/Formik.d.ts(28,103): error TS7016: Could not find a declaration file for module 'scheduler'. '../../../tests/cases/user/formik/node_modules/scheduler/index.js' implicitly has an 'any' type. - Try `npm i --save-dev @types/scheduler` if it exists or add a new declaration (.d.ts) file containing `declare module 'scheduler';` - - - -Standard error: diff --git a/tests/baselines/reference/user/fp-ts.log b/tests/baselines/reference/user/fp-ts.log new file mode 100644 index 0000000000000..2da48077db7b6 --- /dev/null +++ b/tests/baselines/reference/user/fp-ts.log @@ -0,0 +1,10 @@ +Exit Code: 2 +Standard output: +test/Either.ts(244,33): error TS2345: Argument of type 'Either' is not assignable to parameter of type 'Either<`invalid color ${string}`, string>'. + Type 'Left' is not assignable to type 'Either<`invalid color ${string}`, string>'. + Type 'Left' is not assignable to type 'Left<`invalid color ${string}`>'. + Type 'string' is not assignable to type '`invalid color ${string}`'. + + + +Standard error: diff --git a/tests/baselines/reference/user/graceful-fs.log b/tests/baselines/reference/user/graceful-fs.log index a6c9696259878..68089e941289f 100644 --- a/tests/baselines/reference/user/graceful-fs.log +++ b/tests/baselines/reference/user/graceful-fs.log @@ -5,7 +5,7 @@ node_modules/graceful-fs/clone.js(15,38): error TS2345: Argument of type 'Proper Type 'undefined' is not assignable to type 'PropertyDescriptor & ThisType'. Type 'undefined' is not assignable to type 'PropertyDescriptor'. node_modules/graceful-fs/graceful-fs.js(34,3): error TS2322: Type '(msg: string, ...param: any[]) => void' is not assignable to type '() => void'. -node_modules/graceful-fs/graceful-fs.js(37,37): error TS2345: Argument of type 'IArguments' is not assignable to parameter of type '[format: any, ...param: any[]]'. +node_modules/graceful-fs/graceful-fs.js(37,37): error TS2345: Argument of type 'IArguments' is not assignable to parameter of type '[format?: any, ...param: any[]]'. node_modules/graceful-fs/graceful-fs.js(52,3): error TS2741: Property '__promisify__' is missing in type '(fd: any, cb: any) => void' but required in type 'typeof close'. node_modules/graceful-fs/graceful-fs.js(74,30): error TS2345: Argument of type 'IArguments' is not assignable to parameter of type '[fd: number]'. node_modules/graceful-fs/graceful-fs.js(86,13): error TS2554: Expected 0 arguments, but got 1. diff --git a/tests/baselines/reference/user/lodash.log b/tests/baselines/reference/user/lodash.log index aa74e2a00fa29..6dbbada2d9ae2 100644 --- a/tests/baselines/reference/user/lodash.log +++ b/tests/baselines/reference/user/lodash.log @@ -53,8 +53,8 @@ node_modules/lodash/_baseFlatten.js(24,22): error TS2349: This expression is not node_modules/lodash/_baseFlatten.js(24,22): error TS2532: Object is possibly 'undefined'. node_modules/lodash/_baseFlatten.js(24,22): error TS2722: Cannot invoke an object which is possibly 'undefined'. node_modules/lodash/_baseHas.js(15,26): error TS1016: A required parameter cannot follow an optional parameter. -node_modules/lodash/_baseHas.js(16,56): error TS2345: Argument of type 'string | any[]' is not assignable to parameter of type 'string | number | symbol'. - Type 'any[]' is not assignable to type 'string | number | symbol'. +node_modules/lodash/_baseHas.js(16,56): error TS2345: Argument of type 'string | any[]' is not assignable to parameter of type 'PropertyKey'. + Type 'any[]' is not assignable to type 'PropertyKey'. Type 'any[]' is not assignable to type 'string'. node_modules/lodash/_baseHasIn.js(9,28): error TS1016: A required parameter cannot follow an optional parameter. node_modules/lodash/_baseHasIn.js(10,28): error TS2360: The left-hand side of an 'in' expression must be of type 'any', 'string', 'number', or 'symbol'. @@ -125,7 +125,7 @@ node_modules/lodash/_createFlow.js(56,13): error TS2454: Variable 'wrapper' is u node_modules/lodash/_createFlow.js(57,13): error TS2454: Variable 'wrapper' is used before being assigned. node_modules/lodash/_createFlow.js(57,21): error TS2339: Property 'thru' does not exist on type 'LodashWrapper'. node_modules/lodash/_createFlow.js(65,24): error TS2339: Property 'plant' does not exist on type 'LodashWrapper'. -node_modules/lodash/_createHybrid.js(44,49): error TS2345: Argument of type 'TimerHandler' is not assignable to parameter of type 'Function'. +node_modules/lodash/_createHybrid.js(44,49): error TS2345: Argument of type 'string | Function' is not assignable to parameter of type 'Function'. Type 'string' is not assignable to type 'Function'. node_modules/lodash/_createHybrid.js(59,42): error TS2345: Argument of type 'any[] | undefined' is not assignable to parameter of type 'any[]'. Type 'undefined' is not assignable to type 'any[]'. @@ -133,7 +133,7 @@ node_modules/lodash/_createHybrid.js(62,52): error TS2345: Argument of type 'any Type 'undefined' is not assignable to type 'any[]'. node_modules/lodash/_createHybrid.js(64,15): error TS2454: Variable 'holdersCount' is used before being assigned. node_modules/lodash/_createHybrid.js(65,31): error TS2532: Object is possibly 'undefined'. -node_modules/lodash/_createHybrid.js(68,9): error TS2345: Argument of type 'TimerHandler' is not assignable to parameter of type 'Function'. +node_modules/lodash/_createHybrid.js(68,9): error TS2345: Argument of type 'string | Function' is not assignable to parameter of type 'Function'. Type 'string' is not assignable to type 'Function'. node_modules/lodash/_createHybrid.js(68,46): error TS2339: Property 'placeholder' does not exist on type '(...args: any[]) => any'. node_modules/lodash/_createHybrid.js(69,40): error TS2532: Object is possibly 'undefined'. @@ -141,16 +141,16 @@ node_modules/lodash/_createHybrid.js(73,38): error TS2538: Type 'Function' canno node_modules/lodash/_createHybrid.js(81,18): error TS2532: Object is possibly 'undefined'. node_modules/lodash/_createHybrid.js(82,7): error TS2322: Type 'number | undefined' is not assignable to type 'number'. Type 'undefined' is not assignable to type 'number'. -node_modules/lodash/_createWrap.js(94,29): error TS2345: Argument of type 'TimerHandler' is not assignable to parameter of type 'Function'. +node_modules/lodash/_createWrap.js(94,29): error TS2345: Argument of type 'string | Function' is not assignable to parameter of type 'Function'. Type 'string' is not assignable to type 'Function'. -node_modules/lodash/_createWrap.js(96,26): error TS2345: Argument of type 'TimerHandler' is not assignable to parameter of type 'Function'. +node_modules/lodash/_createWrap.js(96,26): error TS2345: Argument of type 'string | Function' is not assignable to parameter of type 'Function'. Type 'string' is not assignable to type 'Function'. node_modules/lodash/_createWrap.js(97,100): error TS2532: Object is possibly 'undefined'. -node_modules/lodash/_createWrap.js(98,28): error TS2345: Argument of type 'TimerHandler' is not assignable to parameter of type 'Function'. +node_modules/lodash/_createWrap.js(98,28): error TS2345: Argument of type 'string | Function' is not assignable to parameter of type 'Function'. Type 'string' is not assignable to type 'Function'. -node_modules/lodash/_createWrap.js(100,44): error TS2345: Argument of type 'any[]' is not assignable to parameter of type '[func: TimerHandler, bitmask: number, thisArg?: any, partials?: any[] | undefined, holders?: any[] | undefined, partialsRight?: any[] | undefined, holdersRight?: any[] | undefined, argPos?: any[] | undefined, ary?: number | undefined, arity?: number | undefined]'. +node_modules/lodash/_createWrap.js(100,44): error TS2345: Argument of type 'any[]' is not assignable to parameter of type '[func: string | Function, bitmask: number, thisArg?: any, partials?: any[] | undefined, holders?: any[] | undefined, partialsRight?: any[] | undefined, holdersRight?: any[] | undefined, argPos?: any[] | undefined, ary?: number | undefined, arity?: number | undefined]'. Target requires 2 element(s) but source may have fewer. -node_modules/lodash/_createWrap.js(103,51): error TS2345: Argument of type 'TimerHandler' is not assignable to parameter of type 'Function'. +node_modules/lodash/_createWrap.js(103,51): error TS2345: Argument of type 'string | Function' is not assignable to parameter of type 'Function'. Type 'string' is not assignable to type 'Function'. node_modules/lodash/_customDefaultsMerge.js(22,35): error TS2345: Argument of type 'undefined' is not assignable to parameter of type 'number'. node_modules/lodash/_customOmitClone.js(9,20): error TS8024: JSDoc '@param' tag has name 'key', but there is no parameter with that name. @@ -253,9 +253,7 @@ node_modules/lodash/core.js(2199,41): error TS8024: JSDoc '@param' tag has name node_modules/lodash/core.js(2489,21): error TS1345: An expression of type 'void' cannot be tested for truthiness. node_modules/lodash/core.js(2489,37): error TS2554: Expected 0 arguments, but got 1. node_modules/lodash/core.js(2660,12): error TS2554: Expected 3-5 arguments, but got 2. -node_modules/lodash/core.js(3261,58): error TS2345: Argument of type 'string | any[]' is not assignable to parameter of type 'string | number | symbol'. - Type 'any[]' is not assignable to type 'string | number | symbol'. - Type 'any[]' is not assignable to type 'string'. +node_modules/lodash/core.js(3261,58): error TS2345: Argument of type 'string | any[]' is not assignable to parameter of type 'PropertyKey'. node_modules/lodash/core.js(3370,53): error TS2538: Type 'any[]' cannot be used as an index type. node_modules/lodash/core.js(3440,41): error TS2769: No overload matches this call. The last overload gave the following error. diff --git a/tests/baselines/reference/user/npm.log b/tests/baselines/reference/user/npm.log index 707e9e05391cc..3ecc41015c968 100644 --- a/tests/baselines/reference/user/npm.log +++ b/tests/baselines/reference/user/npm.log @@ -107,7 +107,7 @@ node_modules/npm/lib/config.js(84,19): error TS2339: Property 'config' does not node_modules/npm/lib/config.js(85,15): error TS2339: Property 'config' does not exist on type 'EventEmitter'. node_modules/npm/lib/config.js(87,7): error TS2339: Property 'config' does not exist on type 'EventEmitter'. node_modules/npm/lib/config.js(93,25): error TS2339: Property 'config' does not exist on type 'EventEmitter'. -node_modules/npm/lib/config.js(118,31): error TS2345: Argument of type '(er: any) => any' is not assignable to parameter of type 'string | number | Options | undefined'. +node_modules/npm/lib/config.js(118,31): error TS2345: Argument of type '(er: any) => any' is not assignable to parameter of type 'Mode | Options'. Value of type '(er: any) => any' has no properties in common with type 'Options'. Did you mean to call it? node_modules/npm/lib/config.js(135,19): error TS2339: Property 'config' does not exist on type 'EventEmitter'. node_modules/npm/lib/config.js(136,7): error TS2339: Property 'config' does not exist on type 'EventEmitter'. @@ -170,7 +170,7 @@ node_modules/npm/lib/config/core.js(208,24): error TS2339: Property 'list' does node_modules/npm/lib/config/core.js(237,21): error TS2339: Property 'sources' does not exist on type 'Conf'. node_modules/npm/lib/config/core.js(245,17): error TS2339: Property 'emit' does not exist on type 'Conf'. node_modules/npm/lib/config/core.js(279,8): error TS2339: Property '_saving' does not exist on type 'Conf'. -node_modules/npm/lib/config/core.js(288,39): error TS2345: Argument of type '(er: any) => any' is not assignable to parameter of type 'string | number | Options | undefined'. +node_modules/npm/lib/config/core.js(288,39): error TS2345: Argument of type '(er: any) => any' is not assignable to parameter of type 'Mode | Options'. Value of type '(er: any) => any' has no properties in common with type 'Options'. Did you mean to call it? node_modules/npm/lib/config/core.js(307,8): error TS2339: Property 'sources' does not exist on type 'Conf'. node_modules/npm/lib/config/core.js(308,8): error TS2339: Property 'push' does not exist on type 'Conf'. @@ -181,8 +181,6 @@ node_modules/npm/lib/config/core.js(409,29): error TS2769: No overload matches t Argument of type '(orig: string, esc: any, name: any) => string | undefined' is not assignable to parameter of type '(substring: string, ...args: any[]) => string'. Type 'string | undefined' is not assignable to type 'string'. Type 'undefined' is not assignable to type 'string'. -node_modules/npm/lib/config/defaults.js(20,52): error TS2345: Argument of type 'never[]' is not assignable to parameter of type '[format: any, ...param: any[]]'. - Property '0' is optional in type 'never[]' but required in type '[format: any, ...param: any[]]'. node_modules/npm/lib/config/defaults.js(234,24): error TS2774: This condition will always return true since the function is always defined. Did you mean to call it instead? node_modules/npm/lib/config/defaults.js(234,42): error TS2774: This condition will always return true since the function is always defined. Did you mean to call it instead? node_modules/npm/lib/config/defaults.js(235,24): error TS2774: This condition will always return true since the function is always defined. Did you mean to call it instead? @@ -250,7 +248,7 @@ node_modules/npm/lib/config/pacote.js(84,31): error TS2339: Property 'config' do node_modules/npm/lib/config/pacote.js(89,19): error TS2339: Property 'config' does not exist on type 'EventEmitter'. node_modules/npm/lib/config/pacote.js(90,38): error TS2339: Property 'config' does not exist on type 'EventEmitter'. node_modules/npm/lib/config/pacote.js(110,60): error TS2339: Property 'config' does not exist on type 'EventEmitter'. -node_modules/npm/lib/config/set-user.js(22,18): error TS2345: Argument of type '(er: any) => any' is not assignable to parameter of type 'string | number | Options | undefined'. +node_modules/npm/lib/config/set-user.js(22,18): error TS2345: Argument of type '(er: any) => any' is not assignable to parameter of type 'Mode | Options'. Value of type '(er: any) => any' has no properties in common with type 'Options'. Did you mean to call it? node_modules/npm/lib/dedupe.js(35,32): error TS2339: Property 'dir' does not exist on type 'EventEmitter'. node_modules/npm/lib/dedupe.js(37,11): error TS2339: Property 'command' does not exist on type 'EventEmitter'. @@ -414,7 +412,7 @@ node_modules/npm/lib/install/action/global-link.js(7,7): error TS2339: Property node_modules/npm/lib/install/action/refresh-package-json.js(31,43): error TS2339: Property 'config' does not exist on type 'EventEmitter'. node_modules/npm/lib/install/action/remove.js(25,37): error TS2339: Property 'prefix' does not exist on type 'EventEmitter'. node_modules/npm/lib/install/action/remove.js(25,51): error TS2339: Property 'prefix' does not exist on type 'EventEmitter'. -node_modules/npm/lib/install/action/remove.js(55,49): error TS2345: Argument of type '(mkdirEr: any) => void' is not assignable to parameter of type 'string | number | Options | undefined'. +node_modules/npm/lib/install/action/remove.js(55,49): error TS2345: Argument of type '(mkdirEr: any) => void' is not assignable to parameter of type 'Mode | Options'. Type '(mkdirEr: any) => void' has no properties in common with type 'Options'. node_modules/npm/lib/install/actions.js(126,24): error TS2339: Property 'limit' does not exist on type 'EventEmitter'. node_modules/npm/lib/install/actions.js(168,16): error TS2769: No overload matches this call. @@ -571,8 +569,6 @@ node_modules/npm/lib/npm.js(347,52): error TS2345: Argument of type 'PropertyDes Type 'undefined' is not assignable to type 'PropertyDescriptor & ThisType'. Type 'undefined' is not assignable to type 'PropertyDescriptor'. node_modules/npm/lib/npm.js(350,51): error TS2345: Argument of type 'PropertyDescriptor | undefined' is not assignable to parameter of type 'PropertyDescriptor & ThisType'. - Type 'undefined' is not assignable to type 'PropertyDescriptor & ThisType'. - Type 'undefined' is not assignable to type 'PropertyDescriptor'. node_modules/npm/lib/npm.js(377,20): error TS2339: Property 'config' does not exist on type 'EventEmitter'. node_modules/npm/lib/npm.js(377,47): error TS2339: Property 'globalPrefix' does not exist on type 'EventEmitter'. node_modules/npm/lib/npm.js(377,66): error TS2339: Property 'localPrefix' does not exist on type 'EventEmitter'. @@ -643,7 +639,8 @@ node_modules/npm/lib/pack.js(127,15): error TS2339: Property 'config' does not e node_modules/npm/lib/pack.js(147,36): error TS2339: Property 'tmp' does not exist on type 'EventEmitter'. node_modules/npm/lib/pack.js(177,25): error TS2339: Property 'config' does not exist on type 'EventEmitter'. node_modules/npm/lib/pack.js(299,17): error TS2339: Property 'config' does not exist on type 'EventEmitter'. -node_modules/npm/lib/pack.js(300,20): error TS2345: Argument of type 'string' is not assignable to parameter of type 'never'. +node_modules/npm/lib/pack.js(300,20): error TS2345: Argument of type '`--${string}=${any}`' is not assignable to parameter of type 'never'. + Type 'string' is not assignable to type 'never'. node_modules/npm/lib/pack.js(300,36): error TS2339: Property 'config' does not exist on type 'EventEmitter'. node_modules/npm/lib/pack.js(333,15): error TS2531: Object is possibly 'null'. node_modules/npm/lib/pack.js(335,17): error TS2339: Property 'code' does not exist on type 'Error'. @@ -728,7 +725,7 @@ node_modules/npm/lib/search/all-package-metadata.js(33,30): error TS2339: Proper node_modules/npm/lib/search/all-package-metadata.js(36,35): error TS2339: Property 'config' does not exist on type 'EventEmitter'. node_modules/npm/lib/search/all-package-metadata.js(146,7): error TS2339: Property 'registry' does not exist on type 'EventEmitter'. node_modules/npm/lib/search/all-package-metadata.js(239,20): error TS2339: Property 'cache' does not exist on type 'EventEmitter'. -node_modules/npm/lib/search/all-package-metadata.js(241,22): error TS2345: Argument of type '(er: any, made: any) => any' is not assignable to parameter of type 'string | number | Options | undefined'. +node_modules/npm/lib/search/all-package-metadata.js(241,22): error TS2345: Argument of type '(er: any, made: any) => any' is not assignable to parameter of type 'Mode | Options'. Value of type '(er: any, made: any) => any' has no properties in common with type 'Options'. Did you mean to call it? node_modules/npm/lib/search/esearch.js(15,36): error TS2339: Property 'config' does not exist on type 'EventEmitter'. node_modules/npm/lib/search/esearch.js(35,7): error TS2339: Property 'registry' does not exist on type 'EventEmitter'. @@ -797,7 +794,7 @@ node_modules/npm/lib/unpublish.js(97,70): error TS2339: Property 'registry' does node_modules/npm/lib/update.js(10,41): error TS2339: Property 'commands' does not exist on type 'EventEmitter'. node_modules/npm/lib/update.js(17,25): error TS2339: Property 'commands' does not exist on type 'EventEmitter'. node_modules/npm/lib/update.js(25,11): error TS2339: Property 'config' does not exist on type 'EventEmitter'. -node_modules/npm/lib/utils/completion/file-completion.js(11,15): error TS2345: Argument of type '(er: any) => any' is not assignable to parameter of type 'string | number | Options | undefined'. +node_modules/npm/lib/utils/completion/file-completion.js(11,15): error TS2345: Argument of type '(er: any) => any' is not assignable to parameter of type 'Mode | Options'. Value of type '(er: any) => any' has no properties in common with type 'Options'. Did you mean to call it? node_modules/npm/lib/utils/completion/installed-deep.js(9,19): error TS2339: Property 'config' does not exist on type 'EventEmitter'. node_modules/npm/lib/utils/completion/installed-deep.js(12,11): error TS2339: Property 'config' does not exist on type 'EventEmitter'. @@ -810,12 +807,11 @@ node_modules/npm/lib/utils/completion/installed-shallow.js(22,11): error TS2339: node_modules/npm/lib/utils/completion/installed-shallow.js(57,28): error TS2339: Property 'dir' does not exist on type 'EventEmitter'. node_modules/npm/lib/utils/completion/installed-shallow.js(66,23): error TS2339: Property 'globalDir' does not exist on type 'EventEmitter'. node_modules/npm/lib/utils/completion/installed-shallow.js(79,14): error TS2339: Property 'config' does not exist on type 'EventEmitter'. -node_modules/npm/lib/utils/correct-mkdir.js(74,25): error TS2345: Argument of type '(er: any) => any' is not assignable to parameter of type 'string | number | Options | undefined'. +node_modules/npm/lib/utils/correct-mkdir.js(74,25): error TS2345: Argument of type '(er: any) => any' is not assignable to parameter of type 'Mode | Options'. Value of type '(er: any) => any' has no properties in common with type 'Options'. Did you mean to call it? -node_modules/npm/lib/utils/correct-mkdir.js(89,18): error TS2345: Argument of type '(er: any, made: any) => any' is not assignable to parameter of type 'string | number | Options | undefined'. - Value of type '(er: any, made: any) => any' has no properties in common with type 'Options'. Did you mean to call it? -node_modules/npm/lib/utils/correct-mkdir.js(103,20): error TS2345: Argument of type '(er: any, made: any) => any' is not assignable to parameter of type 'string | number | Options | undefined'. +node_modules/npm/lib/utils/correct-mkdir.js(89,18): error TS2345: Argument of type '(er: any, made: any) => any' is not assignable to parameter of type 'Mode | Options'. Value of type '(er: any, made: any) => any' has no properties in common with type 'Options'. Did you mean to call it? +node_modules/npm/lib/utils/correct-mkdir.js(103,20): error TS2345: Argument of type '(er: any, made: any) => any' is not assignable to parameter of type 'Mode | Options'. node_modules/npm/lib/utils/error-handler.js(12,21): error TS2339: Property 'rollbacks' does not exist on type 'EventEmitter'. node_modules/npm/lib/utils/error-handler.js(23,36): error TS2339: Property 'config' does not exist on type 'EventEmitter'. node_modules/npm/lib/utils/error-handler.js(29,16): error TS2339: Property 'version' does not exist on type 'EventEmitter'. @@ -952,7 +948,7 @@ node_modules/npm/test/common-tap.js(10,36): error TS2322: Type '(...args: any[]) Type '(...args: any[]) => void' is not assignable to type '(callback: (...args: any[]) => void, ...args: any[]) => Immediate'. Type 'void' is not assignable to type 'Immediate'. node_modules/npm/test/common-tap.js(12,28): error TS2345: Argument of type 'any[]' is not assignable to parameter of type '[callback: (...args: any[]) => void, ms: number, ...args: any[]]'. - Property '0' is optional in type 'any[]' but required in type '[callback: (...args: any[]) => void, ms: number, ...args: any[]]'. + Source provides no match for required element at position 0 in target. node_modules/npm/test/common-tap.js(175,17): error TS2339: Property '_storage' does not exist on type 'Environment'. node_modules/npm/test/common-tap.js(181,31): error TS2339: Property '_storage' does not exist on type 'Environment'. node_modules/npm/test/common-tap.js(192,12): error TS2339: Property '_storage' does not exist on type 'Environment'. @@ -1072,7 +1068,7 @@ node_modules/npm/test/tap/404-private-registry.js(1,20): error TS2307: Cannot fi node_modules/npm/test/tap/404-private-registry.js(6,18): error TS2307: Cannot find module 'npm-registry-mock' or its corresponding type declarations. node_modules/npm/test/tap/access.js(5,18): error TS2307: Cannot find module 'npm-registry-mock' or its corresponding type declarations. node_modules/npm/test/tap/access.js(7,20): error TS2307: Cannot find module 'tap' or its corresponding type declarations. -node_modules/npm/test/tap/access.js(19,15): error TS2345: Argument of type '(er: any) => void' is not assignable to parameter of type 'string | number | Options | undefined'. +node_modules/npm/test/tap/access.js(19,15): error TS2345: Argument of type '(er: any) => void' is not assignable to parameter of type 'Mode | Options'. Type '(er: any) => void' has no properties in common with type 'Options'. node_modules/npm/test/tap/add-named-update-protocol-port.js(3,20): error TS2307: Cannot find module 'tap' or its corresponding type declarations. node_modules/npm/test/tap/add-named-update-protocol-port.js(5,18): error TS2307: Cannot find module 'npm-registry-mock' or its corresponding type declarations. @@ -1095,7 +1091,7 @@ node_modules/npm/test/tap/adduser-always-auth.js(4,18): error TS2307: Cannot fin node_modules/npm/test/tap/adduser-always-auth.js(6,20): error TS2307: Cannot find module 'tap' or its corresponding type declarations. node_modules/npm/test/tap/adduser-legacy-auth.js(5,18): error TS2307: Cannot find module 'npm-registry-mock' or its corresponding type declarations. node_modules/npm/test/tap/adduser-legacy-auth.js(7,20): error TS2307: Cannot find module 'tap' or its corresponding type declarations. -node_modules/npm/test/tap/adduser-legacy-auth.js(45,15): error TS2345: Argument of type '(er: any) => void' is not assignable to parameter of type 'string | number | Options | undefined'. +node_modules/npm/test/tap/adduser-legacy-auth.js(45,15): error TS2345: Argument of type '(er: any) => void' is not assignable to parameter of type 'Mode | Options'. Type '(er: any) => void' has no properties in common with type 'Options'. node_modules/npm/test/tap/adduser-oauth.js(5,18): error TS2307: Cannot find module 'npm-registry-mock' or its corresponding type declarations. node_modules/npm/test/tap/adduser-oauth.js(7,20): error TS2307: Cannot find module 'tap' or its corresponding type declarations. @@ -1224,7 +1220,7 @@ node_modules/npm/test/tap/deprecate.js(1,18): error TS2307: Cannot find module ' node_modules/npm/test/tap/deprecate.js(3,20): error TS2307: Cannot find module 'tap' or its corresponding type declarations. node_modules/npm/test/tap/dist-tag.js(5,18): error TS2307: Cannot find module 'npm-registry-mock' or its corresponding type declarations. node_modules/npm/test/tap/dist-tag.js(7,20): error TS2307: Cannot find module 'tap' or its corresponding type declarations. -node_modules/npm/test/tap/dist-tag.js(49,15): error TS2345: Argument of type '(er: any) => void' is not assignable to parameter of type 'string | number | Options | undefined'. +node_modules/npm/test/tap/dist-tag.js(49,15): error TS2345: Argument of type '(er: any) => void' is not assignable to parameter of type 'Mode | Options'. Type '(er: any) => void' has no properties in common with type 'Options'. node_modules/npm/test/tap/do-not-remove-other-bins.js(8,20): error TS2307: Cannot find module 'tap' or its corresponding type declarations. node_modules/npm/test/tap/doctor.js(5,20): error TS2307: Cannot find module 'npm-registry-mock' or its corresponding type declarations. @@ -1513,12 +1509,10 @@ node_modules/npm/test/tap/owner.js(2,20): error TS2307: Cannot find module 'tap' node_modules/npm/test/tap/pack-files-and-ignores.js(2,20): error TS2307: Cannot find module 'tap' or its corresponding type declarations. node_modules/npm/test/tap/pack-files-and-ignores.js(12,21): error TS2307: Cannot find module 'tacks' or its corresponding type declarations. node_modules/npm/test/tap/pack-scoped.js(2,20): error TS2307: Cannot find module 'tap' or its corresponding type declarations. -node_modules/npm/test/tap/pack-scoped.js(24,15): error TS2345: Argument of type '(er: any) => void' is not assignable to parameter of type 'string | number | Options | undefined'. - Type '(er: any) => void' has no properties in common with type 'Options'. -node_modules/npm/test/tap/pack-scoped.js(25,17): error TS2345: Argument of type '(er: any) => void' is not assignable to parameter of type 'string | number | Options | undefined'. - Type '(er: any) => void' has no properties in common with type 'Options'. -node_modules/npm/test/tap/pack-scoped.js(26,15): error TS2345: Argument of type '(er: any) => void' is not assignable to parameter of type 'string | number | Options | undefined'. +node_modules/npm/test/tap/pack-scoped.js(24,15): error TS2345: Argument of type '(er: any) => void' is not assignable to parameter of type 'Mode | Options'. Type '(er: any) => void' has no properties in common with type 'Options'. +node_modules/npm/test/tap/pack-scoped.js(25,17): error TS2345: Argument of type '(er: any) => void' is not assignable to parameter of type 'Mode | Options'. +node_modules/npm/test/tap/pack-scoped.js(26,15): error TS2345: Argument of type '(er: any) => void' is not assignable to parameter of type 'Mode | Options'. node_modules/npm/test/tap/pack.js(5,22): error TS2307: Cannot find module 'tap' or its corresponding type declarations. node_modules/npm/test/tap/peer-deps.js(5,18): error TS2307: Cannot find module 'npm-registry-mock' or its corresponding type declarations. node_modules/npm/test/tap/peer-deps.js(8,20): error TS2307: Cannot find module 'tap' or its corresponding type declarations. @@ -1542,22 +1536,18 @@ node_modules/npm/test/tap/pick-manifest-from-registry-metadata.js(137,11): error node_modules/npm/test/tap/ping.js(5,18): error TS2307: Cannot find module 'npm-registry-mock' or its corresponding type declarations. node_modules/npm/test/tap/ping.js(7,20): error TS2307: Cannot find module 'tap' or its corresponding type declarations. node_modules/npm/test/tap/prepare.js(3,20): error TS2307: Cannot find module 'tap' or its corresponding type declarations. -node_modules/npm/test/tap/prepare.js(16,15): error TS2345: Argument of type '(er: any) => void' is not assignable to parameter of type 'string | number | Options | undefined'. - Type '(er: any) => void' has no properties in common with type 'Options'. -node_modules/npm/test/tap/prepare.js(17,17): error TS2345: Argument of type '(er: any) => void' is not assignable to parameter of type 'string | number | Options | undefined'. - Type '(er: any) => void' has no properties in common with type 'Options'. -node_modules/npm/test/tap/prepare.js(18,15): error TS2345: Argument of type '(er: any) => void' is not assignable to parameter of type 'string | number | Options | undefined'. +node_modules/npm/test/tap/prepare.js(16,15): error TS2345: Argument of type '(er: any) => void' is not assignable to parameter of type 'Mode | Options'. Type '(er: any) => void' has no properties in common with type 'Options'. +node_modules/npm/test/tap/prepare.js(17,17): error TS2345: Argument of type '(er: any) => void' is not assignable to parameter of type 'Mode | Options'. +node_modules/npm/test/tap/prepare.js(18,15): error TS2345: Argument of type '(er: any) => void' is not assignable to parameter of type 'Mode | Options'. node_modules/npm/test/tap/prepublish-only.js(4,18): error TS2307: Cannot find module 'npm-registry-mock' or its corresponding type declarations. node_modules/npm/test/tap/prepublish-only.js(5,20): error TS2307: Cannot find module 'tap' or its corresponding type declarations. node_modules/npm/test/tap/prepublish-only.js(6,21): error TS2307: Cannot find module 'tacks' or its corresponding type declarations. node_modules/npm/test/tap/prepublish.js(3,20): error TS2307: Cannot find module 'tap' or its corresponding type declarations. -node_modules/npm/test/tap/prepublish.js(16,15): error TS2345: Argument of type '(er: any) => void' is not assignable to parameter of type 'string | number | Options | undefined'. - Type '(er: any) => void' has no properties in common with type 'Options'. -node_modules/npm/test/tap/prepublish.js(17,17): error TS2345: Argument of type '(er: any) => void' is not assignable to parameter of type 'string | number | Options | undefined'. - Type '(er: any) => void' has no properties in common with type 'Options'. -node_modules/npm/test/tap/prepublish.js(18,15): error TS2345: Argument of type '(er: any) => void' is not assignable to parameter of type 'string | number | Options | undefined'. +node_modules/npm/test/tap/prepublish.js(16,15): error TS2345: Argument of type '(er: any) => void' is not assignable to parameter of type 'Mode | Options'. Type '(er: any) => void' has no properties in common with type 'Options'. +node_modules/npm/test/tap/prepublish.js(17,17): error TS2345: Argument of type '(er: any) => void' is not assignable to parameter of type 'Mode | Options'. +node_modules/npm/test/tap/prepublish.js(18,15): error TS2345: Argument of type '(er: any) => void' is not assignable to parameter of type 'Mode | Options'. node_modules/npm/test/tap/process-logger.js(2,22): error TS2307: Cannot find module 'tap' or its corresponding type declarations. node_modules/npm/test/tap/process-logger.js(7,61): error TS2554: Expected 1-3 arguments, but got 4. node_modules/npm/test/tap/process-logger.js(8,37): error TS2769: No overload matches this call. @@ -1583,18 +1573,18 @@ node_modules/npm/test/tap/prune.js(5,18): error TS2307: Cannot find module 'npm- node_modules/npm/test/tap/prune.js(8,20): error TS2307: Cannot find module 'tap' or its corresponding type declarations. node_modules/npm/test/tap/publish-access-scoped.js(4,20): error TS2307: Cannot find module 'tap' or its corresponding type declarations. node_modules/npm/test/tap/publish-access-scoped.js(7,18): error TS2307: Cannot find module 'npm-registry-mock' or its corresponding type declarations. -node_modules/npm/test/tap/publish-access-scoped.js(31,35): error TS2345: Argument of type '() => void' is not assignable to parameter of type 'string | number | Options | undefined'. +node_modules/npm/test/tap/publish-access-scoped.js(31,35): error TS2345: Argument of type '() => void' is not assignable to parameter of type 'Mode | Options'. Type '() => void' has no properties in common with type 'Options'. node_modules/npm/test/tap/publish-access-unscoped-restricted-fails.js(4,20): error TS2307: Cannot find module 'tap' or its corresponding type declarations. node_modules/npm/test/tap/publish-access-unscoped.js(4,20): error TS2307: Cannot find module 'tap' or its corresponding type declarations. node_modules/npm/test/tap/publish-access-unscoped.js(7,18): error TS2307: Cannot find module 'npm-registry-mock' or its corresponding type declarations. -node_modules/npm/test/tap/publish-access-unscoped.js(31,35): error TS2345: Argument of type '() => void' is not assignable to parameter of type 'string | number | Options | undefined'. +node_modules/npm/test/tap/publish-access-unscoped.js(31,35): error TS2345: Argument of type '() => void' is not assignable to parameter of type 'Mode | Options'. Type '() => void' has no properties in common with type 'Options'. node_modules/npm/test/tap/publish-config.js(4,22): error TS2307: Cannot find module 'tap' or its corresponding type declarations. node_modules/npm/test/tap/publish-invalid-semver-tag.js(2,20): error TS2307: Cannot find module 'tap' or its corresponding type declarations. node_modules/npm/test/tap/publish-invalid-semver-tag.js(8,18): error TS2307: Cannot find module 'npm-registry-mock' or its corresponding type declarations. -node_modules/npm/test/tap/publish-invalid-semver-tag.js(26,59): error TS2345: Argument of type '{ name: string; version: string; }' is not assignable to parameter of type 'string | DataView | Int8Array | Uint8Array | Uint8ClampedArray | Int16Array | Uint16Array | Int32Array | Uint32Array | Float32Array | Float64Array'. - Type '{ name: string; version: string; }' is missing the following properties from type 'Float64Array': BYTES_PER_ELEMENT, buffer, byteLength, byteOffset, and 26 more. +node_modules/npm/test/tap/publish-invalid-semver-tag.js(26,59): error TS2345: Argument of type '{ name: string; version: string; }' is not assignable to parameter of type 'string | ArrayBufferView'. + Type '{ name: string; version: string; }' is missing the following properties from type 'BigUint64Array': BYTES_PER_ELEMENT, buffer, byteLength, byteOffset, and 26 more. node_modules/npm/test/tap/publish-invalid-semver-tag.js(37,9): error TS2339: Property 'load' does not exist on type 'EventEmitter'. node_modules/npm/test/tap/publish-invalid-semver-tag.js(53,7): error TS2339: Property 'config' does not exist on type 'EventEmitter'. node_modules/npm/test/tap/publish-invalid-semver-tag.js(54,7): error TS2339: Property 'commands' does not exist on type 'EventEmitter'. @@ -1626,17 +1616,14 @@ node_modules/npm/test/tap/run-script.js(213,18): error TS2769: No overload match Type 'undefined' is not assignable to type 'string | RegExp'. Overload 2 of 3, '(pattern: string | RegExp): RegExp', gave the following error. Argument of type 'string | undefined' is not assignable to parameter of type 'string | RegExp'. - Type 'undefined' is not assignable to type 'string | RegExp'. Overload 3 of 3, '(pattern: string, flags?: string | undefined): RegExp', gave the following error. Argument of type 'string | undefined' is not assignable to parameter of type 'string'. Type 'undefined' is not assignable to type 'string'. node_modules/npm/test/tap/run-script.js(256,18): error TS2769: No overload matches this call. Overload 1 of 3, '(pattern: string | RegExp, flags?: string | undefined): RegExp', gave the following error. Argument of type 'string | undefined' is not assignable to parameter of type 'string | RegExp'. - Type 'undefined' is not assignable to type 'string | RegExp'. Overload 2 of 3, '(pattern: string | RegExp): RegExp', gave the following error. Argument of type 'string | undefined' is not assignable to parameter of type 'string | RegExp'. - Type 'undefined' is not assignable to type 'string | RegExp'. Overload 3 of 3, '(pattern: string, flags?: string | undefined): RegExp', gave the following error. Argument of type 'string | undefined' is not assignable to parameter of type 'string'. Type 'undefined' is not assignable to type 'string'. diff --git a/tests/baselines/reference/user/npmlog.log b/tests/baselines/reference/user/npmlog.log index 9dd48ebe40255..9277dee1127d0 100644 --- a/tests/baselines/reference/user/npmlog.log +++ b/tests/baselines/reference/user/npmlog.log @@ -13,8 +13,6 @@ node_modules/npmlog/log.js(162,12): error TS2339: Property 'progressEnabled' doe node_modules/npmlog/log.js(162,34): error TS2339: Property 'gauge' does not exist on type 'resume'. node_modules/npmlog/log.js(171,16): error TS2339: Property 'levels' does not exist on type '(Anonymous function)'. node_modules/npmlog/log.js(173,17): error TS2339: Property 'emit' does not exist on type '(Anonymous function)'. -node_modules/npmlog/log.js(194,37): error TS2345: Argument of type 'any[]' is not assignable to parameter of type '[format: any, ...param: any[]]'. - Property '0' is optional in type 'any[]' but required in type '[format: any, ...param: any[]]'. node_modules/npmlog/log.js(202,8): error TS2339: Property 'emit' does not exist on type '(Anonymous function)'. node_modules/npmlog/log.js(203,8): error TS2339: Property 'emit' does not exist on type '(Anonymous function)'. node_modules/npmlog/log.js(204,22): error TS2339: Property 'emit' does not exist on type '(Anonymous function)'. @@ -28,9 +26,8 @@ node_modules/npmlog/log.js(271,16): error TS2769: No overload matches this call. Overload 1 of 2, '(buffer: string | Uint8Array, cb?: ((err?: Error | undefined) => void) | undefined): boolean', gave the following error. Argument of type 'string | undefined' is not assignable to parameter of type 'string | Uint8Array'. Type 'undefined' is not assignable to type 'string | Uint8Array'. - Overload 2 of 2, '(str: string | Uint8Array, encoding?: "ascii" | "utf8" | "utf-8" | "utf16le" | "ucs2" | "ucs-2" | "base64" | "latin1" | "binary" | "hex" | undefined, cb?: ((err?: Error | undefined) => void) | undefined): boolean', gave the following error. + Overload 2 of 2, '(str: string | Uint8Array, encoding?: BufferEncoding | undefined, cb?: ((err?: Error | undefined) => void) | undefined): boolean', gave the following error. Argument of type 'string | undefined' is not assignable to parameter of type 'string | Uint8Array'. - Type 'undefined' is not assignable to type 'string | Uint8Array'. diff --git a/tests/baselines/reference/user/uglify-js.log b/tests/baselines/reference/user/uglify-js.log index 3aa7803c19b1a..34b4feefa4830 100644 --- a/tests/baselines/reference/user/uglify-js.log +++ b/tests/baselines/reference/user/uglify-js.log @@ -1,173 +1,192 @@ Exit Code: 2 Standard output: node_modules/uglify-js/lib/ast.js(125,34): error TS2554: Expected 0 arguments, but got 1. -node_modules/uglify-js/lib/ast.js(318,38): error TS2554: Expected 0 arguments, but got 1. -node_modules/uglify-js/lib/ast.js(625,69): error TS2552: Cannot find name 'error'. Did you mean 'Error'? -node_modules/uglify-js/lib/ast.js(1216,5): error TS2322: Type '{ visit: (node: any, descend: any) => void; parent: (n: any) => any; push: typeof push; pop: typeof pop; self: () => any; find_parent: (type: any) => any; has_directive: (type: any) => any; loopcontrol_target: (node: any) => any; in_boolean_context: () => boolean | undefined; }' is not assignable to type 'TreeWalker'. +node_modules/uglify-js/lib/ast.js(330,38): error TS2554: Expected 0 arguments, but got 1. +node_modules/uglify-js/lib/ast.js(522,33): error TS2554: Expected 0 arguments, but got 1. +node_modules/uglify-js/lib/ast.js(722,58): error TS2552: Cannot find name 'error'. Did you mean 'Error'? +node_modules/uglify-js/lib/ast.js(1446,5): error TS2322: Type '{ visit: (node: any, descend: any) => void; parent: (n: any) => any; push: typeof push; pop: typeof pop; self: () => any; find_parent: (type: any) => any; has_directive: (type: any) => any; loopcontrol_target: (node: any) => any; in_boolean_context: () => boolean | undefined; }' is not assignable to type 'TreeWalker'. Object literal may only specify known properties, and 'visit' does not exist in type 'TreeWalker'. -node_modules/uglify-js/lib/ast.js(1217,14): error TS2339: Property 'push' does not exist on type 'TreeWalker'. -node_modules/uglify-js/lib/ast.js(1220,14): error TS2339: Property 'pop' does not exist on type 'TreeWalker'. -node_modules/uglify-js/lib/ast.js(1274,25): error TS2339: Property 'self' does not exist on type 'TreeWalker'. -node_modules/uglify-js/lib/ast.js(1275,37): error TS2339: Property 'parent' does not exist on type 'TreeWalker'. -node_modules/uglify-js/lib/ast.js(1293,31): error TS2339: Property 'parent' does not exist on type 'TreeWalker'. -node_modules/uglify-js/lib/ast.js(1297,29): error TS2339: Property 'parent' does not exist on type 'TreeWalker'. -node_modules/uglify-js/lib/compress.js(192,42): error TS2554: Expected 0 arguments, but got 1. -node_modules/uglify-js/lib/compress.js(712,27): error TS2339: Property 'name' does not exist on type '(Anonymous function)'. -node_modules/uglify-js/lib/compress.js(783,21): error TS2339: Property 'name' does not exist on type '(Anonymous function)'. -node_modules/uglify-js/lib/compress.js(786,20): error TS2339: Property 'walk' does not exist on type '(Anonymous function)'. -node_modules/uglify-js/lib/compress.js(786,40): error TS2554: Expected 0 arguments, but got 1. -node_modules/uglify-js/lib/compress.js(796,20): error TS2339: Property 'argnames' does not exist on type '(Anonymous function)'. -node_modules/uglify-js/lib/compress.js(798,55): error TS2339: Property 'uses_arguments' does not exist on type '(Anonymous function)'. -node_modules/uglify-js/lib/compress.js(803,40): error TS2339: Property 'argnames' does not exist on type '(Anonymous function)'. -node_modules/uglify-js/lib/compress.js(871,26): error TS2339: Property 'definition' does not exist on type '(Anonymous function)'. -node_modules/uglify-js/lib/compress.js(880,56): error TS2339: Property 'scope' does not exist on type '(Anonymous function)'. -node_modules/uglify-js/lib/compress.js(884,34): error TS2339: Property 'fixed_value' does not exist on type '(Anonymous function)'. -node_modules/uglify-js/lib/compress.js(894,49): error TS2339: Property 'scope' does not exist on type '(Anonymous function)'. -node_modules/uglify-js/lib/compress.js(909,42): error TS2339: Property 'scope' does not exist on type '(Anonymous function)'. -node_modules/uglify-js/lib/compress.js(1023,33): error TS2554: Expected 0 arguments, but got 1. -node_modules/uglify-js/lib/compress.js(1028,12): error TS2339: Property 'defun_ids' does not exist on type 'TreeWalker'. -node_modules/uglify-js/lib/compress.js(1029,12): error TS2339: Property 'defun_visited' does not exist on type 'TreeWalker'. -node_modules/uglify-js/lib/compress.js(1031,12): error TS2339: Property 'in_loop' does not exist on type 'TreeWalker'. -node_modules/uglify-js/lib/compress.js(1032,12): error TS2339: Property 'loop_ids' does not exist on type 'TreeWalker'. -node_modules/uglify-js/lib/compress.js(1037,12): error TS2339: Property 'safe_ids' does not exist on type 'TreeWalker'. -node_modules/uglify-js/lib/compress.js(1314,38): error TS2339: Property 'parent' does not exist on type 'TreeTransformer'. -node_modules/uglify-js/lib/compress.js(1329,51): error TS2349: This expression is not callable. +node_modules/uglify-js/lib/ast.js(1447,14): error TS2339: Property 'push' does not exist on type 'TreeWalker'. +node_modules/uglify-js/lib/ast.js(1450,14): error TS2339: Property 'pop' does not exist on type 'TreeWalker'. +node_modules/uglify-js/lib/ast.js(1504,25): error TS2339: Property 'self' does not exist on type 'TreeWalker'. +node_modules/uglify-js/lib/ast.js(1505,37): error TS2339: Property 'parent' does not exist on type 'TreeWalker'. +node_modules/uglify-js/lib/ast.js(1521,52): error TS2339: Property 'parent' does not exist on type 'TreeWalker'. +node_modules/uglify-js/lib/compress.js(194,42): error TS2554: Expected 0 arguments, but got 1. +node_modules/uglify-js/lib/compress.js(612,42): error TS2554: Expected 0 arguments, but got 1. +node_modules/uglify-js/lib/compress.js(689,27): error TS2339: Property 'name' does not exist on type 'reduce_defun'. +node_modules/uglify-js/lib/compress.js(708,16): error TS2339: Property 'walk' does not exist on type 'reduce_iife'. +node_modules/uglify-js/lib/compress.js(708,36): error TS2554: Expected 0 arguments, but got 1. +node_modules/uglify-js/lib/compress.js(718,28): error TS2339: Property 'uses_arguments' does not exist on type 'reduce_iife'. +node_modules/uglify-js/lib/compress.js(719,16): error TS2339: Property 'argnames' does not exist on type 'reduce_iife'. +node_modules/uglify-js/lib/compress.js(722,32): error TS2339: Property 'argnames' does not exist on type 'reduce_iife'. +node_modules/uglify-js/lib/compress.js(737,47): error TS2339: Property 'value' does not exist on type 'reduce_iife'. +node_modules/uglify-js/lib/compress.js(738,20): error TS2339: Property 'value' does not exist on type 'reduce_iife'. +node_modules/uglify-js/lib/compress.js(985,20): error TS2339: Property 'name' does not exist on type '(Anonymous function)'. +node_modules/uglify-js/lib/compress.js(985,46): error TS2339: Property 'name' does not exist on type '(Anonymous function)'. +node_modules/uglify-js/lib/compress.js(985,72): error TS2339: Property 'name' does not exist on type '(Anonymous function)'. +node_modules/uglify-js/lib/compress.js(1017,26): error TS2339: Property 'definition' does not exist on type '(Anonymous function)'. +node_modules/uglify-js/lib/compress.js(1026,56): error TS2339: Property 'scope' does not exist on type '(Anonymous function)'. +node_modules/uglify-js/lib/compress.js(1030,26): error TS2339: Property 'in_arg' does not exist on type '(Anonymous function)'. +node_modules/uglify-js/lib/compress.js(1031,34): error TS2339: Property 'fixed_value' does not exist on type '(Anonymous function)'. +node_modules/uglify-js/lib/compress.js(1041,49): error TS2339: Property 'scope' does not exist on type '(Anonymous function)'. +node_modules/uglify-js/lib/compress.js(1056,42): error TS2339: Property 'scope' does not exist on type '(Anonymous function)'. +node_modules/uglify-js/lib/compress.js(1181,33): error TS2554: Expected 0 arguments, but got 1. +node_modules/uglify-js/lib/compress.js(1186,12): error TS2339: Property 'defun_ids' does not exist on type 'TreeWalker'. +node_modules/uglify-js/lib/compress.js(1187,12): error TS2339: Property 'defun_visited' does not exist on type 'TreeWalker'. +node_modules/uglify-js/lib/compress.js(1189,12): error TS2339: Property 'in_loop' does not exist on type 'TreeWalker'. +node_modules/uglify-js/lib/compress.js(1190,12): error TS2339: Property 'loop_ids' does not exist on type 'TreeWalker'. +node_modules/uglify-js/lib/compress.js(1195,12): error TS2339: Property 'safe_ids' does not exist on type 'TreeWalker'. +node_modules/uglify-js/lib/compress.js(1243,37): error TS2554: Expected 0 arguments, but got 1. +node_modules/uglify-js/lib/compress.js(1271,33): error TS2554: Expected 0 arguments, but got 1. +node_modules/uglify-js/lib/compress.js(1544,38): error TS2339: Property 'parent' does not exist on type 'TreeTransformer'. +node_modules/uglify-js/lib/compress.js(1559,51): error TS2349: This expression is not callable. Not all constituents of type 'true | ((node: any, tw: any) => any)' are callable. Type 'true' has no call signatures. -node_modules/uglify-js/lib/compress.js(1404,53): error TS2339: Property 'parent' does not exist on type 'TreeTransformer'. -node_modules/uglify-js/lib/compress.js(1425,53): error TS2339: Property 'parent' does not exist on type 'TreeTransformer'. -node_modules/uglify-js/lib/compress.js(1472,112): error TS2454: Variable 'args' is used before being assigned. -node_modules/uglify-js/lib/compress.js(1473,29): error TS2532: Object is possibly 'undefined'. -node_modules/uglify-js/lib/compress.js(1498,33): error TS2322: Type 'boolean' is not assignable to type 'number'. -node_modules/uglify-js/lib/compress.js(1500,29): error TS2322: Type 'boolean' is not assignable to type 'never'. -node_modules/uglify-js/lib/compress.js(1672,53): error TS2554: Expected 0 arguments, but got 1. -node_modules/uglify-js/lib/compress.js(1790,38): error TS2339: Property 'parent' does not exist on type 'TreeTransformer'. -node_modules/uglify-js/lib/compress.js(1814,38): error TS2339: Property 'parent' does not exist on type 'TreeTransformer'. -node_modules/uglify-js/lib/compress.js(1829,46): error TS2339: Property 'parent' does not exist on type 'TreeTransformer'. -node_modules/uglify-js/lib/compress.js(1860,39): error TS2339: Property 'parent' does not exist on type 'TreeTransformer'. -node_modules/uglify-js/lib/compress.js(1892,38): error TS2339: Property 'parent' does not exist on type 'TreeTransformer'. -node_modules/uglify-js/lib/compress.js(1908,39): error TS2339: Property 'parent' does not exist on type 'TreeTransformer'. -node_modules/uglify-js/lib/compress.js(1990,45): error TS2554: Expected 0 arguments, but got 1. -node_modules/uglify-js/lib/compress.js(2010,42): error TS2554: Expected 0 arguments, but got 1. -node_modules/uglify-js/lib/compress.js(2049,41): error TS2554: Expected 0 arguments, but got 1. -node_modules/uglify-js/lib/compress.js(2199,53): error TS2345: Argument of type 'number[]' is not assignable to parameter of type '[start: number, deleteCount: number, ...items: never[]]'. - Property '0' is optional in type 'number[]' but required in type '[start: number, deleteCount: number, ...items: never[]]'. -node_modules/uglify-js/lib/compress.js(2556,59): error TS2554: Expected 0 arguments, but got 1. -node_modules/uglify-js/lib/compress.js(2594,53): error TS2345: Argument of type 'any[]' is not assignable to parameter of type '[start: number, deleteCount: number, ...items: never[]]'. - Property '0' is optional in type 'any[]' but required in type '[start: number, deleteCount: number, ...items: never[]]'. -node_modules/uglify-js/lib/compress.js(2629,26): error TS2403: Subsequent variable declarations must have the same type. Variable 'i' must be of type 'number', but here has type 'any'. -node_modules/uglify-js/lib/compress.js(2817,34): error TS2554: Expected 0 arguments, but got 1. -node_modules/uglify-js/lib/compress.js(2834,27): error TS2339: Property 'required' does not exist on type 'any[]'. -node_modules/uglify-js/lib/compress.js(2839,43): error TS2345: Argument of type 'any[]' is not assignable to parameter of type 'never[]'. +node_modules/uglify-js/lib/compress.js(1604,61): error TS2554: Expected 0 arguments, but got 1. +node_modules/uglify-js/lib/compress.js(1647,53): error TS2339: Property 'parent' does not exist on type 'TreeTransformer'. +node_modules/uglify-js/lib/compress.js(1668,53): error TS2339: Property 'parent' does not exist on type 'TreeTransformer'. +node_modules/uglify-js/lib/compress.js(1720,77): error TS2454: Variable 'args' is used before being assigned. +node_modules/uglify-js/lib/compress.js(1721,33): error TS2532: Object is possibly 'undefined'. +node_modules/uglify-js/lib/compress.js(1721,42): error TS2532: Object is possibly 'undefined'. +node_modules/uglify-js/lib/compress.js(1746,33): error TS2322: Type 'boolean' is not assignable to type 'number'. +node_modules/uglify-js/lib/compress.js(1748,29): error TS2322: Type 'boolean' is not assignable to type 'never'. +node_modules/uglify-js/lib/compress.js(1949,65): error TS2339: Property 'find_parent' does not exist on type 'TreeWalker'. +node_modules/uglify-js/lib/compress.js(1951,45): error TS2554: Expected 0 arguments, but got 1. +node_modules/uglify-js/lib/compress.js(1964,75): error TS2339: Property 'find_parent' does not exist on type 'TreeWalker'. +node_modules/uglify-js/lib/compress.js(2105,38): error TS2339: Property 'parent' does not exist on type 'TreeTransformer'. +node_modules/uglify-js/lib/compress.js(2131,38): error TS2339: Property 'parent' does not exist on type 'TreeTransformer'. +node_modules/uglify-js/lib/compress.js(2133,68): error TS2554: Expected 0 arguments, but got 1. +node_modules/uglify-js/lib/compress.js(2140,46): error TS2339: Property 'parent' does not exist on type 'TreeTransformer'. +node_modules/uglify-js/lib/compress.js(2171,39): error TS2339: Property 'parent' does not exist on type 'TreeTransformer'. +node_modules/uglify-js/lib/compress.js(2201,38): error TS2339: Property 'parent' does not exist on type 'TreeTransformer'. +node_modules/uglify-js/lib/compress.js(2216,39): error TS2339: Property 'parent' does not exist on type 'TreeTransformer'. +node_modules/uglify-js/lib/compress.js(2240,35): error TS2554: Expected 0 arguments, but got 1. +node_modules/uglify-js/lib/compress.js(2316,45): error TS2554: Expected 0 arguments, but got 1. +node_modules/uglify-js/lib/compress.js(2336,42): error TS2554: Expected 0 arguments, but got 1. +node_modules/uglify-js/lib/compress.js(2375,41): error TS2554: Expected 0 arguments, but got 1. +node_modules/uglify-js/lib/compress.js(2533,53): error TS2345: Argument of type 'number[]' is not assignable to parameter of type '[start: number, deleteCount: number, ...items: never[]]'. + Source provides no match for required element at position 0 in target. +node_modules/uglify-js/lib/compress.js(2890,59): error TS2554: Expected 0 arguments, but got 1. +node_modules/uglify-js/lib/compress.js(2928,53): error TS2345: Argument of type 'any[]' is not assignable to parameter of type '[start: number, deleteCount: number, ...items: never[]]'. + Source provides no match for required element at position 0 in target. +node_modules/uglify-js/lib/compress.js(2963,26): error TS2403: Subsequent variable declarations must have the same type. Variable 'i' must be of type 'number', but here has type 'any'. +node_modules/uglify-js/lib/compress.js(3159,34): error TS2554: Expected 0 arguments, but got 1. +node_modules/uglify-js/lib/compress.js(3180,27): error TS2339: Property 'required' does not exist on type 'any[]'. +node_modules/uglify-js/lib/compress.js(3185,43): error TS2345: Argument of type 'any[]' is not assignable to parameter of type 'never[]'. Type 'any' is not assignable to type 'never'. -node_modules/uglify-js/lib/compress.js(2878,30): error TS2339: Property 'fixed_value' does not exist on type '(Anonymous function)'. -node_modules/uglify-js/lib/compress.js(2882,20): error TS2790: The operand of a 'delete' operator must be optional. -node_modules/uglify-js/lib/compress.js(2928,30): error TS2339: Property 'fixed_value' does not exist on type '(Anonymous function)'. -node_modules/uglify-js/lib/compress.js(2932,20): error TS2790: The operand of a 'delete' operator must be optional. -node_modules/uglify-js/lib/compress.js(2997,22): error TS2339: Property 'is_undefined' does not exist on type '(Anonymous function)'. -node_modules/uglify-js/lib/compress.js(2999,49): error TS2339: Property 'is_declared' does not exist on type '(Anonymous function)'. -node_modules/uglify-js/lib/compress.js(3000,22): error TS2339: Property 'is_immutable' does not exist on type '(Anonymous function)'. -node_modules/uglify-js/lib/compress.js(3001,35): error TS2339: Property 'definition' does not exist on type '(Anonymous function)'. -node_modules/uglify-js/lib/compress.js(3002,30): error TS2339: Property 'fixed_value' does not exist on type '(Anonymous function)'. -node_modules/uglify-js/lib/compress.js(3050,22): error TS2551: Property 'is_undefined' does not exist on type '(Anonymous function)'. Did you mean 'is_defined'? -node_modules/uglify-js/lib/compress.js(3051,49): error TS2339: Property 'is_declared' does not exist on type '(Anonymous function)'. -node_modules/uglify-js/lib/compress.js(3052,22): error TS2339: Property 'is_immutable' does not exist on type '(Anonymous function)'. -node_modules/uglify-js/lib/compress.js(3053,30): error TS2339: Property 'fixed_value' does not exist on type '(Anonymous function)'. -node_modules/uglify-js/lib/compress.js(3057,20): error TS2790: The operand of a 'delete' operator must be optional. -node_modules/uglify-js/lib/compress.js(3099,30): error TS2339: Property 'fixed_value' does not exist on type '(Anonymous function)'. -node_modules/uglify-js/lib/compress.js(3103,20): error TS2790: The operand of a 'delete' operator must be optional. -node_modules/uglify-js/lib/compress.js(3189,30): error TS2339: Property 'fixed_value' does not exist on type '(Anonymous function)'. -node_modules/uglify-js/lib/compress.js(3193,20): error TS2790: The operand of a 'delete' operator must be optional. -node_modules/uglify-js/lib/compress.js(3241,30): error TS2339: Property 'fixed_value' does not exist on type '(Anonymous function)'. -node_modules/uglify-js/lib/compress.js(3245,20): error TS2790: The operand of a 'delete' operator must be optional. -node_modules/uglify-js/lib/compress.js(3494,44): error TS2554: Expected 0 arguments, but got 1. -node_modules/uglify-js/lib/compress.js(3716,55): error TS2345: Argument of type 'number' is not assignable to parameter of type 'string'. -node_modules/uglify-js/lib/compress.js(3717,25): error TS2531: Object is possibly 'null'. -node_modules/uglify-js/lib/compress.js(3717,55): error TS2363: The right-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type. -node_modules/uglify-js/lib/compress.js(3717,56): error TS2531: Object is possibly 'null'. -node_modules/uglify-js/lib/compress.js(3734,48): error TS2554: Expected 0 arguments, but got 1. -node_modules/uglify-js/lib/compress.js(3745,30): error TS2339: Property 'fixed_value' does not exist on type '(Anonymous function)'. -node_modules/uglify-js/lib/compress.js(3753,24): error TS2790: The operand of a 'delete' operator must be optional. -node_modules/uglify-js/lib/compress.js(3835,48): error TS2554: Expected 0 arguments, but got 1. -node_modules/uglify-js/lib/compress.js(3853,33): error TS2532: Object is possibly 'undefined'. -node_modules/uglify-js/lib/compress.js(4284,38): error TS2554: Expected 0 arguments, but got 1. -node_modules/uglify-js/lib/compress.js(4304,29): error TS2322: Type 'string' is not assignable to type 'boolean'. -node_modules/uglify-js/lib/compress.js(4455,33): error TS2554: Expected 0 arguments, but got 1. -node_modules/uglify-js/lib/compress.js(4473,33): error TS2339: Property 'loopcontrol_target' does not exist on type 'TreeWalker'. -node_modules/uglify-js/lib/compress.js(4495,33): error TS2339: Property 'loopcontrol_target' does not exist on type 'TreeWalker'. -node_modules/uglify-js/lib/compress.js(4565,52): error TS2339: Property 'has_directive' does not exist on type 'TreeWalker'. -node_modules/uglify-js/lib/compress.js(4758,56): error TS2532: Object is possibly 'undefined'. -node_modules/uglify-js/lib/compress.js(4759,54): error TS2532: Object is possibly 'undefined'. -node_modules/uglify-js/lib/compress.js(4817,33): error TS2554: Expected 0 arguments, but got 1. -node_modules/uglify-js/lib/compress.js(4818,74): error TS2339: Property 'has_directive' does not exist on type 'TreeWalker'. -node_modules/uglify-js/lib/compress.js(4875,29): error TS2554: Expected 0 arguments, but got 1. -node_modules/uglify-js/lib/compress.js(4922,29): error TS2339: Property 'parent' does not exist on type 'TreeTransformer'. -node_modules/uglify-js/lib/compress.js(5119,56): error TS2345: Argument of type 'any[]' is not assignable to parameter of type 'never[]'. -node_modules/uglify-js/lib/compress.js(5243,12): error TS2339: Property 'push' does not exist on type 'TreeTransformer'. -node_modules/uglify-js/lib/compress.js(5406,18): error TS2339: Property 'walk' does not exist on type '(Anonymous function)'. -node_modules/uglify-js/lib/compress.js(5406,38): error TS2554: Expected 0 arguments, but got 1. -node_modules/uglify-js/lib/compress.js(5427,24): error TS2339: Property 'parent' does not exist on type 'TreeTransformer'. -node_modules/uglify-js/lib/compress.js(5437,28): error TS2339: Property 'parent' does not exist on type 'TreeTransformer'. -node_modules/uglify-js/lib/compress.js(5451,14): error TS2339: Property 'transform' does not exist on type '(Anonymous function)'. -node_modules/uglify-js/lib/compress.js(5457,34): error TS2339: Property 'argnames' does not exist on type '(Anonymous function)'. -node_modules/uglify-js/lib/compress.js(5522,32): error TS2554: Expected 0 arguments, but got 1. -node_modules/uglify-js/lib/compress.js(5615,18): error TS2339: Property 'enclosed' does not exist on type '(Anonymous function)'. -node_modules/uglify-js/lib/compress.js(5618,18): error TS2339: Property 'variables' does not exist on type '(Anonymous function)'. -node_modules/uglify-js/lib/compress.js(5777,17): error TS2447: The '|=' operator is not allowed for boolean types. Consider using '||' instead. -node_modules/uglify-js/lib/compress.js(5793,29): error TS2339: Property 'left' does not exist on type '(Anonymous function)'. -node_modules/uglify-js/lib/compress.js(5804,29): error TS2339: Property 'right' does not exist on type '(Anonymous function)'. -node_modules/uglify-js/lib/compress.js(5921,23): error TS2454: Variable 'exprs' is used before being assigned. -node_modules/uglify-js/lib/compress.js(5922,20): error TS2454: Variable 'exprs' is used before being assigned. -node_modules/uglify-js/lib/compress.js(5976,28): error TS2339: Property 'expression' does not exist on type '(Anonymous function)'. -node_modules/uglify-js/lib/compress.js(5977,41): error TS2339: Property 'operator' does not exist on type '(Anonymous function)'. -node_modules/uglify-js/lib/compress.js(5981,22): error TS2339: Property 'operator' does not exist on type '(Anonymous function)'. -node_modules/uglify-js/lib/compress.js(5984,42): error TS2339: Property 'operator' does not exist on type '(Anonymous function)'. -node_modules/uglify-js/lib/compress.js(6015,33): error TS2554: Expected 0 arguments, but got 1. -node_modules/uglify-js/lib/compress.js(6017,44): error TS2339: Property 'loopcontrol_target' does not exist on type 'TreeWalker'. -node_modules/uglify-js/lib/compress.js(6021,56): error TS2339: Property 'push' does not exist on type 'TreeWalker'. -node_modules/uglify-js/lib/compress.js(6022,12): error TS2339: Property 'push' does not exist on type 'TreeWalker'. -node_modules/uglify-js/lib/compress.js(6090,38): error TS2554: Expected 0 arguments, but got 1. -node_modules/uglify-js/lib/compress.js(6146,21): error TS2403: Subsequent variable declarations must have the same type. Variable 'body' must be of type 'any[]', but here has type 'any'. -node_modules/uglify-js/lib/compress.js(6161,21): error TS2403: Subsequent variable declarations must have the same type. Variable 'body' must be of type 'any[]', but here has type 'any'. -node_modules/uglify-js/lib/compress.js(6271,33): error TS2554: Expected 0 arguments, but got 1. -node_modules/uglify-js/lib/compress.js(6273,33): error TS2339: Property 'parent' does not exist on type 'TreeWalker'. -node_modules/uglify-js/lib/compress.js(6440,17): error TS2403: Subsequent variable declarations must have the same type. Variable 'body' must be of type 'any[]', but here has type 'any'. -node_modules/uglify-js/lib/compress.js(6641,37): error TS2554: Expected 0 arguments, but got 1. -node_modules/uglify-js/lib/compress.js(6647,16): error TS2339: Property 'push' does not exist on type 'TreeWalker'. -node_modules/uglify-js/lib/compress.js(6687,21): error TS2403: Subsequent variable declarations must have the same type. Variable 'body' must be of type 'any[]', but here has type 'any'. -node_modules/uglify-js/lib/compress.js(6923,57): error TS2345: Argument of type 'any[]' is not assignable to parameter of type '[pattern: string | RegExp, flags?: string | undefined]'. +node_modules/uglify-js/lib/compress.js(3224,30): error TS2339: Property 'fixed_value' does not exist on type '(Anonymous function)'. +node_modules/uglify-js/lib/compress.js(3228,20): error TS2790: The operand of a 'delete' operator must be optional. +node_modules/uglify-js/lib/compress.js(3274,30): error TS2339: Property 'fixed_value' does not exist on type '(Anonymous function)'. +node_modules/uglify-js/lib/compress.js(3278,20): error TS2790: The operand of a 'delete' operator must be optional. +node_modules/uglify-js/lib/compress.js(3342,22): error TS2339: Property 'is_undefined' does not exist on type '(Anonymous function)'. +node_modules/uglify-js/lib/compress.js(3344,49): error TS2339: Property 'is_declared' does not exist on type '(Anonymous function)'. +node_modules/uglify-js/lib/compress.js(3345,22): error TS2339: Property 'is_immutable' does not exist on type '(Anonymous function)'. +node_modules/uglify-js/lib/compress.js(3346,28): error TS2339: Property 'definition' does not exist on type '(Anonymous function)'. +node_modules/uglify-js/lib/compress.js(3350,30): error TS2339: Property 'fixed_value' does not exist on type '(Anonymous function)'. +node_modules/uglify-js/lib/compress.js(3399,22): error TS2551: Property 'is_undefined' does not exist on type '(Anonymous function)'. Did you mean 'is_defined'? +node_modules/uglify-js/lib/compress.js(3400,49): error TS2339: Property 'is_declared' does not exist on type '(Anonymous function)'. +node_modules/uglify-js/lib/compress.js(3401,22): error TS2339: Property 'is_immutable' does not exist on type '(Anonymous function)'. +node_modules/uglify-js/lib/compress.js(3402,30): error TS2339: Property 'fixed_value' does not exist on type '(Anonymous function)'. +node_modules/uglify-js/lib/compress.js(3406,20): error TS2790: The operand of a 'delete' operator must be optional. +node_modules/uglify-js/lib/compress.js(3448,30): error TS2339: Property 'fixed_value' does not exist on type '(Anonymous function)'. +node_modules/uglify-js/lib/compress.js(3452,20): error TS2790: The operand of a 'delete' operator must be optional. +node_modules/uglify-js/lib/compress.js(3538,30): error TS2339: Property 'fixed_value' does not exist on type '(Anonymous function)'. +node_modules/uglify-js/lib/compress.js(3542,20): error TS2790: The operand of a 'delete' operator must be optional. +node_modules/uglify-js/lib/compress.js(3590,30): error TS2339: Property 'fixed_value' does not exist on type '(Anonymous function)'. +node_modules/uglify-js/lib/compress.js(3594,20): error TS2790: The operand of a 'delete' operator must be optional. +node_modules/uglify-js/lib/compress.js(3854,44): error TS2554: Expected 0 arguments, but got 1. +node_modules/uglify-js/lib/compress.js(4077,55): error TS2345: Argument of type 'number' is not assignable to parameter of type 'string'. +node_modules/uglify-js/lib/compress.js(4078,25): error TS2531: Object is possibly 'null'. +node_modules/uglify-js/lib/compress.js(4078,55): error TS2363: The right-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type. +node_modules/uglify-js/lib/compress.js(4078,56): error TS2531: Object is possibly 'null'. +node_modules/uglify-js/lib/compress.js(4095,48): error TS2554: Expected 0 arguments, but got 1. +node_modules/uglify-js/lib/compress.js(4106,30): error TS2339: Property 'fixed_value' does not exist on type '(Anonymous function)'. +node_modules/uglify-js/lib/compress.js(4114,24): error TS2790: The operand of a 'delete' operator must be optional. +node_modules/uglify-js/lib/compress.js(4207,48): error TS2554: Expected 0 arguments, but got 1. +node_modules/uglify-js/lib/compress.js(4228,33): error TS2532: Object is possibly 'undefined'. +node_modules/uglify-js/lib/compress.js(4696,38): error TS2554: Expected 0 arguments, but got 1. +node_modules/uglify-js/lib/compress.js(4716,29): error TS2322: Type 'string' is not assignable to type 'boolean'. +node_modules/uglify-js/lib/compress.js(4891,33): error TS2554: Expected 0 arguments, but got 1. +node_modules/uglify-js/lib/compress.js(4896,49): error TS2554: Expected 0 arguments, but got 1. +node_modules/uglify-js/lib/compress.js(4936,33): error TS2339: Property 'loopcontrol_target' does not exist on type 'TreeWalker'. +node_modules/uglify-js/lib/compress.js(4964,33): error TS2339: Property 'loopcontrol_target' does not exist on type 'TreeWalker'. +node_modules/uglify-js/lib/compress.js(5027,25): error TS2403: Subsequent variable declarations must have the same type. Variable 'marker' must be of type 'TreeWalker', but here has type '(node: any) => void'. +node_modules/uglify-js/lib/compress.js(5027,61): error TS2339: Property 'has_directive' does not exist on type 'TreeWalker'. +node_modules/uglify-js/lib/compress.js(5032,50): error TS2554: Expected 0 arguments, but got 1. +node_modules/uglify-js/lib/compress.js(5258,56): error TS2532: Object is possibly 'undefined'. +node_modules/uglify-js/lib/compress.js(5259,54): error TS2532: Object is possibly 'undefined'. +node_modules/uglify-js/lib/compress.js(5348,33): error TS2554: Expected 0 arguments, but got 1. +node_modules/uglify-js/lib/compress.js(5349,74): error TS2339: Property 'has_directive' does not exist on type 'TreeWalker'. +node_modules/uglify-js/lib/compress.js(5411,29): error TS2554: Expected 0 arguments, but got 1. +node_modules/uglify-js/lib/compress.js(5496,29): error TS2339: Property 'parent' does not exist on type 'TreeTransformer'. +node_modules/uglify-js/lib/compress.js(5739,56): error TS2345: Argument of type 'any[]' is not assignable to parameter of type 'never[]'. +node_modules/uglify-js/lib/compress.js(5865,12): error TS2339: Property 'push' does not exist on type 'TreeTransformer'. +node_modules/uglify-js/lib/compress.js(6162,18): error TS2339: Property 'walk' does not exist on type '(Anonymous function)'. +node_modules/uglify-js/lib/compress.js(6162,38): error TS2554: Expected 0 arguments, but got 1. +node_modules/uglify-js/lib/compress.js(6184,24): error TS2339: Property 'parent' does not exist on type 'TreeTransformer'. +node_modules/uglify-js/lib/compress.js(6193,33): error TS2339: Property 'find_variable' does not exist on type '(Anonymous function)'. +node_modules/uglify-js/lib/compress.js(6200,28): error TS2339: Property 'parent' does not exist on type 'TreeTransformer'. +node_modules/uglify-js/lib/compress.js(6218,14): error TS2339: Property 'transform' does not exist on type '(Anonymous function)'. +node_modules/uglify-js/lib/compress.js(6224,34): error TS2339: Property 'argnames' does not exist on type '(Anonymous function)'. +node_modules/uglify-js/lib/compress.js(6292,32): error TS2554: Expected 0 arguments, but got 1. +node_modules/uglify-js/lib/compress.js(6386,18): error TS2339: Property 'enclosed' does not exist on type '(Anonymous function)'. +node_modules/uglify-js/lib/compress.js(6389,18): error TS2339: Property 'variables' does not exist on type '(Anonymous function)'. +node_modules/uglify-js/lib/compress.js(6596,29): error TS2339: Property 'left' does not exist on type '(Anonymous function)'. +node_modules/uglify-js/lib/compress.js(6607,29): error TS2339: Property 'right' does not exist on type '(Anonymous function)'. +node_modules/uglify-js/lib/compress.js(6726,23): error TS2454: Variable 'exprs' is used before being assigned. +node_modules/uglify-js/lib/compress.js(6727,20): error TS2454: Variable 'exprs' is used before being assigned. +node_modules/uglify-js/lib/compress.js(6793,28): error TS2339: Property 'expression' does not exist on type '(Anonymous function)'. +node_modules/uglify-js/lib/compress.js(6794,41): error TS2339: Property 'operator' does not exist on type '(Anonymous function)'. +node_modules/uglify-js/lib/compress.js(6798,22): error TS2339: Property 'operator' does not exist on type '(Anonymous function)'. +node_modules/uglify-js/lib/compress.js(6801,42): error TS2339: Property 'operator' does not exist on type '(Anonymous function)'. +node_modules/uglify-js/lib/compress.js(6832,33): error TS2554: Expected 0 arguments, but got 1. +node_modules/uglify-js/lib/compress.js(6834,44): error TS2339: Property 'loopcontrol_target' does not exist on type 'TreeWalker'. +node_modules/uglify-js/lib/compress.js(6838,56): error TS2339: Property 'push' does not exist on type 'TreeWalker'. +node_modules/uglify-js/lib/compress.js(6839,12): error TS2339: Property 'push' does not exist on type 'TreeWalker'. +node_modules/uglify-js/lib/compress.js(6907,38): error TS2554: Expected 0 arguments, but got 1. +node_modules/uglify-js/lib/compress.js(6963,21): error TS2403: Subsequent variable declarations must have the same type. Variable 'body' must be of type 'any[]', but here has type 'any'. +node_modules/uglify-js/lib/compress.js(6978,21): error TS2403: Subsequent variable declarations must have the same type. Variable 'body' must be of type 'any[]', but here has type 'any'. +node_modules/uglify-js/lib/compress.js(7101,33): error TS2554: Expected 0 arguments, but got 1. +node_modules/uglify-js/lib/compress.js(7103,33): error TS2339: Property 'parent' does not exist on type 'TreeWalker'. +node_modules/uglify-js/lib/compress.js(7270,17): error TS2403: Subsequent variable declarations must have the same type. Variable 'body' must be of type 'any[]', but here has type 'any'. +node_modules/uglify-js/lib/compress.js(7469,37): error TS2554: Expected 0 arguments, but got 1. +node_modules/uglify-js/lib/compress.js(7475,16): error TS2339: Property 'push' does not exist on type 'TreeWalker'. +node_modules/uglify-js/lib/compress.js(7518,21): error TS2403: Subsequent variable declarations must have the same type. Variable 'body' must be of type 'any[]', but here has type 'any'. +node_modules/uglify-js/lib/compress.js(7793,57): error TS2345: Argument of type 'any[]' is not assignable to parameter of type '[pattern: string | RegExp, flags?: string | undefined]'. Target requires 1 element(s) but source may have fewer. -node_modules/uglify-js/lib/compress.js(7087,45): error TS2554: Expected 0 arguments, but got 1. -node_modules/uglify-js/lib/compress.js(7094,25): error TS2403: Subsequent variable declarations must have the same type. Variable 'code' must be of type 'string', but here has type '{ get: () => string; toString: () => string; indent: (half: any) => void; should_break: () => void; has_parens: () => boolean; newline: () => void; print: (str: any) => void; space: () => void; comma: () => void; colon: () => void; ... 20 more ...; parent: (n: any) => any; }'. -node_modules/uglify-js/lib/compress.js(7098,36): error TS2532: Object is possibly 'undefined'. -node_modules/uglify-js/lib/compress.js(7103,41): error TS2339: Property 'get' does not exist on type 'string'. -node_modules/uglify-js/lib/compress.js(7255,39): error TS2554: Expected 0 arguments, but got 1. -node_modules/uglify-js/lib/compress.js(7259,21): error TS2322: Type 'null' is not assignable to type 'any[]'. -node_modules/uglify-js/lib/compress.js(7266,25): error TS2322: Type 'null' is not assignable to type 'any[]'. -node_modules/uglify-js/lib/compress.js(7275,25): error TS2322: Type 'null' is not assignable to type 'any[]'. -node_modules/uglify-js/lib/compress.js(7291,32): error TS2532: Object is possibly 'undefined'. -node_modules/uglify-js/lib/compress.js(7295,27): error TS2532: Object is possibly 'undefined'. -node_modules/uglify-js/lib/compress.js(7524,38): error TS2554: Expected 0 arguments, but got 1. -node_modules/uglify-js/lib/compress.js(7808,18): error TS2454: Variable 'is_strict_comparison' is used before being assigned. -node_modules/uglify-js/lib/compress.js(8454,47): error TS2554: Expected 0 arguments, but got 1. -node_modules/uglify-js/lib/compress.js(8544,39): error TS2554: Expected 0 arguments, but got 1. -node_modules/uglify-js/lib/compress.js(8615,39): error TS2554: Expected 0 arguments, but got 1. -node_modules/uglify-js/lib/compress.js(8621,41): error TS2554: Expected 0 arguments, but got 1. -node_modules/uglify-js/lib/compress.js(8624,41): error TS2339: Property 'parent' does not exist on type 'TreeWalker'. -node_modules/uglify-js/lib/compress.js(9205,22): error TS2358: The left-hand side of an 'instanceof' expression must be of type 'any', an object type or a type parameter. -node_modules/uglify-js/lib/compress.js(9205,63): error TS2532: Object is possibly 'undefined'. -node_modules/uglify-js/lib/compress.js(9241,43): error TS2454: Variable 'property' is used before being assigned. -node_modules/uglify-js/lib/compress.js(9257,25): error TS2403: Subsequent variable declarations must have the same type. Variable 'value' must be of type 'number', but here has type 'any'. -node_modules/uglify-js/lib/compress.js(9260,46): error TS2339: Property 'has_side_effects' does not exist on type 'number'. -node_modules/uglify-js/lib/compress.js(9265,25): error TS2403: Subsequent variable declarations must have the same type. Variable 'value' must be of type 'number', but here has type 'any'. -node_modules/uglify-js/lib/compress.js(9304,34): error TS2554: Expected 0 arguments, but got 1. -node_modules/uglify-js/lib/minify.js(191,57): error TS2339: Property 'compress' does not exist on type 'Compressor'. -node_modules/uglify-js/lib/mozilla-ast.js(576,33): error TS2554: Expected 0 arguments, but got 1. -node_modules/uglify-js/lib/output.js(457,37): error TS2554: Expected 0 arguments, but got 1. -node_modules/uglify-js/lib/output.js(458,33): error TS2339: Property 'parent' does not exist on type 'TreeWalker'. -node_modules/uglify-js/lib/output.js(473,16): error TS2339: Property 'push' does not exist on type 'TreeWalker'. -node_modules/uglify-js/lib/output.js(1137,44): error TS2554: Expected 0 arguments, but got 1. -node_modules/uglify-js/lib/output.js(1435,58): error TS2362: The left-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type. +node_modules/uglify-js/lib/compress.js(7957,45): error TS2554: Expected 0 arguments, but got 1. +node_modules/uglify-js/lib/compress.js(7964,25): error TS2403: Subsequent variable declarations must have the same type. Variable 'code' must be of type 'string', but here has type '{ get: () => string; toString: () => string; indent: (half: any) => void; should_break: () => void; has_parens: () => boolean; newline: () => void; print: (str: any) => void; space: () => void; comma: () => void; colon: () => void; ... 20 more ...; parent: (n: any) => any; }'. +node_modules/uglify-js/lib/compress.js(7968,36): error TS2532: Object is possibly 'undefined'. +node_modules/uglify-js/lib/compress.js(7973,41): error TS2339: Property 'get' does not exist on type 'string'. +node_modules/uglify-js/lib/compress.js(7997,51): error TS2554: Expected 0 arguments, but got 1. +node_modules/uglify-js/lib/compress.js(8114,37): error TS2554: Expected 0 arguments, but got 1. +node_modules/uglify-js/lib/compress.js(8189,39): error TS2554: Expected 0 arguments, but got 1. +node_modules/uglify-js/lib/compress.js(8193,21): error TS2322: Type 'null' is not assignable to type 'any[]'. +node_modules/uglify-js/lib/compress.js(8204,25): error TS2322: Type 'null' is not assignable to type 'any[]'. +node_modules/uglify-js/lib/compress.js(8213,25): error TS2322: Type 'null' is not assignable to type 'any[]'. +node_modules/uglify-js/lib/compress.js(8229,32): error TS2532: Object is possibly 'undefined'. +node_modules/uglify-js/lib/compress.js(8233,27): error TS2532: Object is possibly 'undefined'. +node_modules/uglify-js/lib/compress.js(8477,38): error TS2554: Expected 0 arguments, but got 1. +node_modules/uglify-js/lib/compress.js(8758,18): error TS2454: Variable 'is_strict_comparison' is used before being assigned. +node_modules/uglify-js/lib/compress.js(9409,47): error TS2554: Expected 0 arguments, but got 1. +node_modules/uglify-js/lib/compress.js(9499,39): error TS2554: Expected 0 arguments, but got 1. +node_modules/uglify-js/lib/compress.js(9568,39): error TS2554: Expected 0 arguments, but got 1. +node_modules/uglify-js/lib/compress.js(9574,41): error TS2554: Expected 0 arguments, but got 1. +node_modules/uglify-js/lib/compress.js(9577,41): error TS2339: Property 'parent' does not exist on type 'TreeWalker'. +node_modules/uglify-js/lib/compress.js(10183,26): error TS2358: The left-hand side of an 'instanceof' expression must be of type 'any', an object type or a type parameter. +node_modules/uglify-js/lib/compress.js(10183,67): error TS2532: Object is possibly 'undefined'. +node_modules/uglify-js/lib/compress.js(10218,43): error TS2454: Variable 'property' is used before being assigned. +node_modules/uglify-js/lib/compress.js(10239,25): error TS2403: Subsequent variable declarations must have the same type. Variable 'value' must be of type 'number', but here has type 'any'. +node_modules/uglify-js/lib/compress.js(10242,46): error TS2339: Property 'has_side_effects' does not exist on type 'number'. +node_modules/uglify-js/lib/compress.js(10247,25): error TS2403: Subsequent variable declarations must have the same type. Variable 'value' must be of type 'number', but here has type 'any'. +node_modules/uglify-js/lib/compress.js(10288,34): error TS2554: Expected 0 arguments, but got 1. +node_modules/uglify-js/lib/minify.js(197,57): error TS2339: Property 'compress' does not exist on type 'Compressor'. +node_modules/uglify-js/lib/mozilla-ast.js(573,33): error TS2554: Expected 0 arguments, but got 1. +node_modules/uglify-js/lib/output.js(459,37): error TS2554: Expected 0 arguments, but got 1. +node_modules/uglify-js/lib/output.js(460,33): error TS2339: Property 'parent' does not exist on type 'TreeWalker'. +node_modules/uglify-js/lib/output.js(475,16): error TS2339: Property 'push' does not exist on type 'TreeWalker'. +node_modules/uglify-js/lib/output.js(1202,44): error TS2554: Expected 0 arguments, but got 1. +node_modules/uglify-js/lib/output.js(1557,58): error TS2362: The left-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type. node_modules/uglify-js/lib/parse.js(249,9): error TS2322: Type 'string | boolean' is not assignable to type 'boolean'. Type 'string' is not assignable to type 'boolean'. node_modules/uglify-js/lib/parse.js(318,20): error TS2345: Argument of type 'number | undefined' is not assignable to parameter of type 'number'. @@ -175,24 +194,25 @@ node_modules/uglify-js/lib/parse.js(318,20): error TS2345: Argument of type 'num node_modules/uglify-js/lib/parse.js(407,32): error TS2345: Argument of type 'any' is not assignable to parameter of type 'never'. node_modules/uglify-js/lib/parse.js(418,32): error TS2345: Argument of type 'any' is not assignable to parameter of type 'never'. node_modules/uglify-js/lib/parse.js(468,20): error TS2339: Property 'raw_source' does not exist on type 'RegExp'. -node_modules/uglify-js/lib/parse.js(576,57): error TS2339: Property 'push' does not exist on type 'never'. -node_modules/uglify-js/lib/parse.js(582,32): error TS2345: Argument of type 'never[]' is not assignable to parameter of type 'never'. -node_modules/uglify-js/lib/parse.js(675,13): error TS2531: Object is possibly 'null'. -node_modules/uglify-js/lib/parse.js(708,69): error TS2531: Object is possibly 'null'. -node_modules/uglify-js/lib/parse.js(708,83): error TS2531: Object is possibly 'null'. -node_modules/uglify-js/lib/parse.js(752,31): error TS2531: Object is possibly 'null'. -node_modules/uglify-js/lib/parse.js(758,17): error TS2531: Object is possibly 'null'. -node_modules/uglify-js/lib/parse.js(785,21): error TS2531: Object is possibly 'null'. -node_modules/uglify-js/lib/parse.js(804,21): error TS2531: Object is possibly 'null'. -node_modules/uglify-js/lib/parse.js(931,23): error TS2345: Argument of type 'any' is not assignable to parameter of type 'never'. -node_modules/uglify-js/lib/parse.js(1049,9): error TS2322: Type 'any[]' is not assignable to type 'never[]'. -node_modules/uglify-js/lib/parse.js(1108,17): error TS2454: Variable 'cur' is used before being assigned. -node_modules/uglify-js/lib/parse.js(1306,32): error TS2531: Object is possibly 'null'. -node_modules/uglify-js/lib/parse.js(1406,20): error TS2531: Object is possibly 'null'. -node_modules/uglify-js/lib/parse.js(1412,20): error TS2531: Object is possibly 'null'. -node_modules/uglify-js/lib/parse.js(1498,48): error TS2531: Object is possibly 'null'. -node_modules/uglify-js/lib/parse.js(1524,35): error TS2531: Object is possibly 'null'. -node_modules/uglify-js/lib/parse.js(1569,52): error TS2531: Object is possibly 'null'. +node_modules/uglify-js/lib/parse.js(586,57): error TS2339: Property 'push' does not exist on type 'never'. +node_modules/uglify-js/lib/parse.js(592,32): error TS2345: Argument of type 'never[]' is not assignable to parameter of type 'never'. +node_modules/uglify-js/lib/parse.js(687,13): error TS2531: Object is possibly 'null'. +node_modules/uglify-js/lib/parse.js(720,69): error TS2531: Object is possibly 'null'. +node_modules/uglify-js/lib/parse.js(720,83): error TS2531: Object is possibly 'null'. +node_modules/uglify-js/lib/parse.js(764,31): error TS2531: Object is possibly 'null'. +node_modules/uglify-js/lib/parse.js(770,17): error TS2531: Object is possibly 'null'. +node_modules/uglify-js/lib/parse.js(792,21): error TS2531: Object is possibly 'null'. +node_modules/uglify-js/lib/parse.js(808,21): error TS2531: Object is possibly 'null'. +node_modules/uglify-js/lib/parse.js(827,21): error TS2531: Object is possibly 'null'. +node_modules/uglify-js/lib/parse.js(951,23): error TS2345: Argument of type 'any' is not assignable to parameter of type 'never'. +node_modules/uglify-js/lib/parse.js(1114,9): error TS2322: Type 'any[]' is not assignable to type 'never[]'. +node_modules/uglify-js/lib/parse.js(1162,9): error TS2322: Type 'any[]' is not assignable to type 'never[]'. +node_modules/uglify-js/lib/parse.js(1222,17): error TS2454: Variable 'cur' is used before being assigned. +node_modules/uglify-js/lib/parse.js(1434,32): error TS2531: Object is possibly 'null'. +node_modules/uglify-js/lib/parse.js(1600,20): error TS2531: Object is possibly 'null'. +node_modules/uglify-js/lib/parse.js(1764,48): error TS2531: Object is possibly 'null'. +node_modules/uglify-js/lib/parse.js(1803,35): error TS2531: Object is possibly 'null'. +node_modules/uglify-js/lib/parse.js(1894,52): error TS2531: Object is possibly 'null'. node_modules/uglify-js/lib/propmangle.js(70,18): error TS2339: Property 'prototype' does not exist on type 'ObjectConstructor | FunctionConstructor | StringConstructor | BooleanConstructor | NumberConstructor | ... 4 more ... | ArrayConstructor'. Property 'prototype' does not exist on type 'Math'. node_modules/uglify-js/lib/propmangle.js(71,44): error TS2351: This expression is not constructable. @@ -202,34 +222,33 @@ node_modules/uglify-js/lib/propmangle.js(72,45): error TS2339: Property 'prototy Property 'prototype' does not exist on type 'Math'. node_modules/uglify-js/lib/propmangle.js(83,29): error TS2554: Expected 0 arguments, but got 1. node_modules/uglify-js/lib/propmangle.js(146,29): error TS2554: Expected 0 arguments, but got 1. -node_modules/uglify-js/lib/propmangle.js(179,29): error TS2554: Expected 0 arguments, but got 1. +node_modules/uglify-js/lib/propmangle.js(176,29): error TS2554: Expected 0 arguments, but got 1. node_modules/uglify-js/lib/scope.js(83,26): error TS2339: Property 'defun' does not exist on type 'SymbolDef'. -node_modules/uglify-js/lib/scope.js(114,29): error TS2554: Expected 0 arguments, but got 1. -node_modules/uglify-js/lib/scope.js(164,41): error TS2339: Property 'parent' does not exist on type 'TreeWalker'. -node_modules/uglify-js/lib/scope.js(203,10): error TS2339: Property 'walk' does not exist on type '(Anonymous function)'. -node_modules/uglify-js/lib/scope.js(207,29): error TS2554: Expected 0 arguments, but got 1. -node_modules/uglify-js/lib/scope.js(216,28): error TS2339: Property 'def_global' does not exist on type '(Anonymous function)'. -node_modules/uglify-js/lib/scope.js(221,33): error TS2339: Property 'parent' does not exist on type 'TreeWalker'. -node_modules/uglify-js/lib/scope.js(230,26): error TS2339: Property 'uses_eval' does not exist on type '(Anonymous function)'. -node_modules/uglify-js/lib/scope.js(253,10): error TS2339: Property 'walk' does not exist on type '(Anonymous function)'. -node_modules/uglify-js/lib/scope.js(256,27): error TS2339: Property 'walk' does not exist on type '(Anonymous function)'. -node_modules/uglify-js/lib/scope.js(256,47): error TS2554: Expected 0 arguments, but got 1. -node_modules/uglify-js/lib/scope.js(302,38): error TS2339: Property 'variables' does not exist on type '(Anonymous function)'. -node_modules/uglify-js/lib/scope.js(342,10): error TS2339: Property 'def_variable' does not exist on type '(Anonymous function)'. -node_modules/uglify-js/lib/scope.js(344,21): error TS2339: Property 'start' does not exist on type '(Anonymous function)'. -node_modules/uglify-js/lib/scope.js(345,19): error TS2339: Property 'end' does not exist on type '(Anonymous function)'. -node_modules/uglify-js/lib/scope.js(489,29): error TS2554: Expected 0 arguments, but got 1. -node_modules/uglify-js/lib/scope.js(506,49): error TS2339: Property 'has_directive' does not exist on type 'TreeWalker'. -node_modules/uglify-js/lib/scope.js(550,31): error TS2345: Argument of type 'string' is not assignable to parameter of type 'object | null'. -node_modules/uglify-js/lib/scope.js(553,30): error TS2554: Expected 0 arguments, but got 1. -node_modules/uglify-js/lib/scope.js(577,30): error TS2554: Expected 0 arguments, but got 1. +node_modules/uglify-js/lib/scope.js(116,29): error TS2554: Expected 0 arguments, but got 1. +node_modules/uglify-js/lib/scope.js(166,41): error TS2339: Property 'parent' does not exist on type 'TreeWalker'. +node_modules/uglify-js/lib/scope.js(205,10): error TS2339: Property 'walk' does not exist on type '(Anonymous function)'. +node_modules/uglify-js/lib/scope.js(210,29): error TS2554: Expected 0 arguments, but got 1. +node_modules/uglify-js/lib/scope.js(267,28): error TS2339: Property 'def_global' does not exist on type '(Anonymous function)'. +node_modules/uglify-js/lib/scope.js(269,33): error TS2339: Property 'parent' does not exist on type 'TreeWalker'. +node_modules/uglify-js/lib/scope.js(281,33): error TS2339: Property 'parent' does not exist on type 'TreeWalker'. +node_modules/uglify-js/lib/scope.js(290,26): error TS2339: Property 'uses_eval' does not exist on type '(Anonymous function)'. +node_modules/uglify-js/lib/scope.js(305,10): error TS2339: Property 'walk' does not exist on type '(Anonymous function)'. +node_modules/uglify-js/lib/scope.js(308,27): error TS2339: Property 'walk' does not exist on type '(Anonymous function)'. +node_modules/uglify-js/lib/scope.js(308,47): error TS2554: Expected 0 arguments, but got 1. +node_modules/uglify-js/lib/scope.js(360,38): error TS2339: Property 'variables' does not exist on type '(Anonymous function)'. +node_modules/uglify-js/lib/scope.js(403,10): error TS2339: Property 'def_variable' does not exist on type '(Anonymous function)'. +node_modules/uglify-js/lib/scope.js(405,21): error TS2339: Property 'start' does not exist on type '(Anonymous function)'. +node_modules/uglify-js/lib/scope.js(406,19): error TS2339: Property 'end' does not exist on type '(Anonymous function)'. +node_modules/uglify-js/lib/scope.js(552,29): error TS2554: Expected 0 arguments, but got 1. +node_modules/uglify-js/lib/scope.js(584,49): error TS2339: Property 'has_directive' does not exist on type 'TreeWalker'. +node_modules/uglify-js/lib/scope.js(642,31): error TS2345: Argument of type 'string' is not assignable to parameter of type 'object | null'. +node_modules/uglify-js/lib/scope.js(645,30): error TS2554: Expected 0 arguments, but got 1. +node_modules/uglify-js/lib/scope.js(669,30): error TS2554: Expected 0 arguments, but got 1. node_modules/uglify-js/lib/sourcemap.js(82,11): error TS2339: Property 'index' does not exist on type 'any[]'. node_modules/uglify-js/lib/sourcemap.js(178,31): error TS2339: Property 'index' does not exist on type 'any[]'. node_modules/uglify-js/lib/sourcemap.js(186,34): error TS2339: Property 'index' does not exist on type 'any[]'. node_modules/uglify-js/lib/transform.js(47,21): error TS2345: Argument of type 'this' is not assignable to parameter of type 'TreeWalker'. Type 'TreeTransformer' is missing the following properties from type 'TreeWalker': currentNode, filter, root, whatToShow, and 10 more. -node_modules/uglify-js/tools/exit.js(10,37): error TS2345: Argument of type 'any[]' is not assignable to parameter of type '[code?: number | undefined]'. - Target allows only 1 element(s) but source may have more. node_modules/uglify-js/tools/exports.js(1,1): error TS2303: Circular definition of import alias '"Dictionary"'. node_modules/uglify-js/tools/exports.js(2,1): error TS2303: Circular definition of import alias '"List"'. node_modules/uglify-js/tools/exports.js(3,1): error TS2303: Circular definition of import alias '"minify"'. @@ -238,6 +257,10 @@ node_modules/uglify-js/tools/exports.js(5,1): error TS2303: Circular definition node_modules/uglify-js/tools/exports.js(6,1): error TS2303: Circular definition of import alias '"TreeTransformer"'. node_modules/uglify-js/tools/exports.js(7,1): error TS2303: Circular definition of import alias '"TreeWalker"'. node_modules/uglify-js/tools/node.js(64,26): error TS2339: Property 'minify' does not exist on type 'typeof import("/uglify-js/node_modules/uglify-js/tools/node")'. +node_modules/uglify-js/tools/tty.js(4,20): error TS2339: Property '_handle' does not exist on type 'WriteStream & { fd: 1; }'. +node_modules/uglify-js/tools/tty.js(5,20): error TS2339: Property '_handle' does not exist on type 'WriteStream & { fd: 2; }'. +node_modules/uglify-js/tools/tty.js(16,41): error TS2345: Argument of type 'any[]' is not assignable to parameter of type '[code?: number | undefined]'. + Target allows only 1 element(s) but source may have more. diff --git a/tests/baselines/reference/user/webpack.log b/tests/baselines/reference/user/webpack.log index 25a502aaf4b72..aa6f0302633be 100644 --- a/tests/baselines/reference/user/webpack.log +++ b/tests/baselines/reference/user/webpack.log @@ -1,71 +1,10 @@ Exit Code: 2 Standard output: -lib/Compilation.js(37,7): error TS2440: Import declaration conflicts with local declaration of 'Module'. -lib/Compilation.js(49,7): error TS2440: Import declaration conflicts with local declaration of 'WebpackError'. -lib/Compilation.js(53,7): error TS2440: Import declaration conflicts with local declaration of 'StatsFactory'. -lib/Compilation.js(54,7): error TS2440: Import declaration conflicts with local declaration of 'StatsPrinter'. -lib/Compiler.js(156,4): error TS2322: Type 'AsyncParallelHook' is not assignable to type 'AsyncParallelHook<[Compilation], Module>'. -lib/Compiler.js(156,4): error TS2322: Type 'AsyncParallelHook' is not assignable to type 'AsyncParallelHook<[Compilation], Module>'. - Types of property 'intercept' are incompatible. - Type '(interceptor: HookInterceptor) => void' is not assignable to type '(interceptor: HookInterceptor<[Compilation], void, Module>) => void'. - Types of parameters 'interceptor' and 'interceptor' are incompatible. - Type 'HookInterceptor<[Compilation], void, Module>' is not assignable to type 'HookInterceptor'. - Property '_UnsetAdditionalOptions' is missing in type 'Module' but required in type 'UnsetAdditionalOptions'. -lib/Compiler.js(158,4): error TS2322: Type 'AsyncSeriesHook' is not assignable to type 'AsyncParallelHook<[Compilation], Module>'. -lib/Compiler.js(158,4): error TS2322: Type 'AsyncSeriesHook' is not assignable to type 'AsyncParallelHook<[Compilation], Module>'. - Types of property 'intercept' are incompatible. - Type '(interceptor: HookInterceptor) => void' is not assignable to type '(interceptor: HookInterceptor<[Compilation], void, Module>) => void'. - Types of parameters 'interceptor' and 'interceptor' are incompatible. - Type 'HookInterceptor<[Compilation], void, Module>' is not assignable to type 'HookInterceptor'. -lib/ExportsInfo.js(1092,28): error TS1016: A required parameter cannot follow an optional parameter. -lib/FlagDependencyUsagePlugin.js(8,7): error TS2440: Import declaration conflicts with local declaration of 'Dependency'. -lib/NormalModule.js(19,7): error TS2440: Import declaration conflicts with local declaration of 'Compilation'. -lib/RuntimeTemplate.js(8,7): error TS2440: Import declaration conflicts with local declaration of 'InitFragment'. -lib/Template.js(8,9): error TS2440: Import declaration conflicts with local declaration of 'ConcatSource'. -lib/Watching.js(8,7): error TS2440: Import declaration conflicts with local declaration of 'Stats'. -lib/WebpackOptionsApply.js(79,10): error TS2300: Duplicate identifier 'ElectronTargetPlugin'. -lib/WebpackOptionsApply.js(83,10): error TS2300: Duplicate identifier 'ElectronTargetPlugin'. -lib/WebpackOptionsApply.js(87,10): error TS2300: Duplicate identifier 'ElectronTargetPlugin'. -lib/WebpackOptionsApply.js(96,10): error TS2300: Duplicate identifier 'ElectronTargetPlugin'. -lib/WebpackOptionsApply.js(100,10): error TS2300: Duplicate identifier 'ExternalsPlugin'. -lib/WebpackOptionsApply.js(104,10): error TS2300: Duplicate identifier 'ExternalsPlugin'. -lib/WebpackOptionsApply.js(107,10): error TS2300: Duplicate identifier 'ExternalsPlugin'. -lib/WebpackOptionsApply.js(158,10): error TS2300: Duplicate identifier 'ExternalsPlugin'. -lib/WebpackOptionsApply.js(423,12): error TS2300: Duplicate identifier 'OccurrenceChunkIdsPlugin'. -lib/WebpackOptionsApply.js(430,12): error TS2300: Duplicate identifier 'OccurrenceChunkIdsPlugin'. -lib/WebpackOptionsApply.js(481,12): error TS2300: Duplicate identifier 'MemoryCachePlugin'. -lib/WebpackOptionsApply.js(491,12): error TS2300: Duplicate identifier 'MemoryCachePlugin'. -lib/cache/ResolverCachePlugin.js(8,7): error TS2440: Import declaration conflicts with local declaration of 'LazySet'. -lib/dependencies/CommonJsExportRequireDependency.js(8,7): error TS2440: Import declaration conflicts with local declaration of 'Dependency'. -lib/dependencies/HarmonyExportImportedSpecifierDependency.js(8,7): error TS2440: Import declaration conflicts with local declaration of 'Dependency'. -lib/dependencies/HarmonyImportDependency.js(9,7): error TS2440: Import declaration conflicts with local declaration of 'Dependency'. -lib/dependencies/HarmonyImportSpecifierDependency.js(8,7): error TS2440: Import declaration conflicts with local declaration of 'Dependency'. -lib/dependencies/ImportDependency.js(8,7): error TS2440: Import declaration conflicts with local declaration of 'Dependency'. -lib/dependencies/ModuleDecoratorDependency.js(8,7): error TS2440: Import declaration conflicts with local declaration of 'Dependency'. -lib/dependencies/NullDependency.js(8,7): error TS2440: Import declaration conflicts with local declaration of 'Dependency'. -lib/dependencies/RequireIncludeDependency.js(8,7): error TS2440: Import declaration conflicts with local declaration of 'Dependency'. -lib/dependencies/WorkerDependency.js(8,7): error TS2440: Import declaration conflicts with local declaration of 'Dependency'. -lib/javascript/EnableChunkLoadingPlugin.js(84,12): error TS2300: Duplicate identifier 'CommonJsChunkLoadingPlugin'. -lib/javascript/EnableChunkLoadingPlugin.js(91,12): error TS2300: Duplicate identifier 'CommonJsChunkLoadingPlugin'. -lib/library/EnableLibraryPlugin.js(79,12): error TS2300: Duplicate identifier 'AssignLibraryPlugin'. -lib/library/EnableLibraryPlugin.js(89,12): error TS2300: Duplicate identifier 'AssignLibraryPlugin'. -lib/library/EnableLibraryPlugin.js(99,12): error TS2300: Duplicate identifier 'AssignLibraryPlugin'. -lib/library/EnableLibraryPlugin.js(109,12): error TS2300: Duplicate identifier 'AssignLibraryPlugin'. -lib/library/EnableLibraryPlugin.js(119,12): error TS2300: Duplicate identifier 'AssignLibraryPlugin'. -lib/library/EnableLibraryPlugin.js(129,12): error TS2300: Duplicate identifier 'AssignLibraryPlugin'. -lib/library/EnableLibraryPlugin.js(139,12): error TS2300: Duplicate identifier 'AssignLibraryPlugin'. -lib/library/EnableLibraryPlugin.js(150,12): error TS2300: Duplicate identifier 'AssignLibraryPlugin'. -lib/optimize/SplitChunksPlugin.js(8,7): error TS2440: Import declaration conflicts with local declaration of 'Chunk'. -lib/runtime/LoadScriptRuntimeModule.js(8,7): error TS2440: Import declaration conflicts with local declaration of 'Compilation'. -lib/util/registerExternalSerializer.js(319,16): error TS2339: Property 'errors' does not exist on type 'typeof ValidationError'. -lib/util/registerExternalSerializer.js(320,16): error TS2339: Property 'schema' does not exist on type 'typeof ValidationError'. -lib/util/registerExternalSerializer.js(322,17): error TS2339: Property 'headerName' does not exist on type 'typeof ValidationError'. -lib/util/registerExternalSerializer.js(323,25): error TS2339: Property 'baseDataPath' does not exist on type 'typeof ValidationError'. -lib/util/registerExternalSerializer.js(324,26): error TS2339: Property 'postFormatter' does not exist on type 'typeof ValidationError'. -lib/util/registerExternalSerializer.js(333,4): error TS2739: Type 'ValidationError' is missing the following properties from type 'typeof ValidationError': prototype, captureStackTrace, stackTraceLimit -lib/wasm-async/AsyncWebAssemblyModulesPlugin.js(9,7): error TS2440: Import declaration conflicts with local declaration of 'Compilation'. -lib/webpack.js(10,7): error TS2440: Import declaration conflicts with local declaration of 'Compiler'. -lib/webpack.js(11,7): error TS2440: Import declaration conflicts with local declaration of 'MultiCompiler'. +lib/MultiCompiler.js(247,18): error TS2345: Argument of type '"Circular dependency found in compiler dependencies."' is not assignable to parameter of type '`${string} -> ${string}`'. +lib/MultiCompiler.js(248,19): error TS2345: Argument of type 'string' is not assignable to parameter of type '`Compiler dependency \`${string}\` not found.`'. +lib/stats/DefaultStatsPrinterPlugin.js(420,55): error TS2345: Argument of type 'StatsPrinterContext' is not assignable to parameter of type '{ formatSize?: (n: any) => `${any}`; }'. + The types returned by 'formatSize(...)' are incompatible between these types. + Type 'string' is not assignable to type '`${any}`'. From 383294df48e0afb545e2aab4d78b0cd3323a61eb Mon Sep 17 00:00:00 2001 From: typescript-bot Date: Mon, 11 Jan 2021 19:11:18 +0000 Subject: [PATCH 2/2] Update user baselines --- .../reference/docker/office-ui-fabric.log | 174 +++++++++--------- tests/baselines/reference/docker/vue-next.log | 6 +- 2 files changed, 90 insertions(+), 90 deletions(-) diff --git a/tests/baselines/reference/docker/office-ui-fabric.log b/tests/baselines/reference/docker/office-ui-fabric.log index e0d45c768cf52..094d3d2f5c17f 100644 --- a/tests/baselines/reference/docker/office-ui-fabric.log +++ b/tests/baselines/reference/docker/office-ui-fabric.log @@ -583,9 +583,9 @@ Standard error: @fluentui/web-components: [XX:XX:XX XM] x Command not defined: ts @fluentui/ability-attributes: [XX:XX:XX XM] x Cannot find config file "null". Please create a file called "just.config.js" in the root of the project next to "package.json". @fluentui/ability-attributes: [XX:XX:XX XM] x Command not defined: ts -@fluentui/scripts: [XX:XX:XX XM] x Error detected while running 'ts:esm' +@fluentui/scripts: [XX:XX:XX XM] x Error detected while running '_wrapFunction' @fluentui/scripts: [XX:XX:XX XM] x ------------------------------------ -@fluentui/scripts: [XX:XX:XX XM] x Error: Command failed: /usr/local/bin/node "/office-ui-fabric-react/node_modules/typescript/lib/tsc.js" --pretty --target es5 --outDir lib --module esnext --project "/office-ui-fabric-react/scripts/tsconfig.json" +@fluentui/scripts: [XX:XX:XX XM] x Error: Command failed: /usr/local/bin/node "/office-ui-fabric-react/node_modules/typescript/lib/tsc.js" --pretty --target es5 --outDir lib-commonjs --module commonjs --project "/office-ui-fabric-react/scripts/tsconfig.json" @fluentui/scripts: at ChildProcess.exithandler (child_process.js:308:12) @fluentui/scripts: at ChildProcess.emit (events.js:314:20) @fluentui/scripts: at ChildProcess.EventEmitter.emit (domain.js:506:15) @@ -641,7 +641,7 @@ Standard error: @fluentui/scripts: Found 11 errors. @fluentui/scripts: [XX:XX:XX XM] x ------------------------------------ @fluentui/scripts: [XX:XX:XX XM] x Error previously detected. See above for error messages. -@fluentui/scripts: [XX:XX:XX XM] x Other tasks that did not complete: [ts:commonjs] +@fluentui/scripts: [XX:XX:XX XM] x Other tasks that did not complete: [ts:esm] @fluentui/scripts: error Command failed with exit code 1. @fluentui/a11y-testing: [XX:XX:XX XM] x Error detected while running 'ts:esm' @fluentui/a11y-testing: [XX:XX:XX XM] x ------------------------------------ @@ -671,9 +671,9 @@ Standard error: @fluentui/codemods: at Process.ChildProcess._handle.onexit (internal/child_process.js:287:5) @fluentui/codemods: at Process.callbackTrampoline (internal/async_hooks.js:126:14) @fluentui/codemods: [XX:XX:XX XM] x stdout: -@fluentui/codemods: [XX:XX:XX XM] x src/codeMods/mods/configMod/configMod.mod.ts:52:5 - error TS2322: Type '(file: SourceFile) => Result | Err, { ...; }>' is not assignable to type '(file: SourceFile) => Result'. -@fluentui/codemods: Type 'Result | Err, { ...; }>' is not assignable to type 'Result'. -@fluentui/codemods: Type 'Err, { error: any; }>' is not assignable to type 'Result'. +@fluentui/codemods: [XX:XX:XX XM] x src/codeMods/mods/configMod/configMod.mod.ts:52:5 - error TS2322: Type '(file: SourceFile) => CodeModResult | Err, { error: any; }>' is not assignable to type '(file: SourceFile) => CodeModResult'. +@fluentui/codemods: Type 'CodeModResult | Err, { error: any; }>' is not assignable to type 'CodeModResult'. +@fluentui/codemods: Type 'Err, { error: any; }>' is not assignable to type 'CodeModResult'. @fluentui/codemods: Type 'Err, { error: any; }>' is not assignable to type 'Err'. @fluentui/codemods: Type 'ModResult | Result' is not assignable to type 'ModResult'. @fluentui/codemods: Type 'Err' is not assignable to type 'ModResult'. @@ -683,10 +683,10 @@ Standard error: @fluentui/codemods: 34 run: (file: T) => CodeModResult; @fluentui/codemods: ~~~ @fluentui/codemods: The expected type comes from property 'run' which is declared here on type 'CodeMod' -@fluentui/codemods: src/codeMods/mods/configMod/configMod.mod.ts:70:3 - error TS2322: Type '(mod: RenamePropModType) => (file: SourceFile) => Ok<{ logs: string[]; }, NoOp | ModError> | Err, { ...; }>' is not assignable to type '(mod: any) => (file: SourceFile) => Result'. -@fluentui/codemods: Call signature return types '(file: SourceFile) => Ok<{ logs: string[]; }, NoOp | ModError> | Err, { ...; }>' and '(file: SourceFile) => Result' are incompatible. -@fluentui/codemods: Type 'Ok<{ logs: string[]; }, NoOp | ModError> | Err, { logs: string[]; }>' is not assignable to type 'Result'. -@fluentui/codemods: Type 'Err, { logs: string[]; }>' is not assignable to type 'Result'. +@fluentui/codemods: src/codeMods/mods/configMod/configMod.mod.ts:70:3 - error TS2322: Type '(mod: RenamePropModType) => (file: SourceFile) => Ok<{ logs: string[]; }, NoOp | ModError> | Err, { ...; }>' is not assignable to type '(mod: any) => (file: SourceFile) => CodeModResult'. +@fluentui/codemods: Call signature return types '(file: SourceFile) => Ok<{ logs: string[]; }, NoOp | ModError> | Err, { ...; }>' and '(file: SourceFile) => CodeModResult' are incompatible. +@fluentui/codemods: Type 'Ok<{ logs: string[]; }, NoOp | ModError> | Err, { logs: string[]; }>' is not assignable to type 'CodeModResult'. +@fluentui/codemods: Type 'Err, { logs: string[]; }>' is not assignable to type 'CodeModResult'. @fluentui/codemods: Type 'Err, { logs: string[]; }>' is not assignable to type 'Err'. @fluentui/codemods: Type 'ModResult | Result' is not assignable to type 'ModResult'. @fluentui/codemods: Type 'Err' is not assignable to type 'ModResult'. @@ -699,9 +699,9 @@ Standard error: @fluentui/codemods: src/codeMods/mods/configMod/configMod.mod.ts:109:41 - error TS2343: This syntax requires an imported helper named '__spreadArray' which does not exist in 'tslib'. Consider upgrading your version of 'tslib'. @fluentui/codemods: 109 return Ok({ logs: v.logs.concat(...r.logs) }); @fluentui/codemods: ~~~~~~~~~ -@fluentui/codemods: src/codeMods/mods/configMod/configMod.mod.ts:128:3 - error TS2322: Type '(file: SourceFile) => Result | Err, { ...; }>' is not assignable to type '(file: SourceFile) => Result'. -@fluentui/codemods: Type 'Result | Err, { ...; }>' is not assignable to type 'Result'. -@fluentui/codemods: Type 'Err, { logs: string[]; }>' is not assignable to type 'Result'. +@fluentui/codemods: src/codeMods/mods/configMod/configMod.mod.ts:128:3 - error TS2322: Type '(file: SourceFile) => CodeModResult | Err, { logs: string[]; }>' is not assignable to type '(file: SourceFile) => CodeModResult'. +@fluentui/codemods: Type 'CodeModResult | Err, { logs: string[]; }>' is not assignable to type 'CodeModResult'. +@fluentui/codemods: Type 'Err, { logs: string[]; }>' is not assignable to type 'CodeModResult'. @fluentui/codemods: Type 'Err, { logs: string[]; }>' is not assignable to type 'Err'. @fluentui/codemods: Type 'ModResult | Result' is not assignable to type 'ModResult'. @fluentui/codemods: Type 'Err' is not assignable to type 'ModResult'. @@ -711,9 +711,9 @@ Standard error: @fluentui/codemods: 34 run: (file: T) => CodeModResult; @fluentui/codemods: ~~~ @fluentui/codemods: The expected type comes from property 'run' which is declared here on type 'CodeMod' -@fluentui/codemods: src/codeMods/mods/configMod/configMod.mod.ts:147:27 - error TS2345: Argument of type '(result: CodeModResult, result2: CodeModResult) => Result<{ logs: string[]; } | Result<{ logs: string[]; }, NoOp | ModError>, NoOp | ModError>' is not assignable to parameter of type '(previousValue: Result, currentValue: Result, currentIndex: number, array: Result<...>[]) => Result<...>'. -@fluentui/codemods: Type 'Result<{ logs: string[]; } | Result<{ logs: string[]; }, NoOp | ModError>, NoOp | ModError>' is not assignable to type 'Result'. -@fluentui/codemods: Type 'Err<{ logs: string[]; } | Result<{ logs: string[]; }, NoOp | ModError>, NoOp | ModError>' is not assignable to type 'Result'. +@fluentui/codemods: src/codeMods/mods/configMod/configMod.mod.ts:147:27 - error TS2345: Argument of type '(result: CodeModResult, result2: CodeModResult) => Result<{ logs: string[]; } | Result<{ logs: string[]; }, NoOp | ModError>, NoOp | ModError>' is not assignable to parameter of type '(previousValue: CodeModResult, currentValue: CodeModResult, currentIndex: number, array: CodeModResult[]) => CodeModResult'. +@fluentui/codemods: Type 'Result<{ logs: string[]; } | Result<{ logs: string[]; }, NoOp | ModError>, NoOp | ModError>' is not assignable to type 'CodeModResult'. +@fluentui/codemods: Type 'Err<{ logs: string[]; } | Result<{ logs: string[]; }, NoOp | ModError>, NoOp | ModError>' is not assignable to type 'CodeModResult'. @fluentui/codemods: Type 'Err<{ logs: string[]; } | Result<{ logs: string[]; }, NoOp | ModError>, NoOp | ModError>' is not assignable to type 'Err'. @fluentui/codemods: Type '{ logs: string[]; } | Result<{ logs: string[]; }, NoOp | ModError>' is not assignable to type 'ModResult'. @fluentui/codemods: Property 'logs' is missing in type 'Ok<{ logs: string[]; }, NoOp | ModError>' but required in type 'ModResult'. @@ -723,9 +723,9 @@ Standard error: @fluentui/codemods: 5 logs: string[]; @fluentui/codemods: ~~~~ @fluentui/codemods: 'logs' is declared here. -@fluentui/codemods: src/codeMods/mods/officeToFluentImport/officeToFluentImport.mod.ts:26:3 - error TS2322: Type '(file: SourceFile) => Result, NoOp | ModError>' is not assignable to type '(file: SourceFile) => Result'. -@fluentui/codemods: Type 'Result, NoOp | ModError>' is not assignable to type 'Result'. -@fluentui/codemods: Type 'Err, NoOp | ModError>' is not assignable to type 'Result'. +@fluentui/codemods: src/codeMods/mods/officeToFluentImport/officeToFluentImport.mod.ts:26:3 - error TS2322: Type '(file: SourceFile) => Result, NoOp | ModError>' is not assignable to type '(file: SourceFile) => CodeModResult'. +@fluentui/codemods: Type 'Result, NoOp | ModError>' is not assignable to type 'CodeModResult'. +@fluentui/codemods: Type 'Err, NoOp | ModError>' is not assignable to type 'CodeModResult'. @fluentui/codemods: Type 'Err, NoOp | ModError>' is not assignable to type 'Err'. @fluentui/codemods: Type 'ModResult | Result' is not assignable to type 'ModResult'. @fluentui/codemods: Type 'Err' is not assignable to type 'ModResult'. @@ -747,9 +747,9 @@ Standard error: @fluentui/codemods: 31 logs: [i.getModuleSpecifierValue()], @fluentui/codemods: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @fluentui/codemods: 'logs' is declared here. -@fluentui/codemods: src/codeMods/mods/oldToNewButton/oldToNewButton.mod.ts:7:3 - error TS2322: Type '(file: SourceFile) => Result<{ logs: string[]; }, NoOp> | Err, { error: any; }>' is not assignable to type '(file: SourceFile) => Result'. -@fluentui/codemods: Type 'Result<{ logs: string[]; }, NoOp> | Err, { error: any; }>' is not assignable to type 'Result'. -@fluentui/codemods: Type 'Err, { error: any; }>' is not assignable to type 'Result'. +@fluentui/codemods: src/codeMods/mods/oldToNewButton/oldToNewButton.mod.ts:7:3 - error TS2322: Type '(file: SourceFile) => Result<{ logs: string[]; }, NoOp> | Err, { error: any; }>' is not assignable to type '(file: SourceFile) => CodeModResult'. +@fluentui/codemods: Type 'Result<{ logs: string[]; }, NoOp> | Err, { error: any; }>' is not assignable to type 'CodeModResult'. +@fluentui/codemods: Type 'Err, { error: any; }>' is not assignable to type 'CodeModResult'. @fluentui/codemods: Type 'Err, { error: any; }>' is not assignable to type 'Err'. @fluentui/codemods: Type 'ModResult | Result' is not assignable to type 'ModResult'. @fluentui/codemods: Type 'Err' is not assignable to type 'ModResult'. @@ -759,9 +759,9 @@ Standard error: @fluentui/codemods: 34 run: (file: T) => CodeModResult; @fluentui/codemods: ~~~ @fluentui/codemods: The expected type comes from property 'run' which is declared here on type 'CodeMod' -@fluentui/codemods: src/codeMods/mods/personaToAvatar/personaToAvatar.mod.ts:165:3 - error TS2322: Type '(file: SourceFile) => Err, { error: any; }> | Ok<{ logs: string[]; }, NoOp | ModError>' is not assignable to type '(file: SourceFile) => Result'. -@fluentui/codemods: Type 'Err, { error: any; }> | Ok<{ logs: string[]; }, NoOp | ModError>' is not assignable to type 'Result'. -@fluentui/codemods: Type 'Err, { error: any; }>' is not assignable to type 'Result'. +@fluentui/codemods: src/codeMods/mods/personaToAvatar/personaToAvatar.mod.ts:165:3 - error TS2322: Type '(file: SourceFile) => Err, { error: any; }> | Ok<{ logs: string[]; }, NoOp | ModError>' is not assignable to type '(file: SourceFile) => CodeModResult'. +@fluentui/codemods: Type 'Err, { error: any; }> | Ok<{ logs: string[]; }, NoOp | ModError>' is not assignable to type 'CodeModResult'. +@fluentui/codemods: Type 'Err, { error: any; }>' is not assignable to type 'CodeModResult'. @fluentui/codemods: Type 'Err, { error: any; }>' is not assignable to type 'Err'. @fluentui/codemods: Type 'ModResult | Result' is not assignable to type 'ModResult'. @fluentui/codemods: Type 'Err' is not assignable to type 'ModResult'. @@ -781,7 +781,7 @@ Standard error: @fluentui/codemods: 5 logs: string[]; @fluentui/codemods: ~~~~ @fluentui/codemods: 'logs' is declared here. -@fluentui/codemods: src/codeMods/utilities/imports.ts:73:3 - error TS2322: Type 'Err, { logs: string[]; }>' is not assignable to type 'Result'. +@fluentui/codemods: src/codeMods/utilities/imports.ts:73:3 - error TS2322: Type 'Err, { logs: string[]; }>' is not assignable to type 'ModFunctionResult'. @fluentui/codemods: Type 'Err, { logs: string[]; }>' is not assignable to type 'Err'. @fluentui/codemods: Type 'ImportDeclaration | Result' is not assignable to type 'ImportDeclaration'. @fluentui/codemods: Type 'Err' is missing the following properties from type 'ImportDeclaration': setModuleSpecifier, getModuleSpecifier, getModuleSpecifierValue, getModuleSpecifierSourceFileOrThrow, and 133 more. @@ -871,7 +871,7 @@ Standard error: @fluentui/codemods: Type 'Err' is missing the following properties from type 'RunResult': modName, logs @fluentui/codemods: 28 err => { @fluentui/codemods: ~~~~~~~~ -@fluentui/codemods: src/modRunner/runnerUtilities.ts:52:5 - error TS2322: Type 'Err, { error: any; }>' is not assignable to type 'Result'. +@fluentui/codemods: src/modRunner/runnerUtilities.ts:52:5 - error TS2322: Type 'Err, { error: any; }>' is not assignable to type 'CodeModResult'. @fluentui/codemods: Type 'Err, { error: any; }>' is not assignable to type 'Err'. @fluentui/codemods: Type 'ModResult | Result' is not assignable to type 'ModResult'. @fluentui/codemods: Property 'logs' is missing in type 'Err' but required in type 'ModResult'. @@ -881,8 +881,8 @@ Standard error: @fluentui/codemods: 5 logs: string[]; @fluentui/codemods: ~~~~ @fluentui/codemods: 'logs' is declared here. -@fluentui/codemods: src/modRunner/tests/mocks/MockMods/CodeMod.mock.ts:4:3 - error TS2322: Type '() => Err, { reason: number; logs: never[]; }>' is not assignable to type '(file: string) => Result'. -@fluentui/codemods: Type 'Err, { reason: number; logs: never[]; }>' is not assignable to type 'Result'. +@fluentui/codemods: src/modRunner/tests/mocks/MockMods/CodeMod.mock.ts:4:3 - error TS2322: Type '() => Err, { reason: number; logs: never[]; }>' is not assignable to type '(file: string) => CodeModResult'. +@fluentui/codemods: Type 'Err, { reason: number; logs: never[]; }>' is not assignable to type 'CodeModResult'. @fluentui/codemods: Type 'Err, { reason: number; logs: never[]; }>' is not assignable to type 'Err'. @fluentui/codemods: Type 'ModResult | Result' is not assignable to type 'ModResult'. @fluentui/codemods: Type 'Err' is not assignable to type 'ModResult'. @@ -979,9 +979,9 @@ Standard error: @fluentui/styles: [XX:XX:XX XM] x Command not defined: ts @fluentui/accessibility: [XX:XX:XX XM] x Cannot find config file "null". Please create a file called "just.config.js" in the root of the project next to "package.json". @fluentui/accessibility: [XX:XX:XX XM] x Command not defined: ts -@fluentui/date-time-utilities: [XX:XX:XX XM] x Error detected while running 'ts:esm' +@fluentui/date-time-utilities: [XX:XX:XX XM] x Error detected while running '_wrapFunction' @fluentui/date-time-utilities: [XX:XX:XX XM] x ------------------------------------ -@fluentui/date-time-utilities: [XX:XX:XX XM] x Error: Command failed: /usr/local/bin/node "/office-ui-fabric-react/node_modules/typescript/lib/tsc.js" --pretty --target es5 --outDir lib --module esnext --project "/office-ui-fabric-react/packages/date-time-utilities/tsconfig.json" +@fluentui/date-time-utilities: [XX:XX:XX XM] x Error: Command failed: /usr/local/bin/node "/office-ui-fabric-react/node_modules/typescript/lib/tsc.js" --pretty --target es5 --outDir lib-commonjs --module commonjs --project "/office-ui-fabric-react/packages/date-time-utilities/tsconfig.json" @fluentui/date-time-utilities: at ChildProcess.exithandler (child_process.js:308:12) @fluentui/date-time-utilities: at ChildProcess.emit (events.js:314:20) @fluentui/date-time-utilities: at ChildProcess.EventEmitter.emit (domain.js:506:15) @@ -995,7 +995,7 @@ Standard error: @fluentui/date-time-utilities: Found 1 error. @fluentui/date-time-utilities: [XX:XX:XX XM] x ------------------------------------ @fluentui/date-time-utilities: [XX:XX:XX XM] x Error previously detected. See above for error messages. -@fluentui/date-time-utilities: [XX:XX:XX XM] x Other tasks that did not complete: [ts:commonjs] +@fluentui/date-time-utilities: [XX:XX:XX XM] x Other tasks that did not complete: [ts:esm] @fluentui/date-time-utilities: error Command failed with exit code 1. @fluentui/dom-utilities: [XX:XX:XX XM] x Error detected while running 'ts:esm' @fluentui/dom-utilities: [XX:XX:XX XM] x ------------------------------------ @@ -1015,9 +1015,9 @@ Standard error: @fluentui/dom-utilities: [XX:XX:XX XM] x Error previously detected. See above for error messages. @fluentui/dom-utilities: [XX:XX:XX XM] x Other tasks that did not complete: [ts:commonjs] @fluentui/dom-utilities: error Command failed with exit code 1. -@fluentui/make-styles: [XX:XX:XX XM] x Error detected while running 'ts:esm' +@fluentui/make-styles: [XX:XX:XX XM] x Error detected while running '_wrapFunction' @fluentui/make-styles: [XX:XX:XX XM] x ------------------------------------ -@fluentui/make-styles: [XX:XX:XX XM] x Error: Command failed: /usr/local/bin/node "/office-ui-fabric-react/node_modules/typescript/lib/tsc.js" --pretty --target es5 --outDir lib --module esnext --project "/office-ui-fabric-react/packages/make-styles/tsconfig.json" +@fluentui/make-styles: [XX:XX:XX XM] x Error: Command failed: /usr/local/bin/node "/office-ui-fabric-react/node_modules/typescript/lib/tsc.js" --pretty --target es5 --outDir lib-commonjs --module commonjs --project "/office-ui-fabric-react/packages/make-styles/tsconfig.json" @fluentui/make-styles: at ChildProcess.exithandler (child_process.js:308:12) @fluentui/make-styles: at ChildProcess.emit (events.js:314:20) @fluentui/make-styles: at ChildProcess.EventEmitter.emit (domain.js:506:15) @@ -1040,7 +1040,7 @@ Standard error: @fluentui/make-styles: Found 2 errors. @fluentui/make-styles: [XX:XX:XX XM] x ------------------------------------ @fluentui/make-styles: [XX:XX:XX XM] x Error previously detected. See above for error messages. -@fluentui/make-styles: [XX:XX:XX XM] x Other tasks that did not complete: [ts:commonjs] +@fluentui/make-styles: [XX:XX:XX XM] x Other tasks that did not complete: [ts:esm] @fluentui/make-styles: error Command failed with exit code 1. @fluentui/merge-styles: [XX:XX:XX XM] x Error detected while running 'ts:esm' @fluentui/merge-styles: [XX:XX:XX XM] x ------------------------------------ @@ -1092,9 +1092,9 @@ Standard error: @fluentui/react-stylesheets: error Command failed with exit code 1. @fluentui/react-bindings: [XX:XX:XX XM] x Cannot find config file "null". Please create a file called "just.config.js" in the root of the project next to "package.json". @fluentui/react-bindings: [XX:XX:XX XM] x Command not defined: ts -@fluentui/utilities: [XX:XX:XX XM] x Error detected while running 'ts:esm' +@fluentui/utilities: [XX:XX:XX XM] x Error detected while running '_wrapFunction' @fluentui/utilities: [XX:XX:XX XM] x ------------------------------------ -@fluentui/utilities: [XX:XX:XX XM] x Error: Command failed: /usr/local/bin/node "/office-ui-fabric-react/node_modules/typescript/lib/tsc.js" --pretty --target es5 --outDir lib --module esnext --project "/office-ui-fabric-react/packages/utilities/tsconfig.json" +@fluentui/utilities: [XX:XX:XX XM] x Error: Command failed: /usr/local/bin/node "/office-ui-fabric-react/node_modules/typescript/lib/tsc.js" --pretty --target es5 --outDir lib-commonjs --module commonjs --project "/office-ui-fabric-react/packages/utilities/tsconfig.json" @fluentui/utilities: at ChildProcess.exithandler (child_process.js:308:12) @fluentui/utilities: at ChildProcess.emit (events.js:314:20) @fluentui/utilities: at ChildProcess.EventEmitter.emit (domain.js:506:15) @@ -1132,15 +1132,15 @@ Standard error: @fluentui/utilities: Found 9 errors. @fluentui/utilities: [XX:XX:XX XM] x ------------------------------------ @fluentui/utilities: [XX:XX:XX XM] x Error previously detected. See above for error messages. -@fluentui/utilities: [XX:XX:XX XM] x Other tasks that did not complete: [ts:commonjs] +@fluentui/utilities: [XX:XX:XX XM] x Other tasks that did not complete: [ts:esm] @fluentui/utilities: error Command failed with exit code 1. @fluentui/react-icons-northstar: [XX:XX:XX XM] x Cannot find config file "null". Please create a file called "just.config.js" in the root of the project next to "package.json". @fluentui/react-icons-northstar: [XX:XX:XX XM] x Command not defined: ts @fluentui/react-telemetry: [XX:XX:XX XM] x Cannot find config file "null". Please create a file called "just.config.js" in the root of the project next to "package.json". @fluentui/react-telemetry: [XX:XX:XX XM] x Command not defined: ts -@fluentui/react-compose: [XX:XX:XX XM] x Error detected while running 'ts:esm' +@fluentui/react-compose: [XX:XX:XX XM] x Error detected while running '_wrapFunction' @fluentui/react-compose: [XX:XX:XX XM] x ------------------------------------ -@fluentui/react-compose: [XX:XX:XX XM] x Error: Command failed: /usr/local/bin/node "/office-ui-fabric-react/node_modules/typescript/lib/tsc.js" --pretty --target es5 --outDir lib --module esnext --project "/office-ui-fabric-react/packages/react-compose/tsconfig.json" +@fluentui/react-compose: [XX:XX:XX XM] x Error: Command failed: /usr/local/bin/node "/office-ui-fabric-react/node_modules/typescript/lib/tsc.js" --pretty --target es5 --outDir lib-commonjs --module commonjs --project "/office-ui-fabric-react/packages/react-compose/tsconfig.json" @fluentui/react-compose: at ChildProcess.exithandler (child_process.js:308:12) @fluentui/react-compose: at ChildProcess.emit (events.js:314:20) @fluentui/react-compose: at ChildProcess.EventEmitter.emit (domain.js:506:15) @@ -1154,7 +1154,7 @@ Standard error: @fluentui/react-compose: Found 1 error. @fluentui/react-compose: [XX:XX:XX XM] x ------------------------------------ @fluentui/react-compose: [XX:XX:XX XM] x Error previously detected. See above for error messages. -@fluentui/react-compose: [XX:XX:XX XM] x Other tasks that did not complete: [ts:commonjs] +@fluentui/react-compose: [XX:XX:XX XM] x Other tasks that did not complete: [ts:esm] @fluentui/react-compose: error Command failed with exit code 1. @fluentui/react-hooks: [XX:XX:XX XM] x Error detected while running '_wrapFunction' @fluentui/react-hooks: [XX:XX:XX XM] x ------------------------------------ @@ -1267,10 +1267,10 @@ codesandbox-react-northstar-template: error Command failed with exit code 1. @fluentui/react-avatar: at Process.ChildProcess._handle.onexit (internal/child_process.js:287:5) @fluentui/react-avatar: at Process.callbackTrampoline (internal/async_hooks.js:126:14) @fluentui/react-avatar: [XX:XX:XX XM] x stdout: -@fluentui/react-avatar: [XX:XX:XX XM] x src/components/Avatar/Avatar.tsx:11:38 - error TS2345: Argument of type 'typeof import("*.scss")' is not assignable to parameter of type 'Record'. +@fluentui/react-avatar: [XX:XX:XX XM] x src/components/Avatar/Avatar.tsx:11:38 - error TS2345: Argument of type 'typeof import("*.scss")' is not assignable to parameter of type 'ClassDictionary'. @fluentui/react-avatar: 11 const useAvatarClasses = makeClasses(classes); @fluentui/react-avatar: ~~~~~~~ -@fluentui/react-avatar: src/components/Badge/Badge.tsx:10:44 - error TS2345: Argument of type 'typeof import("*.scss")' is not assignable to parameter of type 'Record'. +@fluentui/react-avatar: src/components/Badge/Badge.tsx:10:44 - error TS2345: Argument of type 'typeof import("*.scss")' is not assignable to parameter of type 'ClassDictionary'. @fluentui/react-avatar: Property 'styles' is incompatible with index signature. @fluentui/react-avatar: Type '{ [className: string]: string; }' is not assignable to type 'string'. @fluentui/react-avatar: 10 export const useBadgeClasses = makeClasses(classes); @@ -1280,9 +1280,9 @@ codesandbox-react-northstar-template: error Command failed with exit code 1. @fluentui/react-avatar: [XX:XX:XX XM] x Error previously detected. See above for error messages. @fluentui/react-avatar: [XX:XX:XX XM] x Other tasks that did not complete: [ts:commonjs] @fluentui/react-avatar: error Command failed with exit code 1. -@fluentui/react-flex: [XX:XX:XX XM] x Error detected while running 'ts:esm' +@fluentui/react-flex: [XX:XX:XX XM] x Error detected while running '_wrapFunction' @fluentui/react-flex: [XX:XX:XX XM] x ------------------------------------ -@fluentui/react-flex: [XX:XX:XX XM] x Error: Command failed: /usr/local/bin/node "/office-ui-fabric-react/node_modules/typescript/lib/tsc.js" --pretty --target es5 --outDir lib --module esnext --project "/office-ui-fabric-react/packages/react-flex/tsconfig.json" +@fluentui/react-flex: [XX:XX:XX XM] x Error: Command failed: /usr/local/bin/node "/office-ui-fabric-react/node_modules/typescript/lib/tsc.js" --pretty --target es5 --outDir lib-commonjs --module commonjs --project "/office-ui-fabric-react/packages/react-flex/tsconfig.json" @fluentui/react-flex: at ChildProcess.exithandler (child_process.js:308:12) @fluentui/react-flex: at ChildProcess.emit (events.js:314:20) @fluentui/react-flex: at ChildProcess.EventEmitter.emit (domain.js:506:15) @@ -1290,22 +1290,22 @@ codesandbox-react-northstar-template: error Command failed with exit code 1. @fluentui/react-flex: at Process.ChildProcess._handle.onexit (internal/child_process.js:287:5) @fluentui/react-flex: at Process.callbackTrampoline (internal/async_hooks.js:126:14) @fluentui/react-flex: [XX:XX:XX XM] x stdout: -@fluentui/react-flex: [XX:XX:XX XM] x src/components/Flex/Flex.tsx:22:34 - error TS2345: Argument of type 'typeof import("*.scss")' is not assignable to parameter of type 'Record'. +@fluentui/react-flex: [XX:XX:XX XM] x src/components/Flex/Flex.tsx:22:34 - error TS2345: Argument of type 'typeof import("*.scss")' is not assignable to parameter of type 'ClassDictionary'. @fluentui/react-flex: Property 'styles' is incompatible with index signature. @fluentui/react-flex: Type '{ [className: string]: string; }' is not assignable to type 'string'. @fluentui/react-flex: 22 classes: createClassResolver(classes), @fluentui/react-flex: ~~~~~~~ -@fluentui/react-flex: src/components/FlexItem/FlexItem.tsx:20:34 - error TS2345: Argument of type 'typeof import("*.scss")' is not assignable to parameter of type 'Record'. +@fluentui/react-flex: src/components/FlexItem/FlexItem.tsx:20:34 - error TS2345: Argument of type 'typeof import("*.scss")' is not assignable to parameter of type 'ClassDictionary'. @fluentui/react-flex: 20 classes: createClassResolver(classes), @fluentui/react-flex: ~~~~~~~ @fluentui/react-flex: Found 2 errors. @fluentui/react-flex: [XX:XX:XX XM] x ------------------------------------ @fluentui/react-flex: [XX:XX:XX XM] x Error previously detected. See above for error messages. -@fluentui/react-flex: [XX:XX:XX XM] x Other tasks that did not complete: [ts:commonjs] +@fluentui/react-flex: [XX:XX:XX XM] x Other tasks that did not complete: [ts:esm] @fluentui/react-flex: error Command failed with exit code 1. -@fluentui/react-image: [XX:XX:XX XM] x Error detected while running '_wrapFunction' +@fluentui/react-image: [XX:XX:XX XM] x Error detected while running 'ts:esm' @fluentui/react-image: [XX:XX:XX XM] x ------------------------------------ -@fluentui/react-image: [XX:XX:XX XM] x Error: Command failed: /usr/local/bin/node "/office-ui-fabric-react/node_modules/typescript/lib/tsc.js" --pretty --target es5 --outDir lib-commonjs --module commonjs --project "/office-ui-fabric-react/packages/react-image/tsconfig.json" +@fluentui/react-image: [XX:XX:XX XM] x Error: Command failed: /usr/local/bin/node "/office-ui-fabric-react/node_modules/typescript/lib/tsc.js" --pretty --target es5 --outDir lib --module esnext --project "/office-ui-fabric-react/packages/react-image/tsconfig.json" @fluentui/react-image: at ChildProcess.exithandler (child_process.js:308:12) @fluentui/react-image: at ChildProcess.emit (events.js:314:20) @fluentui/react-image: at ChildProcess.EventEmitter.emit (domain.js:506:15) @@ -1313,7 +1313,7 @@ codesandbox-react-northstar-template: error Command failed with exit code 1. @fluentui/react-image: at Process.ChildProcess._handle.onexit (internal/child_process.js:287:5) @fluentui/react-image: at Process.callbackTrampoline (internal/async_hooks.js:126:14) @fluentui/react-image: [XX:XX:XX XM] x stdout: -@fluentui/react-image: [XX:XX:XX XM] x src/components/Image/Image.tsx:9:44 - error TS2345: Argument of type 'typeof import("*.scss")' is not assignable to parameter of type 'Record'. +@fluentui/react-image: [XX:XX:XX XM] x src/components/Image/Image.tsx:9:44 - error TS2345: Argument of type 'typeof import("*.scss")' is not assignable to parameter of type 'ClassDictionary'. @fluentui/react-image: Property 'styles' is incompatible with index signature. @fluentui/react-image: Type '{ [className: string]: string; }' is not assignable to type 'string'. @fluentui/react-image: 9 export const useImageClasses = makeClasses(classes); @@ -1324,13 +1324,13 @@ codesandbox-react-northstar-template: error Command failed with exit code 1. @fluentui/react-image: Found 2 errors. @fluentui/react-image: [XX:XX:XX XM] x ------------------------------------ @fluentui/react-image: [XX:XX:XX XM] x Error previously detected. See above for error messages. -@fluentui/react-image: [XX:XX:XX XM] x Other tasks that did not complete: [ts:esm] +@fluentui/react-image: [XX:XX:XX XM] x Other tasks that did not complete: [ts:commonjs] @fluentui/react-image: error Command failed with exit code 1. @fluentui/docs: [XX:XX:XX XM] x Cannot find config file "null". Please create a file called "just.config.js" in the root of the project next to "package.json". @fluentui/docs: [XX:XX:XX XM] x Command not defined: ts -@fluentui/react-internal: [XX:XX:XX XM] x Error detected while running '_wrapFunction' +@fluentui/react-internal: [XX:XX:XX XM] x Error detected while running 'ts:esm' @fluentui/react-internal: [XX:XX:XX XM] x ------------------------------------ -@fluentui/react-internal: [XX:XX:XX XM] x Error: Command failed: /usr/local/bin/node "/office-ui-fabric-react/node_modules/typescript/lib/tsc.js" --pretty --target es5 --outDir lib-commonjs --module commonjs --project "/office-ui-fabric-react/packages/react-internal/tsconfig.json" +@fluentui/react-internal: [XX:XX:XX XM] x Error: Command failed: /usr/local/bin/node "/office-ui-fabric-react/node_modules/typescript/lib/tsc.js" --pretty --target es5 --outDir lib --module esnext --project "/office-ui-fabric-react/packages/react-internal/tsconfig.json" @fluentui/react-internal: at ChildProcess.exithandler (child_process.js:308:12) @fluentui/react-internal: at ChildProcess.emit (events.js:314:20) @fluentui/react-internal: at ChildProcess.EventEmitter.emit (domain.js:506:15) @@ -1382,13 +1382,13 @@ codesandbox-react-northstar-template: error Command failed with exit code 1. @fluentui/react-internal: Found 11 errors. @fluentui/react-internal: [XX:XX:XX XM] x ------------------------------------ @fluentui/react-internal: [XX:XX:XX XM] x Error previously detected. See above for error messages. -@fluentui/react-internal: [XX:XX:XX XM] x Other tasks that did not complete: [ts:esm] +@fluentui/react-internal: [XX:XX:XX XM] x Other tasks that did not complete: [ts:commonjs] @fluentui/react-internal: error Command failed with exit code 1. @fluentui/perf: [XX:XX:XX XM] x Cannot find config file "null". Please create a file called "just.config.js" in the root of the project next to "package.json". @fluentui/perf: [XX:XX:XX XM] x Command not defined: ts -@fluentui/react-checkbox: [XX:XX:XX XM] x Error detected while running 'ts:esm' +@fluentui/react-checkbox: [XX:XX:XX XM] x Error detected while running '_wrapFunction' @fluentui/react-checkbox: [XX:XX:XX XM] x ------------------------------------ -@fluentui/react-checkbox: [XX:XX:XX XM] x Error: Command failed: /usr/local/bin/node "/office-ui-fabric-react/node_modules/typescript/lib/tsc.js" --pretty --target es5 --outDir lib --module esnext --project "/office-ui-fabric-react/packages/react-checkbox/tsconfig.json" +@fluentui/react-checkbox: [XX:XX:XX XM] x Error: Command failed: /usr/local/bin/node "/office-ui-fabric-react/node_modules/typescript/lib/tsc.js" --pretty --target es5 --outDir lib-commonjs --module commonjs --project "/office-ui-fabric-react/packages/react-checkbox/tsconfig.json" @fluentui/react-checkbox: at ChildProcess.exithandler (child_process.js:308:12) @fluentui/react-checkbox: at ChildProcess.emit (events.js:314:20) @fluentui/react-checkbox: at ChildProcess.EventEmitter.emit (domain.js:506:15) @@ -1396,7 +1396,7 @@ codesandbox-react-northstar-template: error Command failed with exit code 1. @fluentui/react-checkbox: at Process.ChildProcess._handle.onexit (internal/child_process.js:287:5) @fluentui/react-checkbox: at Process.callbackTrampoline (internal/async_hooks.js:126:14) @fluentui/react-checkbox: [XX:XX:XX XM] x stdout: -@fluentui/react-checkbox: [XX:XX:XX XM] x src/next/useCheckboxClasses.tsx:14:50 - error TS2345: Argument of type 'typeof import("*.scss")' is not assignable to parameter of type 'Record'. +@fluentui/react-checkbox: [XX:XX:XX XM] x src/next/useCheckboxClasses.tsx:14:50 - error TS2345: Argument of type 'typeof import("*.scss")' is not assignable to parameter of type 'ClassDictionary'. @fluentui/react-checkbox: Property 'styles' is incompatible with index signature. @fluentui/react-checkbox: Type '{ [className: string]: string; }' is not assignable to type 'string'. @fluentui/react-checkbox: 14 const defaultClassResolver = createClassResolver(classes); @@ -1404,7 +1404,7 @@ codesandbox-react-northstar-template: error Command failed with exit code 1. @fluentui/react-checkbox: Found 1 error. @fluentui/react-checkbox: [XX:XX:XX XM] x ------------------------------------ @fluentui/react-checkbox: [XX:XX:XX XM] x Error previously detected. See above for error messages. -@fluentui/react-checkbox: [XX:XX:XX XM] x Other tasks that did not complete: [ts:commonjs] +@fluentui/react-checkbox: [XX:XX:XX XM] x Other tasks that did not complete: [ts:esm] @fluentui/react-checkbox: error Command failed with exit code 1. @fluentui/react-date-time: [XX:XX:XX XM] x Error detected while running 'ts:esm' @fluentui/react-date-time: [XX:XX:XX XM] x ------------------------------------ @@ -1451,9 +1451,9 @@ codesandbox-react-northstar-template: error Command failed with exit code 1. @fluentui/react-link: [XX:XX:XX XM] x Error previously detected. See above for error messages. @fluentui/react-link: [XX:XX:XX XM] x Other tasks that did not complete: [ts:commonjs] @fluentui/react-link: error Command failed with exit code 1. -@fluentui/react-slider: [XX:XX:XX XM] x Error detected while running 'ts:esm' +@fluentui/react-slider: [XX:XX:XX XM] x Error detected while running '_wrapFunction' @fluentui/react-slider: [XX:XX:XX XM] x ------------------------------------ -@fluentui/react-slider: [XX:XX:XX XM] x Error: Command failed: /usr/local/bin/node "/office-ui-fabric-react/node_modules/typescript/lib/tsc.js" --pretty --target es5 --outDir lib --module esnext --project "/office-ui-fabric-react/packages/react-slider/tsconfig.json" +@fluentui/react-slider: [XX:XX:XX XM] x Error: Command failed: /usr/local/bin/node "/office-ui-fabric-react/node_modules/typescript/lib/tsc.js" --pretty --target es5 --outDir lib-commonjs --module commonjs --project "/office-ui-fabric-react/packages/react-slider/tsconfig.json" @fluentui/react-slider: at ChildProcess.exithandler (child_process.js:308:12) @fluentui/react-slider: at ChildProcess.emit (events.js:314:20) @fluentui/react-slider: at ChildProcess.EventEmitter.emit (domain.js:506:15) @@ -1506,11 +1506,11 @@ codesandbox-react-northstar-template: error Command failed with exit code 1. @fluentui/react-slider: Found 14 errors. @fluentui/react-slider: [XX:XX:XX XM] x ------------------------------------ @fluentui/react-slider: [XX:XX:XX XM] x Error previously detected. See above for error messages. -@fluentui/react-slider: [XX:XX:XX XM] x Other tasks that did not complete: [ts:commonjs] +@fluentui/react-slider: [XX:XX:XX XM] x Other tasks that did not complete: [ts:esm] @fluentui/react-slider: error Command failed with exit code 1. -@fluentui/react-tabs: [XX:XX:XX XM] x Error detected while running 'ts:esm' +@fluentui/react-tabs: [XX:XX:XX XM] x Error detected while running '_wrapFunction' @fluentui/react-tabs: [XX:XX:XX XM] x ------------------------------------ -@fluentui/react-tabs: [XX:XX:XX XM] x Error: Command failed: /usr/local/bin/node "/office-ui-fabric-react/node_modules/typescript/lib/tsc.js" --pretty --target es5 --outDir lib --module esnext --project "/office-ui-fabric-react/packages/react-tabs/tsconfig.json" +@fluentui/react-tabs: [XX:XX:XX XM] x Error: Command failed: /usr/local/bin/node "/office-ui-fabric-react/node_modules/typescript/lib/tsc.js" --pretty --target es5 --outDir lib-commonjs --module commonjs --project "/office-ui-fabric-react/packages/react-tabs/tsconfig.json" @fluentui/react-tabs: at ChildProcess.exithandler (child_process.js:308:12) @fluentui/react-tabs: at ChildProcess.emit (events.js:314:20) @fluentui/react-tabs: at ChildProcess.EventEmitter.emit (domain.js:506:15) @@ -1524,11 +1524,11 @@ codesandbox-react-northstar-template: error Command failed with exit code 1. @fluentui/react-tabs: Found 1 error. @fluentui/react-tabs: [XX:XX:XX XM] x ------------------------------------ @fluentui/react-tabs: [XX:XX:XX XM] x Error previously detected. See above for error messages. -@fluentui/react-tabs: [XX:XX:XX XM] x Other tasks that did not complete: [ts:commonjs] +@fluentui/react-tabs: [XX:XX:XX XM] x Other tasks that did not complete: [ts:esm] @fluentui/react-tabs: error Command failed with exit code 1. -@fluentui/react-toggle: [XX:XX:XX XM] x Error detected while running 'ts:esm' +@fluentui/react-toggle: [XX:XX:XX XM] x Error detected while running '_wrapFunction' @fluentui/react-toggle: [XX:XX:XX XM] x ------------------------------------ -@fluentui/react-toggle: [XX:XX:XX XM] x Error: Command failed: /usr/local/bin/node "/office-ui-fabric-react/node_modules/typescript/lib/tsc.js" --pretty --target es5 --outDir lib --module esnext --project "/office-ui-fabric-react/packages/react-toggle/tsconfig.json" +@fluentui/react-toggle: [XX:XX:XX XM] x Error: Command failed: /usr/local/bin/node "/office-ui-fabric-react/node_modules/typescript/lib/tsc.js" --pretty --target es5 --outDir lib-commonjs --module commonjs --project "/office-ui-fabric-react/packages/react-toggle/tsconfig.json" @fluentui/react-toggle: at ChildProcess.exithandler (child_process.js:308:12) @fluentui/react-toggle: at ChildProcess.emit (events.js:314:20) @fluentui/react-toggle: at ChildProcess.EventEmitter.emit (domain.js:506:15) @@ -1572,11 +1572,11 @@ codesandbox-react-northstar-template: error Command failed with exit code 1. @fluentui/react-toggle: Found 11 errors. @fluentui/react-toggle: [XX:XX:XX XM] x ------------------------------------ @fluentui/react-toggle: [XX:XX:XX XM] x Error previously detected. See above for error messages. -@fluentui/react-toggle: [XX:XX:XX XM] x Other tasks that did not complete: [ts:commonjs] +@fluentui/react-toggle: [XX:XX:XX XM] x Other tasks that did not complete: [ts:esm] @fluentui/react-toggle: error Command failed with exit code 1. -@fluentui/react: [XX:XX:XX XM] x Error detected while running '_wrapFunction' +@fluentui/react: [XX:XX:XX XM] x Error detected while running 'ts:esm' @fluentui/react: [XX:XX:XX XM] x ------------------------------------ -@fluentui/react: [XX:XX:XX XM] x Error: Command failed: /usr/local/bin/node "/office-ui-fabric-react/node_modules/typescript/lib/tsc.js" --pretty --target es5 --outDir lib-commonjs --module commonjs --project "/office-ui-fabric-react/packages/react/tsconfig.json" +@fluentui/react: [XX:XX:XX XM] x Error: Command failed: /usr/local/bin/node "/office-ui-fabric-react/node_modules/typescript/lib/tsc.js" --pretty --target es5 --outDir lib --module esnext --project "/office-ui-fabric-react/packages/react/tsconfig.json" @fluentui/react: at ChildProcess.exithandler (child_process.js:308:12) @fluentui/react: at ChildProcess.emit (events.js:314:20) @fluentui/react: at ChildProcess.EventEmitter.emit (domain.js:506:15) @@ -1617,7 +1617,7 @@ codesandbox-react-northstar-template: error Command failed with exit code 1. @fluentui/react: Found 10 errors. @fluentui/react: [XX:XX:XX XM] x ------------------------------------ @fluentui/react: [XX:XX:XX XM] x Error previously detected. See above for error messages. -@fluentui/react: [XX:XX:XX XM] x Other tasks that did not complete: [ts:esm] +@fluentui/react: [XX:XX:XX XM] x Other tasks that did not complete: [ts:commonjs] @fluentui/react: error Command failed with exit code 1. a11y-tests: [XX:XX:XX XM] x Error detected while running '_wrapFunction' a11y-tests: [XX:XX:XX XM] x ------------------------------------ @@ -1637,9 +1637,9 @@ a11y-tests: [XX:XX:XX XM] x ------------------------------------ a11y-tests: [XX:XX:XX XM] x Error previously detected. See above for error messages. a11y-tests: [XX:XX:XX XM] x Other tasks that did not complete: [ts:esm] a11y-tests: error Command failed with exit code 1. -@fluentui/react-charting: [XX:XX:XX XM] x Error detected while running 'ts:esm' +@fluentui/react-charting: [XX:XX:XX XM] x Error detected while running '_wrapFunction' @fluentui/react-charting: [XX:XX:XX XM] x ------------------------------------ -@fluentui/react-charting: [XX:XX:XX XM] x Error: Command failed: /usr/local/bin/node "/office-ui-fabric-react/node_modules/typescript/lib/tsc.js" --pretty --target es5 --outDir lib --module esnext --project "/office-ui-fabric-react/packages/react-charting/tsconfig.json" +@fluentui/react-charting: [XX:XX:XX XM] x Error: Command failed: /usr/local/bin/node "/office-ui-fabric-react/node_modules/typescript/lib/tsc.js" --pretty --target es5 --outDir lib-commonjs --module commonjs --project "/office-ui-fabric-react/packages/react-charting/tsconfig.json" @fluentui/react-charting: at ChildProcess.exithandler (child_process.js:308:12) @fluentui/react-charting: at ChildProcess.emit (events.js:314:20) @fluentui/react-charting: at ChildProcess.EventEmitter.emit (domain.js:506:15) @@ -1653,7 +1653,7 @@ a11y-tests: error Command failed with exit code 1. @fluentui/react-charting: Found 1 error. @fluentui/react-charting: [XX:XX:XX XM] x ------------------------------------ @fluentui/react-charting: [XX:XX:XX XM] x Error previously detected. See above for error messages. -@fluentui/react-charting: [XX:XX:XX XM] x Other tasks that did not complete: [ts:commonjs] +@fluentui/react-charting: [XX:XX:XX XM] x Other tasks that did not complete: [ts:esm] @fluentui/react-charting: error Command failed with exit code 1. @fluentui/react-experiments: [XX:XX:XX XM] x Error detected while running 'ts:esm' @fluentui/react-experiments: [XX:XX:XX XM] x ------------------------------------ @@ -1689,7 +1689,7 @@ a11y-tests: error Command failed with exit code 1. @fluentui/react-experiments: src/components/SelectedItemsList/SelectedItemsList.tsx:27:36 - error TS2343: This syntax requires an imported helper named '__spreadArray' which does not exist in 'tslib'. Consider upgrading your version of 'tslib'. @fluentui/react-experiments: 27 const updatedItems: TItem[] = [...items]; @fluentui/react-experiments: ~~~~~~~~ -@fluentui/react-experiments: src/components/SelectedItemsList/SelectedPeopleList/SelectedPeopleList.test.tsx:94:9 - error TS2322: Type 'ComponentType>' is not assignable to type 'ComponentType> | undefined'. +@fluentui/react-experiments: src/components/SelectedItemsList/SelectedPeopleList/SelectedPeopleList.test.tsx:94:9 - error TS2322: Type 'ItemCanDispatchTrigger' is not assignable to type 'ComponentType> | undefined'. @fluentui/react-experiments: Type 'ComponentClass, any>' is not assignable to type 'ComponentType> | undefined'. @fluentui/react-experiments: Type 'ComponentClass, any>' is not assignable to type 'ComponentClass, any>'. @fluentui/react-experiments: Types of property 'propTypes' are incompatible. @@ -1892,9 +1892,9 @@ a11y-tests: error Command failed with exit code 1. @fluentui/react-monaco-editor: error Command failed with exit code 1. @fluentui/e2e: [XX:XX:XX XM] x Cannot find config file "null". Please create a file called "just.config.js" in the root of the project next to "package.json". @fluentui/e2e: [XX:XX:XX XM] x Command not defined: ts -@fluentui/api-docs: [XX:XX:XX XM] x Error detected while running 'ts:esm' +@fluentui/api-docs: [XX:XX:XX XM] x Error detected while running '_wrapFunction' @fluentui/api-docs: [XX:XX:XX XM] x ------------------------------------ -@fluentui/api-docs: [XX:XX:XX XM] x Error: Command failed: /usr/local/bin/node "/office-ui-fabric-react/node_modules/typescript/lib/tsc.js" --pretty --target es5 --outDir lib --module esnext --project "/office-ui-fabric-react/packages/api-docs/tsconfig.json" +@fluentui/api-docs: [XX:XX:XX XM] x Error: Command failed: /usr/local/bin/node "/office-ui-fabric-react/node_modules/typescript/lib/tsc.js" --pretty --target es5 --outDir lib-commonjs --module commonjs --project "/office-ui-fabric-react/packages/api-docs/tsconfig.json" @fluentui/api-docs: at ChildProcess.exithandler (child_process.js:308:12) @fluentui/api-docs: at ChildProcess.emit (events.js:314:20) @fluentui/api-docs: at ChildProcess.EventEmitter.emit (domain.js:506:15) @@ -1918,7 +1918,7 @@ a11y-tests: error Command failed with exit code 1. @fluentui/api-docs: Found 2 errors. @fluentui/api-docs: [XX:XX:XX XM] x ------------------------------------ @fluentui/api-docs: [XX:XX:XX XM] x Error previously detected. See above for error messages. -@fluentui/api-docs: [XX:XX:XX XM] x Other tasks that did not complete: [ts:commonjs] +@fluentui/api-docs: [XX:XX:XX XM] x Other tasks that did not complete: [ts:esm] @fluentui/api-docs: error Command failed with exit code 1. @fluentui/react-docsite-components: [XX:XX:XX XM] x Error detected while running 'ts:esm' @fluentui/react-docsite-components: [XX:XX:XX XM] x ------------------------------------ @@ -1981,9 +1981,9 @@ a11y-tests: error Command failed with exit code 1. @fluentui/react-docsite-components: [XX:XX:XX XM] x Error previously detected. See above for error messages. @fluentui/react-docsite-components: [XX:XX:XX XM] x Other tasks that did not complete: [ts:commonjs] @fluentui/react-docsite-components: error Command failed with exit code 1. -@fluentui/storybook: [XX:XX:XX XM] x Error detected while running 'ts:esm' +@fluentui/storybook: [XX:XX:XX XM] x Error detected while running '_wrapFunction' @fluentui/storybook: [XX:XX:XX XM] x ------------------------------------ -@fluentui/storybook: [XX:XX:XX XM] x Error: Command failed: /usr/local/bin/node "/office-ui-fabric-react/node_modules/typescript/lib/tsc.js" --pretty --target es5 --outDir lib --module esnext --project "/office-ui-fabric-react/packages/storybook/tsconfig.json" +@fluentui/storybook: [XX:XX:XX XM] x Error: Command failed: /usr/local/bin/node "/office-ui-fabric-react/node_modules/typescript/lib/tsc.js" --pretty --target es5 --outDir lib-commonjs --module commonjs --project "/office-ui-fabric-react/packages/storybook/tsconfig.json" @fluentui/storybook: at ChildProcess.exithandler (child_process.js:308:12) @fluentui/storybook: at ChildProcess.emit (events.js:314:20) @fluentui/storybook: at ChildProcess.EventEmitter.emit (domain.js:506:15) @@ -1997,7 +1997,7 @@ a11y-tests: error Command failed with exit code 1. @fluentui/storybook: Found 1 error. @fluentui/storybook: [XX:XX:XX XM] x ------------------------------------ @fluentui/storybook: [XX:XX:XX XM] x Error previously detected. See above for error messages. -@fluentui/storybook: [XX:XX:XX XM] x Other tasks that did not complete: [ts:commonjs] +@fluentui/storybook: [XX:XX:XX XM] x Other tasks that did not complete: [ts:esm] @fluentui/storybook: error Command failed with exit code 1. theming-designer: [XX:XX:XX XM] x Error detected while running 'ts:esm' theming-designer: [XX:XX:XX XM] x ------------------------------------ @@ -2158,9 +2158,9 @@ theming-designer: error Command failed with exit code 1. @fluentui/react-examples: [XX:XX:XX XM] x Error previously detected. See above for error messages. @fluentui/react-examples: [XX:XX:XX XM] x Other tasks that did not complete: [ts:commonjs] @fluentui/react-examples: error Command failed with exit code 1. -@fluentui/public-docsite-resources: [XX:XX:XX XM] x Error detected while running '_wrapFunction' +@fluentui/public-docsite-resources: [XX:XX:XX XM] x Error detected while running 'ts:esm' @fluentui/public-docsite-resources: [XX:XX:XX XM] x ------------------------------------ -@fluentui/public-docsite-resources: [XX:XX:XX XM] x Error: Command failed: /usr/local/bin/node "/office-ui-fabric-react/node_modules/typescript/lib/tsc.js" --pretty --target es5 --outDir lib-commonjs --module commonjs --project "/office-ui-fabric-react/apps/public-docsite-resources/tsconfig.json" +@fluentui/public-docsite-resources: [XX:XX:XX XM] x Error: Command failed: /usr/local/bin/node "/office-ui-fabric-react/node_modules/typescript/lib/tsc.js" --pretty --target es5 --outDir lib --module esnext --project "/office-ui-fabric-react/apps/public-docsite-resources/tsconfig.json" @fluentui/public-docsite-resources: at ChildProcess.exithandler (child_process.js:308:12) @fluentui/public-docsite-resources: at ChildProcess.emit (events.js:314:20) @fluentui/public-docsite-resources: at ChildProcess.EventEmitter.emit (domain.js:506:15) @@ -2174,11 +2174,11 @@ theming-designer: error Command failed with exit code 1. @fluentui/public-docsite-resources: Found 1 error. @fluentui/public-docsite-resources: [XX:XX:XX XM] x ------------------------------------ @fluentui/public-docsite-resources: [XX:XX:XX XM] x Error previously detected. See above for error messages. -@fluentui/public-docsite-resources: [XX:XX:XX XM] x Other tasks that did not complete: [ts:esm] +@fluentui/public-docsite-resources: [XX:XX:XX XM] x Other tasks that did not complete: [ts:commonjs] @fluentui/public-docsite-resources: error Command failed with exit code 1. -@fluentui/public-docsite: [XX:XX:XX XM] x Error detected while running '_wrapFunction' +@fluentui/public-docsite: [XX:XX:XX XM] x Error detected while running 'ts:esm' @fluentui/public-docsite: [XX:XX:XX XM] x ------------------------------------ -@fluentui/public-docsite: [XX:XX:XX XM] x Error: Command failed: /usr/local/bin/node "/office-ui-fabric-react/node_modules/typescript/lib/tsc.js" --pretty --target es5 --outDir lib-commonjs --module commonjs --project "/office-ui-fabric-react/apps/public-docsite/tsconfig.json" +@fluentui/public-docsite: [XX:XX:XX XM] x Error: Command failed: /usr/local/bin/node "/office-ui-fabric-react/node_modules/typescript/lib/tsc.js" --pretty --target es5 --outDir lib --module esnext --project "/office-ui-fabric-react/apps/public-docsite/tsconfig.json" @fluentui/public-docsite: at ChildProcess.exithandler (child_process.js:308:12) @fluentui/public-docsite: at ChildProcess.emit (events.js:314:20) @fluentui/public-docsite: at ChildProcess.EventEmitter.emit (domain.js:506:15) @@ -2687,6 +2687,6 @@ theming-designer: error Command failed with exit code 1. @fluentui/public-docsite: Found 166 errors. @fluentui/public-docsite: [XX:XX:XX XM] x ------------------------------------ @fluentui/public-docsite: [XX:XX:XX XM] x Error previously detected. See above for error messages. -@fluentui/public-docsite: [XX:XX:XX XM] x Other tasks that did not complete: [ts:esm] +@fluentui/public-docsite: [XX:XX:XX XM] x Other tasks that did not complete: [ts:commonjs] @fluentui/public-docsite: error Command failed with exit code 1. lerna ERR! Received non-zero exit code 1 during execution diff --git a/tests/baselines/reference/docker/vue-next.log b/tests/baselines/reference/docker/vue-next.log index 4b83c7e756ea8..79c8480076171 100644 --- a/tests/baselines/reference/docker/vue-next.log +++ b/tests/baselines/reference/docker/vue-next.log @@ -26,7 +26,6 @@ Writing: /vue-next/temp/compiler-sfc.api.json The API report is up to date: temp/compiler-sfc.api.md Writing package typings: /vue-next/packages/compiler-sfc/dist/compiler-sfc.d.ts Writing package typings: /vue-next/dist/compiler-sfc.d.ts -API Extractor completed successfully. Rolling up type definitions for compiler-ssr... Analysis will use the bundled TypeScript version 4.0.5 *** The target project appears to use TypeScript X.X.X-insiders.xxxxxxxx which is newer than the bundled compiler engine; consider upgrading API Extractor. @@ -35,6 +34,7 @@ The API report is up to date: temp/compiler-ssr.api.md Writing package typings: /vue-next/packages/compiler-ssr/dist/compiler-ssr.d.ts Writing package typings: /vue-next/dist/compiler-ssr.d.ts API Extractor completed successfully. +API Extractor completed successfully. @@ -46,10 +46,10 @@ created packages/compiler-dom/dist/compiler-dom.esm-bundler.js in ?s /vue-next/packages/compiler-dom/src/index.ts → packages/compiler-dom/dist/compiler-dom.esm-browser.js... created packages/compiler-core/dist/compiler-core.esm-bundler.js in ?s /vue-next/packages/compiler-core/src/index.ts → packages/compiler-core/dist/compiler-core.cjs.js... -created packages/compiler-core/dist/compiler-core.cjs.js in ?s -/vue-next/packages/compiler-core/src/index.ts → packages/compiler-core/dist/compiler-core.cjs.prod.js... created packages/compiler-dom/dist/compiler-dom.esm-browser.js in ?s /vue-next/packages/compiler-dom/src/index.ts → packages/compiler-dom/dist/compiler-dom.cjs.js... +created packages/compiler-core/dist/compiler-core.cjs.js in ?s +/vue-next/packages/compiler-core/src/index.ts → packages/compiler-core/dist/compiler-core.cjs.prod.js... created packages/compiler-dom/dist/compiler-dom.cjs.js in ?s /vue-next/packages/compiler-dom/src/index.ts → packages/compiler-dom/dist/compiler-dom.global.js... created packages/compiler-core/dist/compiler-core.cjs.prod.js in ?s