Skip to content

Unrecognized SKIP comment... that's weird! #186

Answered by marcprux
davidakoontz asked this question in Q&A
Discussion options

You must be logged in to vote

Well I can delete those "unrecognized" comments... if it makes the SKIP transpiler a bit happier...

But a comment is a comment ... there is no Skip comment style!

Skip supports various annotations in comments, like "SKIP ATTRIBUTES" and "SKIP REPLACE", as described at https://skip.tools/docs/platformcustomization/#skip-comments. We interpret your // SKIP does not support comment as an attempt to use a Skip-specific annotation, and are warning you that we don't support the "does not support" annotation.

The quick fix is to just lower-case "SKIP" to "Skip" there, or else just ignore the warning.

Hey that's my LAST issue... I've got a building App... fire up the devices - it's testing time!

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@davidakoontz
Comment options

Answer selected by marcprux
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants