facebook

Some errors are not marked in the source editor

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

    Fedor Losev
    Participant

    Consider the following:

    
    import { Http } from '@angular/http';
    // import 'rxjs/add/operator/last';
    
    class TestHttp {
      constructor(private readonly http: Http) {
        const response = http.get('').last();
      }
    }
    

    Problems view:
    Property ‘last’ does not exist on type ‘Observable<Response>’

    This error is correct, because operator/last import is missing.

    However, in the source editor, there is no mark for this error. Other errors and warnings seem to be marked correctly in the same source.

    • This topic was modified 7 years, 6 months ago by Fedor Losev.
    #521390 Reply

    support-swapna
    Moderator

    Fedor,

    Thank you for reporting it. The dev team is investigating this issue.
    We will keep you posted about the fix.

    –Swapna
    MyEclipse Support

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: Some errors are not marked in the source editor

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