feat(ST2.WebPackages): AngularJS type definitions
- Alpha version - awaiting a number of new features in the CoffeeComplete Plus package to make this more functional, simplify the type definitions. - Awaiting inheritance, return types for properties and functions, display customization of property / function names, ctor support, ability to store Angular definitions separately - Adds support for all Angular APIs
This commit is contained in:
@@ -23,7 +23,9 @@ try {
|
||||
$sublimeUserDataPath = Get-SublimeUserPath
|
||||
|
||||
#straight file copies
|
||||
'CoffeeScript.sublime-settings' |
|
||||
'CoffeeScript.sublime-settings',
|
||||
'CoffeeComplete Plus Custom Types.sublime-settings',
|
||||
'CoffeeComplete Plus.sublime-settings' |
|
||||
% {
|
||||
$params = @{
|
||||
Path = Join-Path $current $_;
|
||||
|
Reference in New Issue
Block a user