Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Async] Load Player async asset type in LSP to accept async assets for validation #154

Open
sugarmanz opened this issue Jul 31, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@sugarmanz
Copy link
Member

Consume types done in player-ui/player#467 to power validation on Player content that contains an async asset:

{
  "id": "view",
  "type": "info",
  "title": {
    "id": "some-async-asset",
    "async": true
  }
}

Note that this is only targeting support for async assets. The base capability (AsyncNodePlugin) can support async nodes anywhere in the view AST, but the use cases have only been for asset-level async nodes. If use cases arise, we can look into fully featured validation support for any async node in the view AST.

@sugarmanz sugarmanz added the enhancement New feature or request label Jul 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant