Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sync #21

Merged
merged 60 commits into from
Sep 25, 2019
Merged

sync #21

merged 60 commits into from
Sep 25, 2019

Conversation

valq7711
Copy link
Owner

No description provided.

amigrave and others added 30 commits December 22, 2016 19:38
bugs are fixed:
```
h = {a: None, b: 123}  # - causes an error because of the trying expected.indexOf("Function"), but expected==null
h = {a: None, b: None} # - is resolved to '{String:null}' - deadlock hash!  '{String:?}' is more suitable, isn't it?
h = {a: def(): ...; , b: def(x): ...;, c: 123} # - is resolved to '{String:Function}', because of the premature return without checking the remaining elements
```
improve browser integration
My bad!
`this` is undefined when "use strict;"
change `this` to `window`
fix ObjectLiteral.resolveType (Related to issue#140)
* add `getOwnPropertyDescriptor(s)`

* fix js_error

add filename
In-browser-compilation  the embedded baselib string is used instead of parsing a file, so `toplevel.baselib['...']>0` if only it is used in user code
* Add files via upload

* Add files via upload

* Add files via upload

* Add files via upload

* Add files via upload

* Add files via upload

* Add files via upload

* Create classes_es6.pyj

* Update test.pyj

* superCall -> superCall_expr
* fix yield

now OK:
- `a = yield`
- `yield from [1,2,3]`
- `yield 1, 3, 4`  # turns into yield [1, 3, 4] as `return 1 ,3, 4`
add init_mod() to allow reinitialize all static object
valq7711 and others added 29 commits December 21, 2018 01:14
* fix generator as class method

* Update output.pyj

* keep parentheses around yield

* keep parentheses around yield

* parentheses around yield

* parentheses around yield
Improve traceback for import errors
Remove .DS_Store from repo
fix parser's readfile default option value
@valq7711 valq7711 merged commit f1b3291 into valq7711:master Sep 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants