Skip to content

Latest commit

 

History

History
83 lines (60 loc) · 3.14 KB

2023-10-24.md

File metadata and controls

83 lines (60 loc) · 3.14 KB

2023-10-24

Note Taker: Chris Manson Time Keeper: Aaron Chambers

Attendees

Add yourself to the list if you attend and check the box!

  • Ed Falkner (EF)
  • Chris Manson (CM)
  • Aaron Chambers (AC)
  • Alex (A)
  • Preston Sego (PS)
  • Simon Ihmig (SI)
  • Katie Gengler (KG)
  • Peter Meehan (PM)
  • Godfrey Chan (GC)
  • Andrey Mikhaylov (AM)
  • Nick Schot (NC)
  • Ignace
  • Patricklx
  • tommyjr

Topics

should we provide a better way to register a testem middleware for v2 addons? We can’t do it directly in our config because apparently ember-cli overrides instead of adding to the list 🙈 embroider-build/embroider#1641 (comment) <@mansona>

  • (summary of the issue)
  • EF: this is a similar problem for AST transforms - an app can't specify these things
  • there is a potential improvement here to expose the middlewares from ember-cli and you specify them in your testem config
  • we don't need a feature flag because we can opt in by noticing that our stuff is in the testem config
  • KG: this would need an RFC
  • CM: I'll try to move this forward

<template> tag “open questions” from last year <@chancancode>

  • whitespace

    • GC: now that we have nested in the template we have added at least an extra 2
    • proposal: compress whitespace in template tag (i.e. html compression)
    • EF: does the handlebars whitespace feature still work?
    • KG: no it's a curly feature
    • EF: you need a way to specify whitespace control in the JS representation
    • you could retcon the strict mode for hbs to do whitespace compression
    • this is either an addition to strict mode or a new mode
  • runtime API

    • bringing back an idea from the original RFC
    • EF: this is a subtle enough change that we can do it without changing the RFC
    • GC: I'll open a PR to the RFC to document
  • moduleName

    • GC: should we turn off the moduleName by default
    • EF: template-tag makes sense to drop module name because it's not 1-1 for modules
    • GC: we can implement it as a pragma
    • i'll do a PR to the RFC for this too

Do we have permissions for ember-cli-deprecation-workflow? Should that be under the tooling team? <@mansona>

Or should we adopt the addon? <@lolmaus> ember-cli/ember-cli-deprecation-workflow#158 ember-cli/ember-cli-deprecation-workflow#159

  • EF: we can ask matt if he's happy to transfer
  • CM: I'll do that

eslint-plugin-ember and ember-template-lint sitch <@NullVoxPopuli>

  • EF: we have enough access to commit
  • give existing maintainers enough time to respond to requests before we start taking over

type imports, babel, content-tag, etc, <@NullVoxPopuli>

remove volta from CI (again) embroider-build/embroider#1594 <@mansona>

  • (discussion)
  • EF: happy to continue down this line if we remove the volta blocks and add a .npmrc that pins the node version