-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed as not planned
Labels
component: build systemThe issue involves the build system of Shaka PlayerThe issue involves the build system of Shaka Playertype: code healthA code health issueA code health issuetype: enhancementNew feature or requestNew feature or request
Description
Have you read the FAQ and checked for duplicate open issues?
Y
Is your feature request related to a problem? Please describe.
Esprima, the tool we're using during externs generation, is no longer supported. Due to that we are limited in terms of progressing with the codebase, i.e. we are not able to enable more modern JS syntax.
Describe the solution you'd like
Check can we use any of modern alternatives. Most natural seems to be espree which is based on Esprima and provides similar API.
Describe alternatives you've considered
Additional context
Are you planning to send a PR to add it?
Metadata
Metadata
Assignees
Labels
component: build systemThe issue involves the build system of Shaka PlayerThe issue involves the build system of Shaka Playertype: code healthA code health issueA code health issuetype: enhancementNew feature or requestNew feature or request