Herbert Vojčík
|
b50c822aab
Future proof: both `nil` and `$nil` in package prologue.
|
7 years ago |
Herbert Vojčík
|
f0cb469727
Merge branch 'master' into traits-in-core
|
7 years ago |
Herbert Vojčík
|
e23f53c0e0
Compile both self and $self into method.
|
7 years ago |
Herbert Vojčík
|
8009f16408
Merge branch 'master' into traits-in-core
|
7 years ago |
Herbert Vojčík
|
9365020eb4
klass => a$cls
|
7 years ago |
Herbert Vojčík
|
77c1d3ef1c
Use TThenable in JSObjectProxy, fix #1223.
|
7 years ago |
Herbert Vojčík
|
61f19cfe38
Move Thenable class to TThenable trait.
|
7 years ago |
Herbert Vojčík
|
25ba20002a
Export using changes in js exporter.
|
7 years ago |
Herbert Vojčík
|
834344a4e7
Use new inline JS notation in core.
|
8 years ago |
Herbert Vojčík
|
a25435bc2c
Recompile with nilAsReceiver monkeypatch.
|
8 years ago |
Herbert Vojčík
|
6644b7ee74
Recompile without fw compat break b/c of nilAsClass.
|
8 years ago |
Herbert Vojčík
|
e34eb0cfd4
.js files without explicit module id in AMD header.
|
8 years ago |
Herbert Vojčík
|
005e898072
Sorted dependencies in .js headers.
|
8 years ago |
Herbert Vojčík
|
ed0346130f
Add Promise new; Promise forBlock: done in ST
|
8 years ago |
Herbert Vojčík
|
2fca3e9a08
Promise all: and any:
|
8 years ago |
Herbert Vojčík
|
cd751715c7
Promise creation
|
8 years ago |
Herbert Vojčík
|
e796499b0a
Promises: exceptions in then/catch functions not caught by ST
|
8 years ago |
Herbert Vojčík
|
57b15a7b68
Promises: JSObjectProxy delegations on par with Thenable protocol
|
8 years ago |
Herbert Vojčík
|
2d961cc87d
then: destructures an array result in case of 2+ arg block
|
8 years ago |
Herbert Vojčík
|
a7d594c39f
Thenable: combination-of-keywords without all: methods added
|
8 years ago |
Herbert Vojčík
|
ab515cfbbb
then: accepts a block or array of blocks
|
8 years ago |
Herbert Vojčík
|
d0d2ea16df
Wrap the JS Promise.
|
8 years ago |
Herbert Vojčík
|
1500766f4f
Promise-likes (.then is function) caught in JSObjectProxy
|
8 years ago |
Herbert Vojčík
|
25dcb8b89e
Basic Thenable methods.
|
8 years ago |