Skip to content
This repository has been archived by the owner on Aug 29, 2018. It is now read-only.

Fix declarations for index.d.ts #66

Merged
merged 1 commit into from Mar 14, 2017
Merged

Fix declarations for index.d.ts #66

merged 1 commit into from Mar 14, 2017

Conversation

ghost
Copy link

@ghost ghost commented Mar 13, 2017

Summary

This commit should fix typescript compiler errors.

Resolves: #63
See also: #62

This commit should fix typescript compiler errors.

Resolves: #63
See also: #62
@daffl daffl merged commit e5c752a into feathersjs-ecosystem:master Mar 14, 2017
@sallar
Copy link

sallar commented Mar 16, 2017

@daffl Any chance of getting this released any time soon? It's breaking production code :( I understand TS is a pain and sorry about posting this.

node_modules/feathers-errors/index.d.ts(68,3): error TS1036: Statements are not allowed in ambient contexts.
node_modules/feathers-errors/index.d.ts(68,3): error TS7028: Unused label.
node_modules/feathers-errors/index.d.ts(70,3): error TS7028: Unused label.
error Command failed with exit code 2.

@daffl
Copy link
Member

daffl commented Mar 16, 2017

Released as v2.6.2. Sorry about that, contributions like yours is exactly what would make it less of a pain 😄

@sallar
Copy link

sallar commented Mar 16, 2017

Thanks for the awesome work!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants