Coder Social home page Coder Social logo

Comments (2)

bitjson avatar bitjson commented on September 27, 2024

Glad you like it! And thanks for opening an issue.

Why not use ts-node to run tests

Generally, I'm not a fan of mingling typescript compiling with the final javascript execution. While it simplifies the mental model a bit, it also makes it a little less clear how things really work.

Ultimately, you want to run tests in exactly the same environment as production code will run. Since some dependants of this library will not be using typescript – and most will not be using ts-node, it would likely be concerning that tests are not running in standard Node.js (even if ts-node does a perfect job).

Suggestions on using your starter on both the browser apps and on the nodejs apps?

I'm not sure if I understand the second question – would you mind opening another issue specifically for your second question? (It's best to keep issues separate so they're easier for future users to search and understand.)

from typescript-starter.

bitjson avatar bitjson commented on September 27, 2024

I think the first question is answered, so I'm going to go ahead and close this issue – please let me know if I should reopen. Thanks!

from typescript-starter.

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.