Commit 1667258
committed
docs(changeset): say "import by name", which is the sentence that is true
`import { class as klass } from './views'` parses, and so does a namespace
import plus property access. Only the bare named form is a syntax error, so
"no consumer could import" is one word short of correct.
Prose only, and it matters because of where this sentence lands: the
changeset's first line becomes the published CHANGELOG entry and the PR title
becomes the squash commit subject, both permanent and both user-facing. A
reader who knows the aliased import works would read the old wording as wrong.
No source file changes, so no measurement moves.
Claude-Session: https://claude.ai/code/session_01TSf4DV7ziu4V5j73e46b7c
Co-authored-by: Claude <noreply@anthropic.com>1 parent 2366735 commit 1667258
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments