-
Notifications
You must be signed in to change notification settings - Fork 74
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
Would it be possible to get an example of combined .js and .ts in the same project #151
Comments
hmm i saw your test case with jsRoot but when i used that exact syntax, the module i require is found but is still the empty module.exports object... |
I think I am having exactly the same issue (#152). My problem disappears if I use version 0.15.3. I don't use any additional configuration, just all the defaults. |
Ya ours disappeared at 0.14.0, will try the version you mentioned also, On July 2, 2016 at 2:18 AM, [email protected] wrote: I think I am having exactly the same issue (#152 — |
@scamden I've been going through some of the older, still-open issues. I've added a JS/TS example. It is essentially the same as the Regarding your question about where the compiled JS is written: it isn't; it's held in memory and is later emitted to Browserify. The problems you experienced with empty modules should have been fixed in the the latest - 1.0.4 - release. |
Thanks! On Sat, Aug 27, 2016 at 1:56 AM Nicholas Jamieson [email protected]
|
It's not clear where the compiled js gets written in tsify and I'm unable to require the result of a compiled ts module from a js one. Is there a straightforward way to do this? Would love a simple example.
The text was updated successfully, but these errors were encountered: