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

Version without typescript #56

Closed
jrock2004 opened this issue Sep 26, 2016 · 4 comments
Closed

Version without typescript #56

jrock2004 opened this issue Sep 26, 2016 · 4 comments

Comments

@jrock2004
Copy link

The project I am working on does not use typescript. Is there a version of this code that is not in typescript?

@bryanmacfarlane
Copy link
Contributor

The code compiles to javascript. The compiled output is what you're looking for. The actual npm module you consume is just javascript.

@bryanmacfarlane
Copy link
Contributor

... so there's no requirement that consumers of this use typescript. It's just written in typescript.

@jrock2004
Copy link
Author

So when I try to include var vm = require('vso-node-api') and I run my project it tells me the module does not exist. Was thinking because when I look at the directory in bower_components all I see is TS files

@bryanmacfarlane
Copy link
Contributor

See the samples. Not sure about bower, our samples use node as the loader.

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