GithubHelp home page GithubHelp logo

Comments (8)

sunrabbit123 avatar sunrabbit123 commented on June 17, 2024 1

It is my tsconfig.json

{
  "compilerOptions": {
    "module": "CommonJS", 
    "target": "ESNext", 
    "outDir": "dist", 

    "strict": true,
    "noImplicitAny": true, 
    "moduleResolution": "node", 
    "sourceMap": true,
    "experimentalDecorators": true, 
    "emitDecoratorMetadata": true, 
    "typeRoots": ["./node_modules/@types"],
    "esModuleInterop": true
  }
}

from fxts.

ppeeou avatar ppeeou commented on June 17, 2024 1

@sunrabbit123 Maybe when this pr is merged, we expect it to build normally 👍

from fxts.

ppeeou avatar ppeeou commented on June 17, 2024 1

@sunrabbit123 it was released :)

from fxts.

ppeeou avatar ppeeou commented on June 17, 2024

@sunrabbit123 Let me know the tsconfig.json you set up??
and check strict: true https://www.typescriptlang.org/tsconfig#strict

from fxts.

sunrabbit123 avatar sunrabbit123 commented on June 17, 2024

I set strict : true
because #147 It happened to me, too

from fxts.

ppeeou avatar ppeeou commented on June 17, 2024

@sunrabbit123
I tried creating the environment you mentioned, but the build doesn't fail.
Could you tell me the same environment with codesandbox??

https://codesandbox.io/s/snowy-violet-m12b1o?file=/src/index.ts

from fxts.

sunrabbit123 avatar sunrabbit123 commented on June 17, 2024

It same

Maybe that's what's happening with "reduce."

export const checkArgument: Function = (...args: any[]): boolean => {
  return reduce((a, b) => !!a && !!b, args);
};

But where is the flat referenced?

I think it's a compilation problem.
This is because the error does not appear after removing the 'type' that appears in the error

from fxts.

sunrabbit123 avatar sunrabbit123 commented on June 17, 2024

but the build doesn't fail at codesandbox, Now I'm confused, too.

from fxts.

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.