Skip to content

JSS write parenthesis #45

@nightmode

Description

@nightmode

The following JSS will not output anything.

<js>write((true === true) ? 'true' : 'false')</js>

The issue can be seen if you do a console.log(daFunc) around line 1170 in /code/6 - build.js which results in the following intermediary code below.

write((true === true, place) ? 'true' : 'false')

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions