Skip to content

Cannot find name 'Zone' #448

@oliverschenk

Description

@oliverschenk

I'm using Atom text editor with the TypeScript plugin installed. It will generally complain if it can't resolve an object due to missing typings or otherwise.

I'm using Atom as a text editor and the polyfills.ts file is giving me various errors:

Cannot find name 'Zone', at line 54
Cannot find name 'TaskData', at line 75
Cannot find name 'Task', at line 89 and 96

It also doesn't like:

isPeriodic: nameSuffix == 'Interval',

var task: Task = args[0];

The website works fine and no errors in the console.

This is after cloning this project and making no modifications other than "npm install".

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions