Skip to content

issues Search Results · repo:microsoft/dtslint language:TypeScript

Filter by

151 results
 (103 ms)

151 results

inmicrosoft/dtslint (press backspace or delete to remove)

I m working on the type definitions for https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/iobroker and while doing so, I m stumbling over a check error where dtslint with TS4.7 seems ...
  • AlCalzone
  • Opened 
    on Feb 20, 2022
  • #352

Example: exactOptionalPropertyTypes only works in 4.4, but it should be required in all tsconfigs on DT even though older compilers won t recognise it. expect-type should remove new flags from tsconfig ...
  • sandersn
  • 4
  • Opened 
    on Oct 25, 2021
  • #348

For example: /** @deprecated Please pass a config object instead */ declare function f(x: boolean): void declare function f(x: Config): void I m not sure whether all the non-deprecated signatures should ...
  • sandersn
  • Opened 
    on Jul 27, 2021
  • #337

It seems that even though DefinitelyTyped is set up to support having older versions of typings that differ by minor number, when you try running tests for the older version, it runs into issues. For ...
  • rurikoaraki
  • 3
  • Opened 
    on Jun 9, 2021
  • #333

Good Day~ 😊 background I tested type test already written by someone. but the test looked like all passed(it didn t show anything) even I wrote wrong type like the code. result.expectTypeToBeString ...
  • roseline124
  • Opened 
    on May 20, 2021
  • #332

Hello I wanted to instantiate monaco editor in an ambient context such that no logical code is allowed(only type declarations). I couldn t find the right configuration in monaco for it. I was hoping dtslint ...
  • nikhilnxvverma1
  • Opened 
    on Apr 15, 2021
  • #330

TypeScript inference different result, this causes not avoidable lint error. e.g. type Bars = { bar1: bar1 ; bar2: bar2 ; }; $ExpectType keyof Bars const foo = (): keyof Bars = bar1 ; in TS ...
  • euxn23
  • 1
  • Opened 
    on Mar 1, 2021
  • #323

Description Line export * as something from ... throws an error: The whitespace rule threw an error in C:/Users/Toliak/PycharmProjects/mtasa-typescript-wiki-parser/output/index.d.ts : TypeError: Cannot ...
  • Toliak
  • 2
  • Opened 
    on Feb 17, 2021
  • #322

Currently, it is impossible to use any other module config instead of commonjs. As a result, it is impossible to test the ImportMeta interface. You can see here, https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/snowpack-env/snowpack-env-tests.ts ...
  • stramel
  • Opened 
    on Nov 10, 2020
  • #316

https://github.com/DefinitelyTyped/DefinitelyTyped/pull/49363#discussion_r519182824
  • andrewbranch
  • Opened 
    on Nov 9, 2020
  • #315
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub