-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Closed
Description
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
Labels
No labels