facebook

Errors in .d.ts files not being picked up

  1. CodeMix & Angular IDE
  2.  > 
  3. Webclipse 1.x Help
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #531301 Reply

    Jason
    Participant

    I have noticed that some errors in my .d.ts files are not being picked up in Webclipse but if I run:
    “tsc –watch”

    on the same folder they are identified correctly as errors. These files are for some third-party JS libraries.

    The most common two I have are (mostly me being on autopilot from also coding in C++/Java):

    export class Test {
    value: int;

    testFunction( param: MyNameSpace::AnotherClass ): void;
    }

    int instead of number
    and :: instead of .

    Even with these errors all of my Typescript code is compiled with no errors produced.

    #531748 Reply

    support-swapna
    Moderator

    Jason,

    Apologies for the delayed response. We are investigating the problem at our end.
    Thank you for reporting it.

    –Swapna
    MyEclipse Support

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: Errors in .d.ts files not being picked up

You must be logged in to post in the forum log in