Skip to content

isolatedDeclarations is not yet implemented #2427

@so1ve

Description

@so1ve

Steps to reproduce

(I'm unable to create a minimal reproduction now, sorry, I'll create one if I'm available)

Steps:

  1. enable isolatedDeclarations in tsconfig.isolated.json
  2. write code like expprt const foo = (() => 1)()
  3. run tsgo -p tsconfig.isolated.json --noEmit

Behavior with [email protected]

tsc -p tsconfig.isolated.json --noEmit throws an error, prompting an annotation is needed.

Behavior with tsgo

nothing happened

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions