Giter Site home page Giter Site logo

Comments (6)

OverZealous avatar OverZealous commented on May 14, 2024 1

To add to this issue, I'm also getting it with babelHelpers now, which is being injected as '\u0000babelHelpers'. I'm assuming that the trend is to use null bytes to identify dynamically generated files so watchers can know to exclude them.

@jlmakes Would you be interested in a PR as @brianmhunt suggested above, to simply ignore any file names with a null byte in them?

This happens to be holding back a major PR for our codebase. 😕

from karma-rollup-preprocessor.

OverZealous avatar OverZealous commented on May 14, 2024 1

Worked great for me! Thanks a ton!

from karma-rollup-preprocessor.

jlmakes avatar jlmakes commented on May 14, 2024

Interesting, thanks @brianmhunt

So let's see if I understand—null bytes are a security concern for karma-rollup-preprocessor, but the patch would also serve as a downstream fix for an emergent bug in rollup-plugin-commonjs?

from karma-rollup-preprocessor.

brianmhunt avatar brianmhunt commented on May 14, 2024

So let's see if I understand—null bytes are a security concern for karma-rollup-preprocessor, but the patch would also serve as a downstream fix for an emergent bug in rollup-plugin-commonjs?

Yes, that is my understanding.

from karma-rollup-preprocessor.

jlmakes avatar jlmakes commented on May 14, 2024

If it's just the one-liner he suggested I don't mind implementing it and bumping to 5.1

Edit: Just cut a new release. Let me know if this bug still bites @OverZealous @brianmhunt

from karma-rollup-preprocessor.

OverZealous avatar OverZealous commented on May 14, 2024

That would be awesome! It fixed my issue when I added it manually. I just did this:

Watch.prototype.start = function() {
	this.clean()
	this.buffer.forEach(m => {
		if (m.includes('\u0000')) { return } /// <-- here
		if (!this.watchList.has(m)) {

But it could just as easily be merged with existing if.

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.