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

when expr is broken, completion is not executed #2

Closed
Constellation opened this issue Aug 19, 2011 · 2 comments
Closed

when expr is broken, completion is not executed #2

Constellation opened this issue Aug 19, 2011 · 2 comments

Comments

@Constellation
Copy link
Owner

such as:

var obj = {
  target: function() {
    var o = { test: "OK" };
    o.<COMPLETION POINT>

completion is not fired.

because, ObjectLiteral expression is broken, so not defined in Recovery AST.

@Constellation
Copy link
Owner Author

1st plan

add function literal to nearest function literal and do realize it in completion phase

2nd plan

implement Expression based recovery system

@Constellation
Copy link
Owner Author

1st plan is adopted.

done in d455a11

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

No branches or pull requests

1 participant