Skip to content
#

stenciljs

Here are 301 public repositories matching this topic...

alexnm
alexnm commented Sep 30, 2019

There are a few instances in the codebase where it is assumed that a GeneratedFolder object has an array of subFolders at least initialized with an empty array []. These lines of code are not safe for when the template is not in the control of the code and is given as input. Example:

{
  "name": "test-folder",
  "files": [ ... ]
}

In this scenario, the following snippet

DavidFrahm
DavidFrahm commented Dec 3, 2018

I would love to see this repo cover a scenario where you navigate across pages. Ideally covering navigation handled two ways: one via a simple stencil route link, and another via a button which calls a function to programatically navigate.

For example:

  1. Load the root url: "/"
  2. Find a navigation link: <stencil-route-link url='/page-2' ...
  3. Click the link
  4. Assert page is Page 2

Improve this page

Add a description, image, and links to the stenciljs topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the stenciljs topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.