Steve Terpe
Steve Terpe
You should probably also file a similar issue to the meteor team. Xmllint is fully self contained and valid js so running it should not force a meteor restart of...
Also is 'result' being assigned to without first declaring it as 'var'?
@jakedetels, are you experiencing the same issue with Meteor or apart from Meteor?
@jakedetels I'm not able to reproduce this issue with node itself using any [email protected]/5.x/6.x Here is my rather trivial test ``` javascript var fs = require('fs') , xmllint = require('xmllint')...
@abernix This might be too deep in the weeds for my knowledge of emscripten's FS. @kripken, I don't know if you have any thought on this?
Thanks. I'll check this out. Sent from my iPhone > On Aug 11, 2014, at 8:52 AM, Kyle Kirby [email protected] wrote: > > Check out this question I asked awhile...
@kkirby, @ckknight; The solution in #142 seems okay to get me past my current issue, but I'm sort of reluctant to close the issue because from a grammar and syntax...
Try xmllint = require('./xmllint.js') Sent from my iPhone > On Jun 16, 2016, at 4:23 AM, rajashekhargundeti [email protected] wrote: > > Hi, > > I'm able to successfully compile it...
Can you set up a repo that reproduces the problem? Sent from my iPhone > On Jun 16, 2016, at 10:44 PM, rajashekhargundeti [email protected] wrote: > > I tried that...
Also, what happens if you don't build it from the source, and just use package available from `npm`: ``` npm i xmllint ``` ? Emscripten changes quite a bit, it's...