🪄
Special comments
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. Denoify will ignore every lines following a
// @denoify-line-ignore
special comment. It's especially usefull for ignoring import of polyfill.
Last modified 7mo ago