forked from Saltarelle/SaltarelleCompiler
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTODO.txt
More file actions
21 lines (18 loc) · 628 Bytes
/
TODO.txt
File metadata and controls
21 lines (18 loc) · 628 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
TODO:
Convert between JsDictionary and Dictionary
Other reference importers.
Improve exception mapping (eg. TypeError => InvalidCastException, etc).
operator true + operator false.
Don't assign a field the default value when it is always assigned before being read in the constructor.
NAnt task
Allow a class to inherit from two types with a member with the same name IFF both the members are implemented by the same method.
v3:
Source mapping
Formatting options
Expression trees
Clip smaller integer types to their range
Checked/unchecked
-----
Script# features to handle:
ScriptQualifierAttribute.
ScriptAssemblyAttribute.