engine icon indicating copy to clipboard operation
engine copied to clipboard

Scalable Web Application Engine

Results 67 engine issues
Sort by recently updated
recently updated
newest added

moved from another project (#143) Currently we do not define the way in which feature packages (npm packages) expose their inner parts, and how those exports would be consumed by...

Tests that build currently use the repository's directory as the outDir. They build, they clean, and it happens within the repo. Should happen in a temp directory, so to not...

We need to write a proper serializer and deserializer for the manifest parsing rather then using the toJSON proprerty

When running `engine start` on a package with features, but without config: - build finishes successfully. - browser features still run when going to `/main.html?feature=`. - links aren't printed. -...

- readme in the repo root (what this is, what it solves, what is found where, some high level design, how to use) - readme in each example (what this...