Skip to content

Conversation

tomByrer
Copy link

hard to tell which example is throwing the compile error
(hmmm, GitHub diffs are silly sometimes)

Thanks for your project! :)

hard to tell which example is throwing the compile error

Thanks for your project! :)
@rattrayalex
Copy link
Contributor

Ahh, definitely. I think I'd like to show the "good" versions in separate blocks, so I may not merge this...

.children
[0]

node
.children
[0] // oops!
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you have a build running, you might try this and see what you think:

node		
.children		 
[0] // oops!

<!-- -->
node		
  .children		 
  [0]

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this breaks them into separate blocks

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm guessing some non-ascii invisible whitespace snuck in there somehow?

Regardless, the <!-- --> is a separator used for markdown, not something intended to be part of the lightscript. If you look for it in other parts of the file you'll see how it's used

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.

2 participants