Code Monkey home page Code Monkey logo

Comments (9)

XhmikosR avatar XhmikosR commented on June 12, 2024 2

@jlmakes friendly ping!

from karma-rollup-preprocessor.

mgoetzke avatar mgoetzke commented on June 12, 2024 1

Hey! I wanted to leave a note that I was seeing the same behavior of an endless loop of re-writing and watching the tests file when autoWatch: true, singleRun: false. I also implemented a quick fix of downgrading to 7.0.7 and am investigating locally.

from karma-rollup-preprocessor.

gbaron avatar gbaron commented on June 12, 2024 1

I've looked into this one and here is what I found.

  • The changes made for #72 introduced this issue.

  • rollup.watch is used instead of rollup.rollup. rollup.watch also writes directly to the file system, resulting in this issue.

  • I think that the root cause of #72 is in @rollup/plugin-typescript when using rollup.rollup (i.e. watchMode is false)

  • I created an issue in @rollup/plugin-typescript
    rollup/plugins#1354

  • I also created a pull request in @rollup/plugin-typescript
    rollup/plugins#1356.

Once rollup/plugins#1354 is fixed and released, the fix for #72 could be reverted and everything should work as expected when using the official Typescript plugin.

from karma-rollup-preprocessor.

gbaron avatar gbaron commented on June 12, 2024 1

@jlmakes would you consider releasing a new version with this fix? The current v7.0.8 has this issue...

from karma-rollup-preprocessor.

XhmikosR avatar XhmikosR commented on June 12, 2024

@jlmakes any chance you could have a look please? :)

from karma-rollup-preprocessor.

rwaldron avatar rwaldron commented on June 12, 2024

We hit this issue as well and downgrading resolved the problem. (Internal project, no link to share)

from karma-rollup-preprocessor.

jlmakes avatar jlmakes commented on June 12, 2024

I see, that's no good! Roping @YonatanKra into this conversation. Let's see if we can get this fixed, thanks for the report.

from karma-rollup-preprocessor.

gbaron avatar gbaron commented on June 12, 2024

The pull request for @rollup/plugin-typescript was approved and released as part of version 10.0.1.

I created a pull request #76 to revert the changes that introduced this issue and added a basic test case.

@jlmakes

from karma-rollup-preprocessor.

gbaron avatar gbaron commented on June 12, 2024

@jlmakes LMK if you think the change can be integrated

from karma-rollup-preprocessor.

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.