You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project seems to do exactly what I'd like (or more accurate, gulp-preprocess does, which uses this module as its heavy lifter). But is it still being maintained / curated at all? I see a bunch of PRs essentially stalled and a 3 year old release.
I would like to see actual source map support added (using mozilla/source-maps): someone has put up a PR to backfill deleted content with blank lines, but I'd rather add an actual SourceMapGenerator, and return it along with the modified source. This would allow gulp-preprocess to easily apply the new source map to its file pipeline. I don't want to put in the time if there's no chance the PR can get merged, however.
I'd also like to see #/@ (alternate #ifdef / #endif support), I see an issue for that but no conversation yet.
The text was updated successfully, but these errors were encountered:
This project seems to do exactly what I'd like (or more accurate,
gulp-preprocess
does, which uses this module as its heavy lifter). But is it still being maintained / curated at all? I see a bunch of PRs essentially stalled and a 3 year old release.I would like to see actual source map support added (using mozilla/source-maps): someone has put up a PR to backfill deleted content with blank lines, but I'd rather add an actual SourceMapGenerator, and return it along with the modified source. This would allow gulp-preprocess to easily apply the new source map to its file pipeline. I don't want to put in the time if there's no chance the PR can get merged, however.
I'd also like to see #/@ (alternate #ifdef / #endif support), I see an issue for that but no conversation yet.
The text was updated successfully, but these errors were encountered: