| 1 | 1 | Verify that sourcemap sources are mapped with non-exact match.
|
|---|
| 2 | 2 |
|
|---|
| 3 | 3 | Binding created: {
|
|---|
| 4 | | network: http://127.0.0.1:8000/inspector/persistence/resources/s.css
|
|---|
| 4 | network: http://127.0.0.1:8000/devtools/persistence/resources/s.css
|
|---|
| 5 | 5 | fileSystem: file:///var/www/dist/s.css
|
|---|
| 6 | 6 | exactMatch: true
|
|---|
| 7 | 7 | }
|
|---|
| 8 | 8 | Binding created: {
|
|---|
| 9 | | network: http://127.0.0.1:8000/inspector/persistence/resources/s.scss
|
|---|
| 9 | network: http://127.0.0.1:8000/devtools/persistence/resources/s.scss
|
|---|
| 10 | 10 | fileSystem: file:///var/www/src/s.scss
|
|---|
| 11 | 11 | exactMatch: false
|
|---|
| 12 | 12 | }
|
|---|
| 13 | 13 | Mapping has stabilized.
|
|---|
| 14 | 14 |
|
|---|