Giter VIP home page Giter VIP logo

Comments (7)

itayperry avatar itayperry commented on May 23, 2024 2

Hi @mantoni, I can see that the milestone issues are being handled at the speed of light! This is very exciting :)

Can I help? Is this issue ok to start with for "beginners"? If so, just tell me where to start!
(even though I understand that until I'll implement it you might already close it yourself lol).

from mochify.js.

mantoni avatar mantoni commented on May 23, 2024 1

I'm not sure whether this is for beginners or not. The previous implementation was using watchify, but we're moving away from direct bundler dependencies.

I guess I'd start by looking into how mocha does it …

Thank you for picking this up ❤️

from mochify.js.

mantoni avatar mantoni commented on May 23, 2024 1

Since file globs are resolved in the API, I guess it will naturally happen there, no?

from mochify.js.

itayperry avatar itayperry commented on May 23, 2024 1

Hi, it takes time to understand everything, but I can see that both mocha and watchify use chokidar to watch files - this seems to be the heart of the process. I'm still looking into this :)
https://github.com/mochajs/mocha/blob/a87461caf23999a8b0a64b5f46486b53900a8461/lib/cli/watch-run.js#L170-L173

from mochify.js.

m90 avatar m90 commented on May 23, 2024

Just out of curiosity (and because I don't know how to answer this myself): would watch mode be a feature of @mochify/mochify (i.e. the API module) or would that be a CLI only thing?

from mochify.js.

itayperry avatar itayperry commented on May 23, 2024

Hi @mantoni, I have some silly 'juniorish' questions - I looked at some old commits - really old lol 1348b92
To use mochify (old and new upcoming version) do I have to bundle my code only with browserify?
And if that is true.. is this issue about building our own new watchify ?

we're moving away from direct bundler dependencies

to reduce repository size?

from mochify.js.

mantoni avatar mantoni commented on May 23, 2024

This does the trick for now:

chokidar '**/*.js' -c 'npm t' --initial --silent

If anyone wants to include that into the mochfiy implementation, development has moved here:
https://github.com/mochify-js

from mochify.js.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.