Denoify
HomeGitHub
  • 🚀Quick start
  • 🔀.deno.ts files
  • 🔧Build options
  • 🪄Special comments
  • 🔍Automatic discovery of ports
  • 📤Publishing on deno.land/x
  • 🆘Deal with GitHub API rate limit exceeded
  • 📚Other resources
Powered by GitBook
On this page
  • // @denoify-ignore
  • // @denoify-line-ignore

Was this helpful?

Edit on GitHub
Export as PDF

Special comments

PreviousBuild optionsNextAutomatic discovery of ports

Last updated 2 years ago

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 .

🪄
this file
not in the deno_dist directory
a file using this special comment
the transpiled result
custom replacer