Changes between Initial Version and Version 1 of Ticket #18788
- Timestamp:
- Sep 27, 2016, 11:40:19 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #18788
-
Property
Milestone
changed from
1.12
to1.14
-
Property
Milestone
changed from
-
Ticket #18788 – Description
initial v1 18 18 I'll consider this change for 1.12 if it really is that simple, though the number of places where this might need to change is extensive. 19 19 20 The main motivation is that TypeScript 1.8 now always emits strict mode, which makes typings for using Dojo nearly useless. See https://github.com/Microsoft/TypeScript/issues/3576 and https://github.com/Microsoft/TypeScript/issues/6819 . 20 The main motivation is that TypeScript 1.8 now always emits strict mode, which makes typings for using Dojo nearly useless. See https://github.com/Microsoft/TypeScript/issues/3576 and https://github.com/Microsoft/TypeScript/issues/6819 . This last point is no longer relative as TS allows you to emit modules that are not in strict mode.