-
Notifications
You must be signed in to change notification settings - Fork 64
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
Support automatically generating Unicode property lists #193
Comments
Alternatively we could commit the relevant data files to ecma262 and add an option in ecmarkup to read a data file passed in on the command line. That probably makes more sense, so that we can update the version in the spec without having to mess with ecmarkup. |
i like passing it in; but I’d hope we don’t have to commit data to 262 to do it - couldn’t we pass the path to one of the npm packages you referenced? |
I'm not really a fan of dynamically loading dependencies, but yes, we probably could. |
I agree that not committing data to tc39/ecma262 seems best. I noticed this was filed as an ecmarkup issue. We could solve it as this level, or we could add a Regardless of where we decide to solve this, we could use the following packages in particular to generate the tables: |
PRs like tc39/ecma262#1939 and tc39/ecma262#1896 could (and should) be done automatically as part of the tooling.
@mathiasbynens maintains a collection of npm modules which could be used for this. Note that these bump Unicode versions in minor releases, so for this use case we'd want to pin a minor version.
The text was updated successfully, but these errors were encountered: