Matthew Irish

Results 3 issues of Matthew Irish

Hello! Thanks for this project. I'm opening this to add the ability to override the service worker scope to something other than `rootURL`. This is useful in two situations: you...

I was trying this out and got the following error when running `ember build:fallback -prod`: ``` - broccoliBuilderErrorStack: [undefined] - codeFrame: [undefined] - errorMessage: Directory not found: /var/folders/n0/1cj2fwvj7hggltr7zqn8g9v40000gp/T/tmp-78479hej9tIuSzYm1/legacy - errorType:...

Moved from https://github.com/ember-template-lint/ember-template-lint/issues/2027 - I was seeing an error when attempting to fix the `no-model-argument-in-route-templates`. Should this statement be guarded in a `ast.params.length` check? https://github.com/ember-template-lint/ember-template-recast/blob/v5.0.3/src/parse-result.ts#L346