Special comments
Last updated
Was this helpful?
Last updated
Was this helpful?
// @denoify-ignore
You can place a // @denoify-ignore
comment at the top of your file. This will make Denoify completely ignore this file, just like if it wasn't in your source.
Example, is denoify-ignored
, it's .
You have to use this if you have a .
// @denoify-line-ignore
Denoify will ignore every lines following a // @denoify-line-ignore
special comment.
It's especially usefull for ignoring import of polyfill.
Example of . And .