Merge pull request #7607 from DomiR/lodash4.0.0

(feature) Fist step to upgrade lodash to 4.0.0
This commit is contained in:
Masahiro Wakame
2016-01-24 00:36:31 +09:00
11 changed files with 31534 additions and 5109 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
/// <reference path="../jquery/jquery.d.ts" />
/// <reference path="../lodash/lodash.d.ts" />
/// <reference path='../lodash/lodash-3.10.d.ts' />
/// <reference path="./backbone-global.d.ts" />
function test_events() {
+1 -1
View File
@@ -4,7 +4,7 @@
// Definitions: https://github.com/borisyankov/DefinitelyTyped
/// <reference path="../bluebird/bluebird.d.ts" />
/// <reference path="../lodash/lodash.d.ts" />
/// <reference path='../lodash/lodash-3.10.d.ts' />
/// <reference path="../knex/knex.d.ts" />
declare module 'bookshelf' {
+1 -1
View File
@@ -1,5 +1,5 @@
/// <reference path='knex.d.ts' />
/// <reference path='../lodash/lodash.d.ts' />
/// <reference path='../lodash/lodash-3.10.d.ts' />
import Knex = require('knex');
import _ = require('lodash');
'use strict';
+1 -1
View File
@@ -1,5 +1,5 @@
/// <reference path="lodash-decorators.d.ts" />
/// <reference path="../lodash/lodash.d.ts" />
/// <reference path='../lodash/lodash-3.10.d.ts' />
//
// With Arguments
+1 -1
View File
@@ -3,7 +3,7 @@
// Definitions by: Qubo <https://github.com/tkqubo>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
///<reference path="../lodash/lodash.d.ts"/>
/// <reference path='../lodash/lodash-3.10.d.ts' />
declare module "lodash-decorators" {
+14991
View File
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
+1853 -1808
View File
File diff suppressed because it is too large Load Diff
+4667 -3294
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -6,7 +6,7 @@
// Based on original work by: samuelneff <https://github.com/samuelneff/sequelize-auto-ts/blob/master/lib/sequelize.d.ts>
/// <reference path="../node/node.d.ts" />
/// <reference path="../lodash/lodash.d.ts" />
/// <reference path='../lodash/lodash-3.10.d.ts' />
declare module "sequelize"
{
+1 -1
View File
@@ -5,7 +5,7 @@
// Based on original work by: samuelneff <https://github.com/samuelneff/sequelize-auto-ts/blob/master/lib/sequelize.d.ts>
/// <reference path="../lodash/lodash.d.ts" />
/// <reference path='../lodash/lodash-3.10.d.ts' />
/// <reference path="../bluebird/bluebird.d.ts" />
/// <reference path="../validator/validator.d.ts" />