rsnext/packages/next/build/output
Juny 4c05de3c7e
fix amp validator message format (#31018)
## Bug

- [x] Related issues linked using `fixes #number`
- [x] Integration tests added
- [ ] Errors have helpful link attached, see `contributing.md`

fixes https://github.com/vercel/next.js/issues/31012

I referred to the previous code.

```
    if (errors == null) {
      if (Object.keys(amp).length > 0) {
        warnings = (warnings || []).concat(formatAmpMessages(amp) || [])
        if (!warnings.length) warnings = null
      }
    }
```

https://github.com/vercel/next.js/pull/29753/files
2021-11-26 15:13:09 +00:00
..
index.ts fix amp validator message format (#31018) 2021-11-26 15:13:09 +00:00
log.ts Make traces in development reliable (#28990) 2021-09-13 15:49:29 +02:00
store.ts Fix initial compile timing incorrect measurment (#31733) 2021-11-23 18:47:36 +01:00