Skip to content

Conversation

buck-ross
Copy link

See #130 for discussion of the underlying issue.
Given that this PR implements new functionality necessary for supporting manifest-v3 without detracting from any existing functionality, I feel it makes sense to include this in version 0.26.

Description

The new function to compute defaults for the manifest file should be
able to maintain the old defaults for manifest-v2 exactly as they were,
while also allowing manifest-v3 compatible CSP objects.

The function will also emit a warning when an unsupported manifest
version is encountered, but for the sake of future-proofing, no errors
are emitted, and the compiler process is not halted.

Checks

  • yarn run eslint .
  • yarn test

The new function to compute defaults for the manifest file should be
able to maintain the old defaults for manifest-v2 exactly as they were,
while also allowing manifest-v3 compatible objects.

The function will also emit a warning when an unsupported manifest
version is encountered, but for the sake of future-proofing, no errors
are emitted, and the compiler process is not halted.

Signed-off-by: Buckley Ross <buckleyross42@gmail.com>
Change-Id: Id5b36209cb842b0c97698319574751c0d72b767e
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants