search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

Typescript compile errors in daypilot-angular.min.d.ts

Asked by Charles
6 years ago.

Can these issues be corrected? I am using trial version from https://npm.daypilot.org/daypilot-pro-angular/trial/8.4.2911.tar.gz

node_modules/daypilot-pro-angular/daypilot-angular.min.d.ts(54,13): error TS7010: 'load', which lacks return-type annotation, implicitly has an 'any' return type.
node_modules/daypilot-pro-angular/daypilot-angular.min.d.ts(84,13): error TS7010: 'load', which lacks return-type annotation, implicitly has an 'any' return type.
node_modules/daypilot-pro-angular/daypilot-angular.min.d.ts(332,13): error TS7010: 'load', which lacks return-type annotation, implicitly has an 'any' return type.
node_modules/daypilot-pro-angular/daypilot-angular.min.d.ts(521,13): error TS7010: 'add', which lacks return-type annotation, implicitly has an 'any' return type.
node_modules/daypilot-pro-angular/daypilot-angular.min.d.ts(522,13): error TS7010: 'clear', which lacks return-type annotation, implicitly has an 'any' return type.
node_modules/daypilot-pro-angular/daypilot-angular.min.d.ts(769,9): error TS7010: 'show', which lacks return-type annotation, implicitly has an 'any' return type.
node_modules/daypilot-pro-angular/daypilot-angular.min.d.ts(822,35): error TS7006: Parameter 'year' implicitly has an 'any' type.
node_modules/daypilot-pro-angular/daypilot-angular.min.d.ts(822,41): error TS7006: Parameter 'month' implicitly has an 'any' type.
node_modules/daypilot-pro-angular/daypilot-angular.min.d.ts(822,48): error TS7006: Parameter 'day' implicitly has an 'any' type.
node_modules/daypilot-pro-angular/daypilot-angular.min.d.ts(940,16): error TS7006: Parameter 'i' implicitly has an 'any' type.
node_modules/daypilot-pro-angular/daypilot-angular.min.d.ts(949,13): error TS7010: 'all', which lacks return-type annotation, implicitly has an 'any' return type.
node_modules/daypilot-pro-angular/daypilot-angular.min.d.ts(1024,20): error TS7020: Call signature, which lacks return-type annotation, implicitly has an 'any' return type.
node_modules/daypilot-pro-angular/daypilot-angular.min.d.ts(1199,14): error TS7020: Call signature, which lacks return-type annotation, implicitly has an 'any' return type.
node_modules/daypilot-pro-angular/daypilot-angular.min.d.ts(1199,15): error TS7006: Parameter 'args' implicitly has an 'any' type.
[00:17:41] TypeScript: 14 semantic errors

Comment posted by Charles
6 years ago.
Answer posted by Dan Letecky [DayPilot]
6 years ago.

These errors are fixed now in build 2914. Thanks for reporting the problem!

This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.