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
In preparation for adding more packages to this repo, we will:
convert this repo to have a monorepo layout (with multiple packages under the packages directory)
split the monolithic sdeverywhere package into two new packages:
@sdeverywhere/compile
@sdeverywhere/cli
The cli package will have new functionality soon, and to prepare for that, we need to separate the core parsing and code gen into its own compile package. There will be a more well-defined interface between the two, and will allow other packages to be incorporated.
As part of this, I'm going to drop the web app generation feature (sde generate --genhtml) and related web sources/dependencies. This will help keep the new cli and compile packages focused on the core functionality. I plan to add some app/library generation features back later once the new build/plugin system falls into place.
The text was updated successfully, but these errors were encountered:
Fixes#191
BREAKING CHANGE: The `sdeverywhere` package is deprecated and effectively replaced by `@sdeverywhere/cli`. Additionally, the `sde generate --genhtml` command and supporting code has been removed and will be replaced with a different solution in the near future.
In preparation for adding more packages to this repo, we will:
packages
directory)sdeverywhere
package into two new packages:@sdeverywhere/compile
@sdeverywhere/cli
The
cli
package will have new functionality soon, and to prepare for that, we need to separate the core parsing and code gen into its owncompile
package. There will be a more well-defined interface between the two, and will allow other packages to be incorporated.As part of this, I'm going to drop the web app generation feature (
sde generate --genhtml
) and related web sources/dependencies. This will help keep the newcli
andcompile
packages focused on the core functionality. I plan to add some app/library generation features back later once the new build/plugin system falls into place.The text was updated successfully, but these errors were encountered: