-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Some kind of preprocessor support should be added to include unsafe/native code only in the output where it's really needed. This could be implemented similar to the C-preprocessor. E.g.
#if TYPESHELL_TARGET == "batch"
unsafe(`for %%U in ({0}) do (
set "{o:1}=%%~zU"
set "{o:2}=%%~tU"
set "{o:3}=%%~aU"
)`, entry, sizeString, date, attributes)
#endReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request