-
-
Notifications
You must be signed in to change notification settings - Fork 31
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
Data files in operations
folder are missing from v1.14 onwards
#62
Comments
operations
folder is missing from v1.14operations
folder are missing from v1.14 onwards
That is true; the data was only intended for use by tests. Other than your types PR, are you aware of anyone using the data? I’d prefer to consider it a bug that they were ever included, and I’d sooner bump to v2 than re-include them. |
Closing, pending more info. |
hmm, I'm actually confused. I npmignored the js files in |
ah lol they're all JS files. I think I intended to only block the scripts, not the data. |
This is a breaking change, since everything reachable is part of the public API.
I recommend keeping the
2015.js
,2016.js
,2017.js
,2018.js
and2019.js
files, which export useful data.The text was updated successfully, but these errors were encountered: