Andy Hanson
9608cfb4ef
Fix packages that used 'jasmine' for tests.
...
Jasmine requires TypeScript 2.1, but since these packages only use it for tests, they should stop depending on it and stay TS2.0 compatible.
Similar for 'react'.
2017-02-23 08:47:29 -08:00
Andy
555ea54770
Lint test files too ( #14791 )
2017-02-23 07:15:16 -08:00
Andy
ae4fe7b6de
Use "lib" in tsconfigs instead of "target". ( #13968 )
...
* Use "lib" in tsconfigs instead of "target".
Only add "dom" to libraries that need it. This is determined by a script, so many libraries that have "dom" maybe should not.
* Update new-package and readme
* Add back "target" where necessary
2017-01-18 07:51:51 -08:00
Andy
76a710cc94
Rename test files to be consistent ( #13882 )
2017-01-10 06:33:06 -08:00
Andy
a4bd9fa3c1
Add "noImplicitThis" to all tsconfig.json ( #13446 )
...
* Add "noImplicitThis" to all tsconfig.json
* Use `"noImplicitThis": false` on packages with broken tests.
2016-12-19 14:11:46 -08:00
Ryan Cavanaugh
a5f4d50ccc
Fix tsconfig files for new option name / behavior.
...
Also fixes some inconsistent whitespace.
2016-07-12 13:54:56 -07:00
Raghav Katyal
395c4e1639
Turning on consistent casing flag and fixing failures
2016-06-30 15:14:49 -07:00
Ryan Cavanaugh
bfd400a8f8
Add noEmit to all config files
2016-05-10 12:24:49 -07:00
Ryan Cavanaugh
e808e8e062
Remove unneeded references
2016-05-10 12:22:25 -07:00
Ryan Cavanaugh
50387d4046
Change relative reference paths to types references. Errors incoming...
2016-05-09 18:06:27 -07:00
Ryan Cavanaugh
49b1ac6a38
Rename all entry points to index.d.ts and explicitify all file lists
2016-05-09 17:29:10 -07:00
Ryan Cavanaugh
ab2b4191c5
Add typesRoot to all config files
2016-05-09 13:52:25 -07:00
Ryan Cavanaugh
ded70421be
Turn off strict null checks
2016-05-04 15:08:38 -07:00
Ryan Cavanaugh
69d1929d8a
Add tsconfig.json files
2016-05-04 14:14:39 -07:00
Ryan Cavanaugh
e7c111c4b7
Merge remote-tracking branch 'upstream/master' into types2.0
...
Add tsconfig files everywhere
# Conflicts:
# azure-mobile-services-client/AzureMobileServicesClient.d.ts
# bookshelf/bookshelf.d.ts
# hapi/hapi.d.ts
# helmet/helmet.d.ts
# mongodb/mongodb.d.ts
# nock/nock.d.ts
# react-bootstrap/react-bootstrap.d.ts
# react-helmet/react-helmet.d.ts
# restify/restify.d.ts
# sequelize/sequelize.d.ts
2016-04-27 20:40:21 -07:00
vvakame
7de6c3dd94
Merge branch 'master' into rename-repo-url
2016-03-17 21:06:54 +09:00
vvakame
14fe4313f4
replace internal module to namespace
2016-03-17 02:18:10 +09:00
vvakame
56295f5058
replace https://github.com/borisyankov/DefinitelyTyped to https://github.com/DefinitelyTyped/DefinitelyTyped
2016-03-17 00:55:26 +09:00
Nicholas Albion
5c0a2a138a
fixed create API
2016-01-18 14:19:57 +11:00
Nicholas Albion
3b751150b2
non-optional rest parameter
2016-01-18 14:16:08 +11:00
Nicholas Albion
86c94ff30b
removed redundant declaration
2016-01-18 14:09:15 +11:00
Nicholas Albion
a608ac5b67
fixed typo
2016-01-18 14:06:49 +11:00
Nicholas Albion
ae08e2515a
(command: string, ...fields?: any[]}): void; should handle any other commands
2016-01-18 14:04:30 +11:00
Nicholas Albion
e61862aca7
use correct callback syntax
2016-01-18 13:53:46 +11:00
Nicholas Albion
91fbf92911
updated API
2016-01-18 13:49:20 +11:00
Nicholas Albion
fe559849bf
ga('UA-65432-1', 'auto') actually returns undefined
2016-01-18 13:49:09 +11:00
Nicholas Albion
7c64a2a73d
(command: string, hitType: string, ...fields: any[]): void;
2016-01-15 17:36:20 +11:00
Nicholas Albion
db036a4d67
(command: 'send', hitType: HitType, ...fields: any[]): void;
2016-01-15 15:39:11 +11:00
Nicholas Albion
fc5b458c58
...fields: any
2016-01-15 14:41:15 +11:00
Nicholas Albion
98ff9a0a9c
moved HitType
2016-01-15 14:30:46 +11:00
Nicholas Albion
a4d7c74e72
hitType: string, // 'event'
2016-01-15 14:23:30 +11:00
Nicholas Albion
da079d9eda
added missing commas
2016-01-15 10:53:32 +11:00
Nicholas Albion
ac5fc67d21
expanded upon event API
2016-01-14 23:54:30 +11:00
Nicholas Albion
2acb434381
expanded upon event API
2016-01-14 23:50:59 +11:00
Christian WERNER
bd4eef59d7
added Vars for the Google Analytics Interface
...
as mentioned in the Javascript Snippet Reference
https://developers.google.com/analytics/devguides/collection/analyticsjs/advanced
2015-01-12 18:11:22 +01:00
Pat Kujawa
a8e26993d0
Add new GA url to Project line.
2014-10-13 14:51:24 -06:00
Pat Kujawa
7cf312b536
Restore old ga code and tests. Fix overload definition.
2014-10-13 14:40:26 -06:00
Pat Kujawa
b2eabd1873
Add tests and scope new universal analytics to its own module.
...
Fix errors from npm test and include all top-level APIs.
2014-10-13 14:28:08 -06:00
Pat Kujawa
d4ce942373
Add universal google analytics. Modify typedef for 'ga' variable.
2014-10-13 12:48:24 -06:00
vvakame
6e8f579f26
Support --noImplicitAny about google.analytics/ga.d.ts
2014-01-11 23:31:25 +09:00
vvakame
2708bc05cd
Fixed tsc failed on Node.js v0.8.25
2013-10-03 11:23:38 +09:00
vvakame
3fe1f6bc4e
Fixed to CI test passing
2013-10-03 10:18:58 +09:00
Boris Yankov
dd35f69637
Big replacement: bool with boolean
2013-08-07 16:59:39 +03:00
Neil Stalker
2192405a76
Fix definitions for TS 0.9
...
hammer.js
jake
jszip.js
dust.js
google,analytics
linq.js
2013-06-24 22:51:29 +01:00
Diullei Gomes
b0309fcc1f
bug fixed. jasmine reference on ga.d.ts test file.
2013-02-21 04:20:11 -03:00
Ronnie
5f3e8807f0
added google analytics deifintion and test file
2013-02-19 08:15:54 +01:00