- Object.NET
- Saint-Petersburg, Russia
- vladimir@object.net
- http://object.net/
Popular repositories
-
DefinitelyTyped
Forked from DefinitelyTyped/DefinitelyTyped
The repository for high quality TypeScript type definitions.
TypeScript
-
es6features
Forked from lukehoban/es6features
Overview of ECMAScript 6 features
-
You-Dont-Know-JS
Forked from getify/You-Dont-Know-JS
A book series on JavaScript. @YDKJS on twitter.
JavaScript
-
javascript
Forked from airbnb/javascript
JavaScript Style Guide
JavaScript
-
typescript-20170124
Forked from NepipenkoIgor/typescript-20170124
TypeScript
-
Functional-Light-JS
Forked from getify/Functional-Light-JS
A book about functional programming in JavaScript.
JavaScript
958 contributions in the last year
Contribution activity
February 2017
- vladsch/Functional-Light-JS JavaScript
[2320] Entry point method Main and Ready attributes on it throws runtime exception
Fixes #2320
- [2352] Compilation fails if Anonymous type with bool field is used wi…
- [2049] Support Nullable.GetUnderlyingType(Type type)
- [2342] Incorrect precedence of operations in expressions with casts
- [2355] Linq interfaces have no definitions in javascript
- [2343] Boxing correct types
- [2347] G17 format specifier doesn't work
- [2344] Bridge.getTypeAlias(T) for T being native DOM type throws JS exception
- [2337] DateTime.ToString doesn't conform to Custom Date and Time Format Strings
- [2338] Using GetType in generic method produces unexpected result
- [2327] Enum should implement IComparable IFormattable
- [2330] Multiple exception handlers is emitted incorrectly it the caught exceptions have the same variable name
- Boolean, Object, DateTime, String type name changes
- [2313] Overloaded methods defined in External interfaces
- [2322] Operator overload methods have side-effects on input structs
- [2310] Field named config not being properly renamed to $config
- [2318] Box/Unbox issues
- [2312] Single module is loaded multiple times
- [2314] New "Global" loader type
- [2274] Basic support for [Serializable] attribute
Entry point method Main and Ready attributes on it throws runtime exception
public class Program { [Ready] public static void Main() { Console.WriteLine("Test"); } }
- Wrong type alias for array type
- Yield GeneratorBlock emits incorrect return type name
- Linq interfaces have no definitions in javascript
- G17 format specifier doesn't work
- Using GetType in generic method produces unexpected result
- Operator overload methods have side-effects on input structs
- Box/Unbox issues
- New "Global" module loader type