dart-sdk/pkg/js/lib
2017-03-21 18:10:03 -07:00
..
src Run dartfmt on package:js 2017-03-21 18:10:03 -07:00
js.dart Add @anonymous annotation and restrict object literal constructors to only anonymous classes. This frees up defining factory constructors that do not correspond to object literals on JS interop classes. 2015-10-29 19:18:19 -07:00
js_util.dart Add JSNative utility class with static methods methods to efficiently manipulate typed JSInterop objects in cases where the member name is not known statically. These methods would be extension methods on JSObject if Dart supported extension methods. Update package js to export these methods. Implement in Dart2JS. Implement JS$ in dart2js. 2016-07-25 09:59:01 -07:00