Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [Info - 18:12:36.805] TSServer log file :
- /var/folders/74/2ndnt8jn1hqd5vn92zb5cpkr0000gn/T/nvim9s5rw8/coc.nvim-41371/tsserver.log
- [Info - 18:12:36.806] using npm from /Users/otavio/.nvm/versions/node/v14.18.1/bin/npm
- [Info - 18:12:36.806] Forking TSServer
- PATH: /Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/tsserver.js
- [Info - 18:12:36.809] Starting TSServer
- {
- "path": "/Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib",
- "_api": {
- "versionString": "4.6.3",
- "version": "4.6.3"
- }
- }
- [Trace - 18:12:36.810] Sending request: configure (0). Response expected: no. Current queue length: 0
- Arguments: {
- "hostInfo": "coc-nvim",
- "preferences": {
- "providePrefixAndSuffixTextForRename": true,
- "allowRenameOfImportPath": true,
- "includePackageJsonAutoImports": "auto"
- }
- }
- [Trace - 18:12:36.810] Sending request: compilerOptionsForInferredProjects (1). Response expected: no. Current queue length: 0
- Arguments: {
- "options": {
- "module": "commonjs",
- "target": "es2016",
- "jsx": "preserve",
- "allowJs": true,
- "allowSyntheticDefaultImports": true,
- "allowNonTsExtensions": true
- }
- }
- [Trace - 18:12:36.958] Event received: typingsInstallerPid (0).
- Data: {
- "pid": 42592
- }
- [Trace - 18:12:37.73] Sending request: updateOpen (2). Response expected: yes. Current queue length: 0
- Arguments: {
- "changedFiles": [],
- "closedFiles": [],
- "openFiles": [
- {
- "file": "/Users/otavio/Projetos/nest-investment-front/models/PendingWithdrawalToken.ts",
- "fileContent": "import { AbiItem } from 'web3-utils'\nimport Contract from './Contract';\nimport PendingWithdrawalTokenJson from '../abi/contracts/PendingWithdrawalToken.json';\nimport BigNumber from 'bignumber.js';\n\ntype WithdrawalTokenReturn = { id: string, withdrawalToken: WithdrawalTokenReturnBase }\ntype WithdrawalTokenReturnBase = { amount: BigNumber, dateMayWithdraw: BigNumber, state: string, tokenType: string }\n\nexport class WithdrawalTokenOption {\n id: string;\n amount: BigNumber\n dateMayWithdraw: BigNumber;\n state: string\n tokenType: string\n\n constructor({ id, withdrawalToken }: WithdrawalTokenReturn) {\n this.id = id;\n this.amount = new BigNumber(withdrawalToken.amount)\n this.dateMayWithdraw = new BigNumber(withdrawalToken.dateMayWithdraw);\n this.state = withdrawalToken.state\n this.tokenType = withdrawalToken.tokenType // 0 = Jr, 1 = Sr\n }\n}\n\nexport default class PendingWithdrawalToken extends Contract {\n static abi: AbiItem[] = PendingWithdrawalTokenJson.abi as AbiItem[];\n\n pendingTokensOf = async (owner: string): Promise<WithdrawalTokenOption[]> =>\n (await this.call(\"pendingTokensOf\", owner) as WithdrawalTokenReturn[]).map(o => new WithdrawalTokenOption(o));\n\n protected constants() { return []; };\n}\n\n",
- "projectRootPath": "/Users/otavio/Projetos/nest-investment-front",
- "scriptKindName": "TS"
- }
- ]
- }
- [Trace - 18:12:37.76] Event received: projectLoadingStart (0).
- Data: {
- "projectName": "/Users/otavio/Projetos/nest-investment-front/tsconfig.json",
- "reason": "Creating possible configured project for /Users/otavio/Projetos/nest-investment-front/models/PendingWithdrawalToken.ts to open"
- }
- [Trace - 18:12:37.374] TypeScript Server: canceled request with sequence number 3
- [Trace - 18:12:38.507] Event received: projectLoadingFinish (0).
- Data: {
- "projectName": "/Users/otavio/Projetos/nest-investment-front/tsconfig.json"
- }
- [Trace - 18:12:38.507] Event received: telemetry (0).
- Data: {
- "telemetryEventName": "projectInfo",
- "payload": {
- "projectId": "f9de997dcae1e835e0dc06cb755db6c09c3be76cec77ce57b7c455a0a6587e93",
- "fileStats": {
- "js": 0,
- "jsSize": 0,
- "jsx": 0,
- "jsxSize": 0,
- "ts": 20,
- "tsSize": 30565,
- "tsx": 32,
- "tsxSize": 54248,
- "dts": 423,
- "dtsSize": 4988484,
- "deferred": 0,
- "deferredSize": 0
- },
- "compilerOptions": {
- "target": "es5",
- "lib": [
- "dom",
- "dom.iterable",
- "esnext"
- ],
- "allowJs": true,
- "skipLibCheck": true,
- "strict": true,
- "forceConsistentCasingInFileNames": true,
- "noEmit": true,
- "esModuleInterop": true,
- "module": "esnext",
- "moduleResolution": "node",
- "resolveJsonModule": true,
- "isolatedModules": true,
- "jsx": "preserve",
- "incremental": true
- },
- "typeAcquisition": {
- "enable": false,
- "include": false,
- "exclude": false
- },
- "extends": false,
- "files": false,
- "include": true,
- "exclude": true,
- "compileOnSave": false,
- "configFileName": "tsconfig.json",
- "projectType": "configured",
- "languageServiceEnabled": true,
- "version": "4.6.3"
- }
- }
- [Trace - 18:12:38.507] Event received: configFileDiag (0).
- Data: {
- "triggerFile": "/Users/otavio/Projetos/nest-investment-front/models/PendingWithdrawalToken.ts",
- "configFile": "/Users/otavio/Projetos/nest-investment-front/tsconfig.json",
- "diagnostics": []
- }
- [Trace - 18:12:38.507] Response received: updateOpen (2). Request took 1434 ms. Success: true
- Result: true
- [Trace - 18:12:38.507] Sending request: geterr (4). Response expected: yes. Current queue length: 0
- Arguments: {
- "delay": 0,
- "files": [
- "/Users/otavio/Projetos/nest-investment-front/models/PendingWithdrawalToken.ts"
- ]
- }
- [Trace - 18:12:38.509] Event received: syntaxDiag (0).
- Data: {
- "file": "/Users/otavio/Projetos/nest-investment-front/models/PendingWithdrawalToken.ts",
- "diagnostics": []
- }
- [Trace - 18:12:38.635] Event received: semanticDiag (0).
- Data: {
- "file": "/Users/otavio/Projetos/nest-investment-front/models/PendingWithdrawalToken.ts",
- "diagnostics": []
- }
- [Trace - 18:12:38.635] Event received: suggestionDiag (0).
- Data: {
- "file": "/Users/otavio/Projetos/nest-investment-front/models/PendingWithdrawalToken.ts",
- "diagnostics": []
- }
- [Trace - 18:12:38.636] Async response received: requestCompleted (4). Request took 1522 ms.
- [Trace - 18:12:40.799] Sending request: updateOpen (5). Response expected: yes. Current queue length: 0
- Arguments: {
- "changedFiles": [
- {
- "fileName": "/Users/otavio/Projetos/nest-investment-front/models/PendingWithdrawalToken.ts",
- "textChanges": [
- {
- "newText": " \n\n",
- "start": {
- "line": 28,
- "offset": 1
- },
- "end": {
- "line": 28,
- "offset": 1
- }
- }
- ]
- }
- ],
- "closedFiles": [],
- "openFiles": []
- }
- [Trace - 18:12:40.811] Response received: updateOpen (5). Request took 12 ms. Success: true
- Result: true
- [Trace - 18:12:40.811] Sending request: updateOpen (6). Response expected: yes. Current queue length: 1
- Arguments: {
- "changedFiles": [
- {
- "fileName": "/Users/otavio/Projetos/nest-investment-front/models/PendingWithdrawalToken.ts",
- "textChanges": [
- {
- "newText": "p",
- "start": {
- "line": 28,
- "offset": 3
- },
- "end": {
- "line": 28,
- "offset": 3
- }
- }
- ]
- }
- ],
- "closedFiles": [],
- "openFiles": []
- }
- [Trace - 18:12:40.812] Response received: updateOpen (6). Request took 1 ms. Success: true
- Result: true
- [Trace - 18:12:40.813] Sending request: configure (7). Response expected: yes. Current queue length: 0
- Arguments: {
- "file": "/Users/otavio/Projetos/nest-investment-front/models/PendingWithdrawalToken.ts",
- "formatOptions": {
- "tabSize": 2,
- "indentSize": 2,
- "convertTabsToSpaces": true,
- "newLineCharacter": "\n",
- "insertSpaceAfterCommaDelimiter": true,
- "insertSpaceAfterConstructor": false,
- "insertSpaceAfterSemicolonInForStatements": true,
- "insertSpaceBeforeAndAfterBinaryOperators": true,
- "insertSpaceAfterKeywordsInControlFlowStatements": true,
- "insertSpaceAfterFunctionKeywordForAnonymousFunctions": true,
- "insertSpaceBeforeFunctionParenthesis": false,
- "insertSpaceAfterOpeningAndBeforeClosingNonemptyParenthesis": false,
- "insertSpaceAfterOpeningAndBeforeClosingNonemptyBrackets": false,
- "insertSpaceAfterOpeningAndBeforeClosingEmptyBraces": false,
- "insertSpaceAfterOpeningAndBeforeClosingNonemptyBraces": false,
- "insertSpaceAfterOpeningAndBeforeClosingTemplateStringBraces": false,
- "insertSpaceAfterOpeningAndBeforeClosingJsxExpressionBraces": false,
- "insertSpaceAfterTypeAssertion": false,
- "placeOpenBraceOnNewLineForFunctions": false,
- "placeOpenBraceOnNewLineForControlBlocks": false,
- "semicolons": "ignore"
- },
- "preferences": {
- "quotePreference": "auto",
- "importModuleSpecifierEnding": "auto",
- "jsxAttributeCompletionStyle": "auto",
- "allowTextChangesInNewFiles": true,
- "allowRenameOfImportPath": true,
- "provideRefactorNotApplicableReason": false,
- "providePrefixAndSuffixTextForRename": true,
- "generateReturnInDocTemplate": true,
- "includeCompletionsForImportStatements": true,
- "includeCompletionsWithClassMemberSnippets": true,
- "includeCompletionsWithSnippetText": true,
- "allowIncompleteCompletions": true,
- "displayPartsForJSDoc": true,
- "includeInlayParameterNameHints": "none",
- "includeInlayParameterNameHintsWhenArgumentMatchesName": false,
- "includeInlayFunctionParameterTypeHints": false,
- "includeInlayVariableTypeHints": false,
- "includeInlayPropertyDeclarationTypeHints": false,
- "includeInlayFunctionLikeReturnTypeHints": false,
- "includeInlayEnumMemberValueHints": false
- }
- }
- [Trace - 18:12:40.813] Response received: configure (7). Request took 2 ms. Success: true
- [Trace - 18:12:40.813] Sending request: configure (8). Response expected: yes. Current queue length: 0
- Arguments: {
- "file": "/Users/otavio/Projetos/nest-investment-front/models/PendingWithdrawalToken.ts",
- "formatOptions": {
- "tabSize": 2,
- "indentSize": 2,
- "convertTabsToSpaces": true,
- "newLineCharacter": "\n",
- "insertSpaceAfterCommaDelimiter": true,
- "insertSpaceAfterConstructor": false,
- "insertSpaceAfterSemicolonInForStatements": true,
- "insertSpaceBeforeAndAfterBinaryOperators": true,
- "insertSpaceAfterKeywordsInControlFlowStatements": true,
- "insertSpaceAfterFunctionKeywordForAnonymousFunctions": true,
- "insertSpaceBeforeFunctionParenthesis": false,
- "insertSpaceAfterOpeningAndBeforeClosingNonemptyParenthesis": false,
- "insertSpaceAfterOpeningAndBeforeClosingNonemptyBrackets": false,
- "insertSpaceAfterOpeningAndBeforeClosingEmptyBraces": false,
- "insertSpaceAfterOpeningAndBeforeClosingNonemptyBraces": false,
- "insertSpaceAfterOpeningAndBeforeClosingTemplateStringBraces": false,
- "insertSpaceAfterOpeningAndBeforeClosingJsxExpressionBraces": false,
- "insertSpaceAfterTypeAssertion": false,
- "placeOpenBraceOnNewLineForFunctions": false,
- "placeOpenBraceOnNewLineForControlBlocks": false,
- "semicolons": "ignore"
- },
- "preferences": {
- "quotePreference": "auto",
- "importModuleSpecifierEnding": "auto",
- "jsxAttributeCompletionStyle": "auto",
- "allowTextChangesInNewFiles": true,
- "allowRenameOfImportPath": true,
- "provideRefactorNotApplicableReason": false,
- "providePrefixAndSuffixTextForRename": true,
- "generateReturnInDocTemplate": true,
- "includeCompletionsForImportStatements": true,
- "includeCompletionsWithClassMemberSnippets": true,
- "includeCompletionsWithSnippetText": true,
- "allowIncompleteCompletions": true,
- "displayPartsForJSDoc": true,
- "includeInlayParameterNameHints": "none",
- "includeInlayParameterNameHintsWhenArgumentMatchesName": false,
- "includeInlayFunctionParameterTypeHints": false,
- "includeInlayVariableTypeHints": false,
- "includeInlayPropertyDeclarationTypeHints": false,
- "includeInlayFunctionLikeReturnTypeHints": false,
- "includeInlayEnumMemberValueHints": false
- }
- }
- [Trace - 18:12:40.814] Response received: configure (8). Request took 1 ms. Success: true
- [Trace - 18:12:40.814] Sending request: completionInfo (9). Response expected: yes. Current queue length: 0
- Arguments: {
- "file": "/Users/otavio/Projetos/nest-investment-front/models/PendingWithdrawalToken.ts",
- "line": 28,
- "offset": 4,
- "includeExternalModuleExports": true,
- "includeInsertTextCompletions": true,
- "includeAutomaticOptionalChainCompletions": true
- }
- [Trace - 18:12:41.18] Response received: completionInfo (9). Request took 204 ms. Success: false . Message: Error processing request. Debug Failure. False expression: Token end is child end
- Error: Debug Failure. False expression: Token end is child end
- at processChildNode (/Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/tsserver.js:144340:38)
- at /Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/tsserver.js:144280:21
- at visitNode (/Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/tsserver.js:29849:24)
- at Object.forEachChild (/Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/tsserver.js:29927:21)
- at processNode (/Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/tsserver.js:144279:20)
- at processChildNode (/Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/tsserver.js:144347:21)
- at processChildNodes (/Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/tsserver.js:144394:48)
- at /Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/tsserver.js:144282:21
- at visitNodes (/Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/tsserver.js:29854:24)
- at Object.forEachChild (/Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/tsserver.js:29994:24)
- at processNode (/Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/tsserver.js:144279:20)
- at processChildNode (/Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/tsserver.js:144347:21)
- at processChildNodes (/Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/tsserver.js:144394:48)
- at /Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/tsserver.js:144282:21
- at visitNodes (/Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/tsserver.js:29854:24)
- at Object.forEachChild (/Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/tsserver.js:30001:24)
- at processNode (/Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/tsserver.js:144279:20)
- at processChildNode (/Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/tsserver.js:144347:21)
- at /Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/tsserver.js:144280:21
- at visitNode (/Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/tsserver.js:29849:24)
- at Object.forEachChild (/Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/tsserver.js:29922:21)
- at processNode (/Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/tsserver.js:144279:20)
- at formatSpanWorker (/Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/tsserver.js:144080:17)
- at /Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/tsserver.js:144044:140
- at Object.getFormattingScanner (/Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/tsserver.js:142671:23)
- at Object.formatNodeGivenIndentation (/Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/tsserver.js:144044:31)
- at /Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/tsserver.js:129974:46
- at Object.flatMap (/Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/tsserver.js:508:25)
- at getEntryForMemberCompletion (/Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/tsserver.js:129972:38)
- at createCompletionEntry (/Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/tsserver.js:129792:23)
- at getCompletionEntriesFromSymbols (/Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/tsserver.js:130156:29)
- at completionInfoFromData (/Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/tsserver.js:129610:17)
- at Object.getCompletionsAtPosition (/Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/tsserver.js:129471:36)
- at Object.getCompletionsAtPosition (/Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/tsserver.js:161872:35)
- at IOSession.Session.getCompletions (/Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/tsserver.js:173420:64)
- at Session.handlers.ts.Map.ts.getEntries._a.<computed> (/Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/tsserver.js:172262:61)
- at /Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/tsserver.js:174069:88
- at IOSession.Session.executeWithRequestId (/Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/tsserver.js:174060:28)
- at IOSession.Session.executeCommand (/Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/tsserver.js:174069:33)
- at IOSession.Session.onMessage (/Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/tsserver.js:174095:35)
- at Interface.<anonymous> (/Users/otavio/Projetos/nest-investment-front/node_modules/typescript/lib/tsserver.js:176700:31)
- at Interface.emit (events.js:400:28)
- at Interface._onLine (readline.js:434:10)
- at Interface._normalWrite (readline.js:588:12)
- at Socket.ondata (readline.js:246:10)
- at Socket.emit (events.js:400:28)
- at addChunk (internal/streams/readable.js:293:12)
- at readableAddChunk (internal/streams/readable.js:267:9)
- at Socket.Readable.push (internal/streams/readable.js:206:10)
- at Pipe.onStreamRead (internal/stream_base_commons.js:188:23)
- [Trace - 18:12:41.99] Sending request: geterr (10). Response expected: yes. Current queue length: 0
- Arguments: {
- "delay": 0,
- "files": [
- "/Users/otavio/Projetos/nest-investment-front/models/PendingWithdrawalToken.ts"
- ]
- }
- [Trace - 18:12:41.100] Event received: syntaxDiag (0).
- Data: {
- "file": "/Users/otavio/Projetos/nest-investment-front/models/PendingWithdrawalToken.ts",
- "diagnostics": []
- }
- [Trace - 18:12:41.196] Event received: semanticDiag (0).
- Data: {
- "file": "/Users/otavio/Projetos/nest-investment-front/models/PendingWithdrawalToken.ts",
- "diagnostics": [
- {
- "start": {
- "line": 28,
- "offset": 3
- },
- "end": {
- "line": 28,
- "offset": 4
- },
- "text": "Member 'p' implicitly has an 'any' type.",
- "code": 7008,
- "category": "error"
- }
- ]
- }
- [Trace - 18:12:41.197] Event received: suggestionDiag (0).
- Data: {
- "file": "/Users/otavio/Projetos/nest-investment-front/models/PendingWithdrawalToken.ts",
- "diagnostics": []
- }
- [Trace - 18:12:41.197] Async response received: requestCompleted (10). Request took 98 ms.
- [Trace - 18:13:45.37] TypeScript Server: trying to cancel ongoing request with sequence number 8
- [Trace - 18:13:45.38] TypeScript Server: trying to cancel ongoing request with sequence number 9
- [Trace - 18:13:45.344] Sending request: updateOpen (11). Response expected: yes. Current queue length: 0
- Arguments: {
- "changedFiles": [
- {
- "fileName": "/Users/otavio/Projetos/nest-investment-front/models/PendingWithdrawalToken.ts",
- "textChanges": [
- {
- "newText": "eq",
- "start": {
- "line": 28,
- "offset": 4
- },
- "end": {
- "line": 28,
- "offset": 4
- }
- }
- ]
- }
- ],
- "closedFiles": [],
- "openFiles": []
- }
- [Trace - 18:13:45.353] Response received: updateOpen (11). Request took 9 ms. Success: true
- Result: true
- [Trace - 18:13:45.353] Sending request: geterr (12). Response expected: yes. Current queue length: 0
- Arguments: {
- "delay": 0,
- "files": [
- "/Users/otavio/Projetos/nest-investment-front/models/PendingWithdrawalToken.ts"
- ]
- }
- [Trace - 18:13:45.417] Event received: syntaxDiag (0).
- Data: {
- "file": "/Users/otavio/Projetos/nest-investment-front/models/PendingWithdrawalToken.ts",
- "diagnostics": []
- }
- [Trace - 18:13:45.522] Event received: semanticDiag (0).
- Data: {
- "file": "/Users/otavio/Projetos/nest-investment-front/models/PendingWithdrawalToken.ts",
- "diagnostics": [
- {
- "start": {
- "line": 28,
- "offset": 3
- },
- "end": {
- "line": 28,
- "offset": 6
- },
- "text": "Member 'peq' implicitly has an 'any' type.",
- "code": 7008,
- "category": "error"
- }
- ]
- }
- [Trace - 18:13:45.523] Event received: suggestionDiag (0).
- Data: {
- "file": "/Users/otavio/Projetos/nest-investment-front/models/PendingWithdrawalToken.ts",
- "diagnostics": []
- }
- [Trace - 18:13:45.523] Async response received: requestCompleted (12). Request took 179 ms.
- [Trace - 18:13:46.47] Sending request: updateOpen (13). Response expected: yes. Current queue length: 0
- Arguments: {
- "changedFiles": [
- {
- "fileName": "/Users/otavio/Projetos/nest-investment-front/models/PendingWithdrawalToken.ts",
- "textChanges": [
- {
- "newText": ":",
- "start": {
- "line": 28,
- "offset": 6
- },
- "end": {
- "line": 28,
- "offset": 6
- }
- }
- ]
- }
- ],
- "closedFiles": [],
- "openFiles": []
- }
- [Trace - 18:13:46.49] Response received: updateOpen (13). Request took 2 ms. Success: true
- Result: true
- [Trace - 18:13:46.49] Sending request: geterr (14). Response expected: yes. Current queue length: 0
- Arguments: {
- "delay": 0,
- "files": [
- "/Users/otavio/Projetos/nest-investment-front/models/PendingWithdrawalToken.ts"
- ]
- }
- [Trace - 18:13:46.77] Event received: syntaxDiag (0).
- Data: {
- "file": "/Users/otavio/Projetos/nest-investment-front/models/PendingWithdrawalToken.ts",
- "diagnostics": []
- }
- [Trace - 18:13:46.173] Event received: semanticDiag (0).
- Data: {
- "file": "/Users/otavio/Projetos/nest-investment-front/models/PendingWithdrawalToken.ts",
- "diagnostics": [
- {
- "start": {
- "line": 30,
- "offset": 3
- },
- "end": {
- "line": 30,
- "offset": 18
- },
- "text": "Cannot find name 'pendingTokensOf'.",
- "code": 2304,
- "category": "error"
- }
- ]
- }
- [Trace - 18:13:46.175] Event received: suggestionDiag (0).
- Data: {
- "file": "/Users/otavio/Projetos/nest-investment-front/models/PendingWithdrawalToken.ts",
- "diagnostics": []
- }
- [Trace - 18:13:46.175] Async response received: requestCompleted (14). Request took 127 ms.
- [Trace - 18:13:46.545] Sending request: updateOpen (15). Response expected: yes. Current queue length: 0
- Arguments: {
- "changedFiles": [
- {
- "fileName": "/Users/otavio/Projetos/nest-investment-front/models/PendingWithdrawalToken.ts",
- "textChanges": [
- {
- "newText": "",
- "start": {
- "line": 28,
- "offset": 6
- },
- "end": {
- "line": 28,
- "offset": 7
- }
- }
- ]
- }
- ],
- "closedFiles": [],
- "openFiles": []
- }
- [Trace - 18:13:46.546] Response received: updateOpen (15). Request took 1 ms. Success: true
- Result: true
- [Trace - 18:13:46.546] Sending request: geterr (16). Response expected: yes. Current queue length: 0
- Arguments: {
- "delay": 0,
- "files": [
- "/Users/otavio/Projetos/nest-investment-front/models/PendingWithdrawalToken.ts"
- ]
- }
- [Trace - 18:13:46.565] Event received: syntaxDiag (0).
- Data: {
- "file": "/Users/otavio/Projetos/nest-investment-front/models/PendingWithdrawalToken.ts",
- "diagnostics": []
- }
- [Trace - 18:13:46.665] Event received: semanticDiag (0).
- Data: {
- "file": "/Users/otavio/Projetos/nest-investment-front/models/PendingWithdrawalToken.ts",
- "diagnostics": [
- {
- "start": {
- "line": 28,
- "offset": 3
- },
- "end": {
- "line": 28,
- "offset": 6
- },
- "text": "Member 'peq' implicitly has an 'any' type.",
- "code": 7008,
- "category": "error"
- }
- ]
- }
- [Trace - 18:13:46.665] Event received: suggestionDiag (0).
- Data: {
- "file": "/Users/otavio/Projetos/nest-investment-front/models/PendingWithdrawalToken.ts",
- "diagnostics": []
- }
- [Trace - 18:13:46.665] Async response received: requestCompleted (16). Request took 120 ms.
- [Trace - 18:14:03.834] Sending request: documentHighlights (17). Response expected: yes. Current queue length: 0
- Arguments: {
- "file": "/Users/otavio/Projetos/nest-investment-front/models/PendingWithdrawalToken.ts",
- "line": 28,
- "offset": 5,
- "filesToSearch": [
- "/Users/otavio/Projetos/nest-investment-front/models/PendingWithdrawalToken.ts"
- ]
- }
- [Trace - 18:14:03.893] Response received: documentHighlights (17). Request took 59 ms. Success: true
- Result: [
- {
- "file": "/Users/otavio/Projetos/nest-investment-front/models/PendingWithdrawalToken.ts",
- "highlightSpans": [
- {
- "start": {
- "line": 28,
- "offset": 3
- },
- "end": {
- "line": 28,
- "offset": 6
- },
- "kind": "reference"
- }
- ]
- }
- ]
- [Trace - 18:14:04.489] TypeScript Server: trying to cancel ongoing request with sequence number 17
- [Trace - 18:14:05.467] Sending request: updateOpen (18). Response expected: yes. Current queue length: 0
- Arguments: {
- "changedFiles": [
- {
- "fileName": "/Users/otavio/Projetos/nest-investment-front/models/PendingWithdrawalToken.ts",
- "textChanges": [
- {
- "newText": " \n",
- "start": {
- "line": 29,
- "offset": 1
- },
- "end": {
- "line": 29,
- "offset": 1
- }
- }
- ]
- }
- ],
- "closedFiles": [],
- "openFiles": []
- }
- [Trace - 18:14:05.470] Response received: updateOpen (18). Request took 3 ms. Success: true
- Result: true
- [Trace - 18:14:05.470] Sending request: geterr (19). Response expected: yes. Current queue length: 0
- Arguments: {
- "delay": 0,
- "files": [
- "/Users/otavio/Projetos/nest-investment-front/models/PendingWithdrawalToken.ts"
- ]
- }
- [Trace - 18:14:05.510] Event received: syntaxDiag (0).
- Data: {
- "file": "/Users/otavio/Projetos/nest-investment-front/models/PendingWithdrawalToken.ts",
- "diagnostics": []
- }
- [Trace - 18:14:05.616] Event received: semanticDiag (0).
- Data: {
- "file": "/Users/otavio/Projetos/nest-investment-front/models/PendingWithdrawalToken.ts",
- "diagnostics": [
- {
- "start": {
- "line": 28,
- "offset": 3
- },
- "end": {
- "line": 28,
- "offset": 6
- },
- "text": "Member 'peq' implicitly has an 'any' type.",
- "code": 7008,
- "category": "error"
- }
- ]
- }
- [Trace - 18:14:05.621] Event received: suggestionDiag (0).
- Data: {
- "file": "/Users/otavio/Projetos/nest-investment-front/models/PendingWithdrawalToken.ts",
- "diagnostics": []
- }
- [Trace - 18:14:05.621] Async response received: requestCompleted (19). Request took 154 ms.
- [Trace - 18:14:55.243] Sending request: updateOpen (20). Response expected: yes. Current queue length: 0
- Arguments: {
- "changedFiles": [
- {
- "fileName": "/Users/otavio/Projetos/nest-investment-front/models/PendingWithdrawalToken.ts",
- "textChanges": [
- {
- "newText": ":",
- "start": {
- "line": 29,
- "offset": 3
- },
- "end": {
- "line": 29,
- "offset": 3
- }
- }
- ]
- }
- ],
- "closedFiles": [],
- "openFiles": []
- }
- [Trace - 18:14:55.249] Response received: updateOpen (20). Request took 8 ms. Success: true
- Result: true
- [Trace - 18:14:55.249] Sending request: geterr (21). Response expected: yes. Current queue length: 0
- Arguments: {
- "delay": 0,
- "files": [
- "/Users/otavio/Projetos/nest-investment-front/models/PendingWithdrawalToken.ts"
- ]
- }
- [Trace - 18:14:55.292] Event received: syntaxDiag (0).
- Data: {
- "file": "/Users/otavio/Projetos/nest-investment-front/models/PendingWithdrawalToken.ts",
- "diagnostics": []
- }
- [Trace - 18:14:55.408] Event received: semanticDiag (0).
- Data: {
- "file": "/Users/otavio/Projetos/nest-investment-front/models/PendingWithdrawalToken.ts",
- "diagnostics": [
- {
- "start": {
- "line": 31,
- "offset": 3
- },
- "end": {
- "line": 31,
- "offset": 18
- },
- "text": "Cannot find name 'pendingTokensOf'.",
- "code": 2304,
- "category": "error"
- }
- ]
- }
- [Trace - 18:14:55.409] Event received: suggestionDiag (0).
- Data: {
- "file": "/Users/otavio/Projetos/nest-investment-front/models/PendingWithdrawalToken.ts",
- "diagnostics": []
- }
- [Trace - 18:14:55.410] Async response received: requestCompleted (21). Request took 167 ms.
Advertisement
Add Comment
Please, Sign In to add comment