Skip to content

Commit

Permalink
fix(container): mark virtual ID array as readonly
Browse files Browse the repository at this point in the history
  • Loading branch information
freshgum-bubbles committed Nov 9, 2023
1 parent 96c6bef commit 3be22f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants/virtual-ids.const.mts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { HOST_CONTAINER } from "./host-container.const.mjs";
* In these situations, returning `false` on a .has check would not be spec-compliant,
* and would expose internal implementation details regarding the container.
*/
export const VIRTUAL_IDENTIFIERS: ServiceIdentifier[] = [
export const VIRTUAL_IDENTIFIERS: readonly ServiceIdentifier[] = [
/**
* Provide compatibility with the `HostContainer()` API.
*/
Expand Down

0 comments on commit 3be22f1

Please sign in to comment.