Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TS Semantic Error - src/common/motion/position.ts(975,42): error TS2345 #2598

Closed
jpoon opened this issue May 3, 2018 · 0 comments
Closed
Labels

Comments

@jpoon
Copy link
Member

jpoon commented May 3, 2018

Just tried to build master locally. We're getting a semantic TS error that is being ignored (build still succeeds). Same repro on Travis.

[10:56:07] Finished 'tslint' after 2.77 s
src/common/motion/position.ts(975,42): error TS2345: Argument of type 'number | ((start?: number | undefined, end?: number | undefined) => number[]) | ((...items: numbe...' is not assignable to parameter of type 'number'.
  Type '(start?: number | undefined, end?: number | undefined) => number[]' is not assignable to type 'number'.
TypeScript: 1 semantic error
TypeScript: emit succeeded (with errors)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant