Giter VIP home page Giter VIP logo

Comments (5)

alexander-akait avatar alexander-akait commented on September 4, 2024 1

https://github.com/webpack-contrib/worker-loader#config, change /\.worker\.js$/ on /\.worker\.(js|ts)$/

from worker-loader.

alexander-akait avatar alexander-akait commented on September 4, 2024

What do you mean? Please clarify

from worker-loader.

alexander-akait avatar alexander-akait commented on September 4, 2024

What is missing here https://github.com/webpack-contrib/worker-loader#integrating-with-typescript?

from worker-loader.

mquandalle avatar mquandalle commented on September 4, 2024

I have a Typescript error related to worker-loader that I don't know how to fix.

I use the following definition as described in the documentation :

declare module '*.worker.js' {
	class WebpackWorker extends Worker {
		constructor()
	}

	export default WebpackWorker
}

But when I include the worker with

import MyWorker from "./my.worker.js`

I get

Module '"/home/mquandalle/myproject/my.worker"' has no default export. ts(1192)

It seems Typescript is using the interface of the file my.worker.js (from the filesystem) instead of the type definition defined above. I don't know how to configure it to “overwrite” this type definition.

Note that the "worker-loader!*" type definition is working but I can't use it since I need to run multiple loaders (babel + worker-loader).

from worker-loader.

camillewall avatar camillewall commented on September 4, 2024

I am getting a similar error that @mquandalle mentioned; 'src/my.worker"' has no default export.' Has anyone had any luck figuring out how to fix it?

My include looks like the documented example, as does my type definition file.
import Worker from "./my.worker.ts";

from worker-loader.

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.