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

express3.d.ts is failing to compile #26

Open
ronaldwidha opened this issue Jul 2, 2013 · 3 comments
Open

express3.d.ts is failing to compile #26

ronaldwidha opened this issue Jul 2, 2013 · 3 comments

Comments

@ronaldwidha
Copy link

one error:

typescript-node-definitions/express3.d.ts(21,18): error TS1003: Identifier expected.

which is on this line:

export function (): Application;

is the function expecting a name?

tested on ts 0.9.0.1, node 0.8.11

@soywiz
Copy link
Member

soywiz commented Jul 2, 2013

I have to update some definitions to 0.9, since the export function () syntax doesn't work anymore. Probably with 0.9 I will be able to properly reproduce the expected express exporting behaviour.

@ronaldwidha
Copy link
Author

@ronaldwidha
Copy link
Author

You should probably consider cutting a branch in terms of ts version compatibility.
latest node.d.ts is breaking with 0.8.3.

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

No branches or pull requests

2 participants