Tobias Bosch
|
cc115d58ca
|
fix(facade/lang): use strict equality for performance
|
2014-10-28 14:45:50 -07:00 |
Victor Berchet
|
2ab526e88b
|
chore(travis): cleanup travis.yml
|
2014-10-28 11:51:00 +01:00 |
Victor Berchet
|
cc502c81d6
|
chore(gulp): cleanup gulp file
- remove duplicated path & readline deps,
- order dep alphabetically.
|
2014-10-28 11:45:48 +01:00 |
Victor Berchet
|
c90a7114d3
|
feat(ChangeDetector): Add support for chained properties
|
2014-10-28 11:33:09 +01:00 |
Victor Berchet
|
63494a74bf
|
chore(pubspec): fix a typo
|
2014-10-28 11:17:00 +01:00 |
vsavkin
|
c11ca944d4
|
perf(ElementInjector): add a benchmark measuring the instantiation of element injectors without using reflection
|
2014-10-27 17:56:05 -04:00 |
vsavkin
|
e3b772425e
|
feat(ElementInjector): change ElementInjector to accept bindings or types
|
2014-10-27 17:56:05 -04:00 |
Victor Berchet
|
94958e084e
|
fix(super): `super()` now means call the proto of the current function.
See https://github.com/google/traceur-
compiler/commit/6732e5eddf203ae02bcfb8faea837590bf32c061
|
2014-10-27 22:26:38 +01:00 |
vsavkin
|
31831eee5e
|
feat(View): implement ProtoView.instantiate
|
2014-10-27 17:18:35 -04:00 |
vsavkin
|
79d270c3dd
|
feat(ElementInjector): add support for "special" objects
|
2014-10-27 14:14:56 -04:00 |
vsavkin
|
e3548b497f
|
feat(ElementInjector): implement ElementInjector
|
2014-10-27 10:16:50 -04:00 |
vsavkin
|
ea0df352be
|
feat(di): add metadata to Key
|
2014-10-27 10:04:12 -04:00 |
vsavkin
|
2a4b63b614
|
refactor(collection): use Map instead of Object
|
2014-10-18 17:50:55 -04:00 |
vsavkin
|
1f4caa8773
|
feat(benchmark): add a simple benchmark for the di module
|
2014-10-18 17:06:23 -04:00 |
vsavkin
|
035dc5ba44
|
feat(transpiler): add support for getters
|
2014-10-16 16:11:18 -04:00 |
vsavkin
|
2f732c6b84
|
docs(di): add docs to di module
|
2014-10-14 08:11:44 -04:00 |
vsavkin
|
1a7d5160f2
|
use Promise instead of Future
|
2014-10-12 17:47:52 -04:00 |
vsavkin
|
f524a89cb6
|
feat(injector): add support for default bindings
|
2014-10-12 17:29:02 -04:00 |
vsavkin
|
ee1e54cf0a
|
feat(transpiler): add support for named params to new expressions
|
2014-10-12 17:21:50 -04:00 |
vsavkin
|
b71cd9f380
|
refactor(di): use boolean instead of bool
|
2014-10-12 17:15:58 -04:00 |
vsavkin
|
92b2559109
|
refactor(di): cleanup
|
2014-10-12 17:06:41 -04:00 |
vsavkin
|
c3d9b5c91e
|
refactor(di): simplify Injector API
|
2014-10-12 17:06:41 -04:00 |
vsavkin
|
f0870791f6
|
refactor(di): cleanup to make dartanalyzer happy
|
2014-10-12 17:06:41 -04:00 |
vsavkin
|
97667e2591
|
refactor(di): make use of optional parameters
|
2014-10-12 17:06:41 -04:00 |
vsavkin
|
3f3fb7017e
|
refactor(injector): implement support for nested bindings
|
2014-10-12 17:06:41 -04:00 |
vsavkin
|
0b60f8494d
|
style(di): add new lines
|
2014-10-12 17:06:41 -04:00 |
vsavkin
|
d313cac42f
|
refactor(injector): change toFactory to use reflector to construct dependencies
|
2014-10-12 17:06:40 -04:00 |
vsavkin
|
06a221671c
|
refactor(injector): cleanup
|
2014-10-12 17:06:40 -04:00 |
vsavkin
|
9b411372df
|
feat(injector): change injector to recover from errors
So it can instantiate an object after a failed attempt.
|
2014-10-12 17:06:40 -04:00 |
vsavkin
|
b9d03e6635
|
refactor(di): move Dependency from key.js to binding.js
|
2014-10-12 17:06:40 -04:00 |
Misko Hevery
|
a9896ed391
|
design: view instantiation test
|
2014-10-10 20:54:33 -07:00 |
Vojta Jina
|
2d19e7122b
|
refactor(transpiler): instanceof
|
2014-10-09 15:22:21 -07:00 |
Vojta Jina
|
c7e9d10f0b
|
test(transpiler): add spec for instanceof
|
2014-10-09 15:22:20 -07:00 |
Vojta Jina
|
85ee62cb0d
|
chore(transpiler): show filepath when error happens
|
2014-10-09 15:17:53 -07:00 |
Vojta Jina
|
94e556465b
|
fix(transpiler): only call transform/visit when defined
Our custom ParseTree classes should not expect that every
transformer/visitor defines the methods to transform/visit them.
|
2014-10-09 15:08:30 -07:00 |
Victor Berchet
|
d1b90e125b
|
feat(transpiler): add support for arrow functions
fixes #28
|
2014-10-09 14:44:07 -07:00 |
vsavkin
|
1214f423b4
|
feat(transpiler): implement optional params
|
2014-10-09 14:27:32 -07:00 |
Vojta Jina
|
fb01551620
|
chore: allow running Dart/JS Karma at the same time
Use `9876` port for JS.
Use `9877` port for Dart.
|
2014-10-09 13:50:25 -07:00 |
Victor Berchet
|
5818c3bf28
|
refactor(named parameters): mimic original traceur architecture
|
2014-10-08 12:53:55 +02:00 |
Victor Berchet
|
5527a1b1a4
|
feature(change detection): implement barebone ChangeDetector
fixes #39
|
2014-10-08 11:11:56 +02:00 |
Vojta Jina
|
38340ce8d9
|
test(transpiler): add a cycle import spec
|
2014-10-07 17:35:22 -07:00 |
Vojta Jina
|
6efb7f9017
|
transpiler: normalize Dart library name
`file2module` was used for normalizing paths where `-` is fine.
This normalizes non-word characters only when generating the Dart
library name.
|
2014-10-07 17:35:22 -07:00 |
Vojta Jina
|
cfc5fdc60d
|
chore: use es6-module-loader
Switch Traceur to use modules=“instantiate” and use es6-module-loader.
This setup supports cyclic dependencies.
|
2014-10-07 17:35:22 -07:00 |
Chirayu Krishnappa
|
774901c225
|
chore(karma): use ChromeCanary as the default for JS
Closes #56
|
2014-10-07 16:48:03 -07:00 |
Chirayu Krishnappa
|
e4ce69dcc7
|
test(scanner): port the rest of the lexer tests from AngularDart
Closes #64
|
2014-10-07 16:47:50 -07:00 |
vsavkin
|
5162b3c0ca
|
refactor(reflector): cleanup
|
2014-10-07 10:42:27 -04:00 |
vsavkin
|
7d566adea0
|
style(reflector): formatting
|
2014-10-07 10:34:07 -04:00 |
vsavkin
|
187c4aa33c
|
refactor(injector): uses one instance of reflector instead of creating a new instance every time
|
2014-10-07 10:29:32 -04:00 |
vsavkin
|
ab4f86a0cb
|
refactor(injector): cleanup
|
2014-10-07 10:03:06 -04:00 |
vsavkin
|
ea22cc4c7a
|
refactor(injector): add @FIELD annotations to Key and Dependency
|
2014-10-07 09:39:52 -04:00 |