mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
This change makes docplaster markers fit better with the surrounding code
that is being rendered. Instead of:
```
{
"a": 100,
// ...
"b": 200,
// ...
}
```
you can now get
```
{
"a": 100,
// ...
"b": 200,
// ...
}
```
PR Close #43216
|
||
|---|---|---|
| .. | ||
| region-matchers | ||
| example-map.js | ||
| getExampleRegion.js | ||
| getExampleRegion.spec.js | ||
| parseArgString.js | ||
| region-parser.js | ||
| region-parser.spec.js | ||