jsoverson / preprocess

Preprocess HTML, JavaScript, and other files with directives based off custom or ENV configuration
Other
366 stars 80 forks source link

Risk of collision with other tools #124

Open jbmikk opened 7 years ago

jbmikk commented 7 years ago

There exist other tools using the @ syntax such as jsdoc.

So far I haven't had any problem mixing the two, but it seems a bit risky to mix them anyway.

Is there a way to manage this situation? Could it be possible to support overriding the directive symbol to ensure compatibility?

For instance configuring preprocess to use a # instead of @ would solve the problem for people already using jsdoc.