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

🏗✨ Move rrule from third_party to node_modules #19177

Closed
wants to merge 1 commit into from
Closed

🏗✨ Move rrule from third_party to node_modules #19177

wants to merge 1 commit into from

Conversation

rsimha
Copy link
Contributor

@rsimha rsimha commented Nov 7, 2018

The code in extensions/amp-date-picker/0.1/dates-list.js uses a copy of the rrule package in third_party/rrule. This PR removes the copy in third_party and replaces it with a reference to the rrule package in node_modules.

Unblocks #18794

@rsimha
Copy link
Contributor Author

rsimha commented Nov 7, 2018

Copy link
Contributor

@jridgewell jridgewell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Blocking on internal discussion.

@rsimha
Copy link
Contributor Author

rsimha commented Nov 14, 2018

This is not really necessary. All I had to do was change the way the RRule class was imported by amp-date-picker/0.1/dates-list.js. See here.

@rsimha rsimha closed this Nov 14, 2018
@rsimha rsimha deleted the 2018-11-07-RruleDependency branch November 14, 2018 22:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants