esbuild-plugin-ifdef icon indicating copy to clipboard operation
esbuild-plugin-ifdef copied to clipboard

trim line

Open mrceperka opened this issue 3 years ago • 0 comments

This change will allow use of #ifdef with indentation.

Like this:

fuction fn() {
    // code...
    
    //#ifdef TARGET_DEBUG
    debug()
    //#endif

    // code...
}

Earlier you had to put //#ifdef at the start of the line.

mrceperka avatar Jul 26 '22 11:07 mrceperka