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
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
Luca Cavallaro
7ae49d7dac
Update vexflow.d.ts ( #9095 )
...
* Update vexflow.d.ts
Backends renderer enum starts with 1, according to http://www.vexflow.com/docs/renderer.html
* Update vexflow.d.ts
fix all enums
* Update vexflow.d.ts
fix StaveConnector 'type' enum. "SINGLE_LEFT and SINGLE are the same value for compatibility with older versions of vexflow"
2016-04-26 00:51:34 +09:00
vvakame
56295f5058
replace https://github.com/borisyankov/DefinitelyTyped to https://github.com/DefinitelyTyped/DefinitelyTyped
2016-03-17 00:55:26 +09:00
Kohei Hisakuni
220e6719ea
Change module back to namespace
2016-02-17 07:25:16 -08:00
Kohei Hisakuni
0c8b821916
Make sure vexflow can be loaded with jspm
2016-02-13 12:53:18 -08:00
Aya Morisawa
94e9eb1be4
Remove trailing whitespaces
2016-01-27 20:06:53 +09:00
Daniel Rosenwasser
4d9af200a7
Removed undocumented property in object literal in test for 'vexflow'.
2015-08-26 17:48:02 -07:00
Daniel Rosenwasser
f4b5bc37e4
Fixed ordering of namespaces/classes to avoid errors from https://github.com/Microsoft/TypeScript/issues/4485 in 'vexflow'.
2015-08-26 17:47:21 -07:00
Daniel Rosenwasser
6ffcb6a8d6
Use 'namespace' keyword in 'vexflow'.
2015-08-26 17:37:52 -07:00
Roman Quiring
ab17e16853
fixed definition of Vex.Flow.Formatter
...
- fixed arguments of FormatAndDraw()
- fixed arguments of FormatAndDrawTab()
2015-08-06 19:04:38 +02:00
Roman Quiring
b4b5855f86
added vexflow-tests.ts
2015-08-06 18:55:31 +02:00
Roman Quiring
fea6bb785a
fixed definition of Vex.Flow.TabNote
2015-08-06 18:49:37 +02:00
Roman Quiring
b330fede59
fixed definition of Vex.Flow.TextBracket
...
- fixed argument of setFont()
2015-08-06 18:47:42 +02:00
Roman Quiring
77445160ad
changed CATEGORY property of several classes from static to const
2015-08-06 18:19:54 +02:00
Roman Quiring
f8fb63d8cc
changed definition of Vex.Flow.Modifier
...
- changed Position enum to const
2015-08-06 18:15:50 +02:00
Roman Quiring
af4b4626fa
changed definition of Vex.Flow.Curve
...
- changed Position enum to const
2015-08-06 18:15:08 +02:00
Roman Quiring
73c7432489
changed Vex.Flow.Barline
...
- changed type enum to const
2015-08-06 18:14:24 +02:00
Roman Quiring
f5ec5ac8f0
changed Vex.Flow.Annotation
...
- changed enums to const
2015-08-06 18:13:33 +02:00
Roman Quiring
727502c429
fixed definition of Vex.Flow.StaveNote
...
- changed STEM_UP and STEM_DOWN from static to const
- fixed constructor arguments
2015-08-06 18:10:46 +02:00
Roman Quiring
15ccac22d6
changed Vex.Flow.Tickable from class to interface
...
- added respective methods to Vex.Flow.Note
2015-08-06 18:07:13 +02:00
Roman Quiring
59dd256bf2
fixed definition of Vex.Flow.Formatter
...
- fixed arguments of FormatAndDraw
- fixed arguments of FormatAndDrawTab
2015-08-06 18:02:33 +02:00
Roman Quiring
66440e6fb3
fixed definition of Vex.Flow.TabStave
2015-08-06 18:00:10 +02:00
Roman Quiring
bc8e29fcd0
fixed definition of Vex.Flow.Glyph
...
- fixed argument of setOptions()
2015-08-06 17:57:07 +02:00
Roman Quiring
f6c8562355
changed definition of Vex.Flow.Volta
...
- changed type enum to const
2015-08-06 17:53:41 +02:00
Roman Quiring
25f06dbb00
fixed definition of Vex.Flow.Voice
...
- changed enum Mode to const
- fixed constructor arguments
2015-08-06 17:50:22 +02:00
Roman Quiring
dcef9183ea
changed definition of Vex.Flow.Tuplet
...
- changed LOCATION_TOP and LOCATION_BOTTOM from static to const
2015-08-06 17:47:30 +02:00
Roman Quiring
6970bb6f78
changed definition of Vex.Flow.Tuning
...
- added names constant
2015-08-06 17:44:46 +02:00
Roman Quiring
1365098304
changed definition of Vex.Flow.TimeSignature
...
- added constant glyphs
2015-08-06 17:40:50 +02:00
Roman Quiring
b3f154c5c3
fixed definition of Vex.Flow.TextNote
...
- changed Justification enum to const
- added GLYPHS const
- fixed constructor arguments
2015-08-06 17:37:05 +02:00
Roman Quiring
c377f8452f
fixed definition of Vex.Flow.TextBracket
...
- changed Positions enum to const
- fixed setFont()
- fixed constructor argument
2015-08-06 17:27:50 +02:00
Roman Quiring
0cf5c33231
fixed definition of Vex.Flow.TabTie
2015-08-06 17:23:04 +02:00
Roman Quiring
8eb312c09a
fixed definition of Vex.Flow.TabSlide
...
- changed constants SLIDE_UP and SLIDE_DOWN from static to const
- fixed constructor arguments
2015-08-06 17:20:53 +02:00
Roman Quiring
45599bb3cf
fixed definition of Vex.Flow.TabNote
2015-08-06 17:18:08 +02:00
Roman Quiring
41f25f3c76
changed definition of Vex.Flow.Stroke
...
- changed Type enum to const
2015-08-06 17:12:31 +02:00
Roman Quiring
57bd0ee3d5
fixed definition of Vex.Flow.StringNumber
...
- fixed arguments of setNote() and setLastNote()
2015-08-06 17:10:00 +02:00
Roman Quiring
8c097669b0
changed definition of Vex.Flow.Stem
...
- changed constants UP and DOWN from static to const
- removed constants WIDTH and HEIGHT as they are set by
Vex.Flow.STEM_WIDTH and Vex.Flow.STEM_HEIGHT
- added hide property
2015-08-06 17:03:31 +02:00
Roman Quiring
41a8267383
fixed definition of Vex.Flow.StaveTie
2015-08-06 16:57:21 +02:00
Roman Quiring
6add88934f
fixed definition of Vex.Flow.StaveTempo
...
- fixed arguments of setTempo()
2015-08-06 16:51:39 +02:00
Roman Quiring
0936292468
changed definition of Vex.Flow.StaveLine
...
- changed enums to const
2015-08-06 16:45:22 +02:00