Code Monkey home page Code Monkey logo

Comments (4)

bigtimebuddy avatar bigtimebuddy commented on April 27, 2024

Did you check out #9747?

from pixijs.

keegit avatar keegit commented on April 27, 2024

Just checked it out. I am using tsc 5.3.3. Removing esModuleInterop: true from tsconfig.json resolves the type error.

However I am still unable to serve the generated javascript - and see this browser console error when trying to access it:

Uncaught ReferenceError: exports is not defined

When looking at the generated javascript, this is what causes the browser error:

// app.js
Object.defineProperty(exports, "__esModule", { value: true });

Also - not sure if it's related, but when running tsc I get an error message even though app.js is still generated:

Found 1 error in node_modules/.pnpm/@[email protected]/node_modules/@pixi/utils/lib/index.d.ts:53

Opening node_modules/.pnpm/@[email protected]/node_modules/@pixi/utils/lib/index.d.ts on line 53:

export { default as EventEmitter } from 'eventemitter3'; // Error

Reveals the following error:

Module '"/workspaces/cimetch/node_modules/.pnpm/[email protected]/node_modules/eventemitter3/index"' can only be default-imported using the 'esModuleInterop' flagts(1259)
index.d.ts(134, 1): This module is declared with 'export =', and can only be used with a default import when using the 'esModuleInterop' flag.

I do notice that this mentions that esModuleInterop is required - but that then brings us back to the original type error.

Sorry about the disparate information - happy to provide whatever else I can.

from pixijs.

bigtimebuddy avatar bigtimebuddy commented on April 27, 2024

Thanks for digging in. I'm not sure I'm familiar with the mongoose too. This is not a devtool that has popped up for us yet in the issues. Typically our audience uses Webpack, Vite and Parcel. So it's hard for me to speak to the ReferenceError.

from pixijs.

keegit avatar keegit commented on April 27, 2024

Closing - was resolved by switching to Pixi 5.3.12.

from pixijs.

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.