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

Fix unexpected end of input #8

Draft
wants to merge 12 commits into
base: master
Choose a base branch
from
Draft

Fix unexpected end of input #8

wants to merge 12 commits into from

Conversation

cesine
Copy link
Owner

@cesine cesine commented Jul 20, 2020

Before:

We see compile errors on several files only in Node 12: dativebase/dative#324

Running "eco:files" (eco) task
File .tmp/scripts/templates/active-server.js created.
File .tmp/scripts/templates/add-user.js created.
File .tmp/scripts/templates/alert-dialog.js created.
File .tmp/scripts/templates/app.js created.
File .tmp/scripts/templates/application-settings-edit.js created.
File .tmp/scripts/templates/application-settings-header.js created.
File .tmp/scripts/templates/application-settings-view.js created.
>> Error in app/scripts/templates/application-settings.eco:
>> [stdin]:95:24: error: unexpected end of input
>>     _print _safe '\n' +

Updating to use josh-lauer's branch which updates the escape function locally resolves this issue.


Done, without errors.


Execution Time (2020-07-20 15:36:44 UTC)
loading tasks  430ms  ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 46%
eco:files      498ms  ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 54%
Total 929ms

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.

3 participants