Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
20c2fe3
Adding security policy
bomsy May 29, 2026
2752491
Fix an off-by-1 error in section lookup
takikawa May 7, 2024
66cf9e3
Add draft source map spec tests
takikawa Apr 17, 2024
1400b8c
Add transitive mapping support in spec test harness
takikawa May 9, 2024
f1eb454
Refine handling of null in the test harness
takikawa May 21, 2024
3a8af28
Update source map tests repo to official one
takikawa Jun 6, 2024
e04c575
Update skipped tests for ignoreList tests
takikawa Jun 6, 2024
00fb91b
Address PR feedback
takikawa Jun 6, 2024
6c7c85a
Updates to satisfy linter
takikawa Jun 6, 2024
aaf91da
Update test/test-spec-tests.js
bomsy Jun 9, 2024
b95ecf0
Remove whatwg-url module
nchevobbe Jul 8, 2025
c9154ab
run prettier
nchevobbe Jul 8, 2025
4b73366
Bump package version to 0.7.5
nchevobbe Jul 24, 2025
330e4e0
Bump package to 0.7.6 and remove publishConfig
nchevobbe Jul 24, 2025
641e3b4
Update source-map.d.ts
arcanis Aug 13, 2025
2801215
Update CHANGELOG.md
nchevobbe Jul 30, 2025
833d676
prettier
nchevobbe Jul 30, 2025
7368a7a
Added missing periods for consistency and correctness (#514)
shaymolcho Apr 24, 2026
27ec6f6
Use Object.create for sourceContents (#525)
bomsy Apr 27, 2026
997ec08
Adding security policy
bomsy May 29, 2026
b4fa0ca
Adding security policy
bomsy May 29, 2026
42b8261
Adding security policy
bomsy May 29, 2026
fb669aa
Adding security policy
bomsy May 29, 2026
beacee1
Adding security policy
bomsy May 29, 2026
275feb9
Adding security policy
bomsy May 29, 2026
1924d34
Adding security policy
bomsy May 29, 2026
ae5fdba
Adding security policy
bomsy May 29, 2026
7c76743
Adding security policy
bomsy May 29, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
prettier
  • Loading branch information
nchevobbe authored and bomsy committed Jun 2, 2026
commit 833d6764f14bbc5a838645f45d258e0134738f93
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
- [#378](https://github.com/mozilla/source-map/pull/378) -
Fix typo
- [#384](https://github.com/mozilla/source-map/pull/384) -
Add Mozilla Code of Conduct in
Add Mozilla Code of Conduct in
- [#402](https://github.com/mozilla/source-map/pull/402) -
Remove unused fromVLQSigned function
- [#374](https://github.com/mozilla/source-map/pull/374) -
Expand Down