asbuild icon indicating copy to clipboard operation
asbuild copied to clipboard

About transform

Open yjhmelody opened this issue 4 years ago • 2 comments

Related Issue: https://github.com/AssemblyScript/assemblyscript/issues/1691

If a transform need some args and config file, asbuild need to support these situations.

yjhmelody avatar Mar 30 '21 16:03 yjhmelody

Wouldn't that be handled by args passed to asc, e.g. asb -- extraArg?

willemneal avatar Jun 04 '21 21:06 willemneal

At present, transform wants to support configuration and can only let users set the configuration file path through environment variables. However, if transform can find the entrypoint file, it is more convenient to design an agreed configuration file path search, so even if asc currently does not support passing additional The configuration does not matter.

yjhmelody avatar Jul 28 '21 03:07 yjhmelody