Skip to content
This repository has been archived by the owner on Jan 26, 2022. It is now read-only.

Fix two issues and clean up #15

Closed
wants to merge 2 commits into from
Closed

Conversation

littledan
Copy link
Member

This change lacks a polyfill update.

package.json Outdated
@@ -41,7 +41,7 @@
},
"devDependencies": {
"foreach": "^2.0.5",
"ecmarkup": "^2.8.1",
"ecmarkup": "^3.11.2",
Copy link
Member

Choose a reason for hiding this comment

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

I'd prefer not to use a version of a tool that drops support for LTS versions of node; let's stick with v2 if v3's dropped node 4 support.

spec.html Outdated
@@ -4,94 +4,94 @@
contributors: Jordan Harband
</pre>
<emu-clause id="String.prototype.matchAll">
<h1>String.prototype.matchAll ( regexp )</h1>
Copy link
Member

Choose a reason for hiding this comment

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

I've intentionally used tabs in this repo; please revert.

@ljharb ljharb force-pushed the master branch 3 times, most recently from 16caadd to e35d0ed Compare July 28, 2017 23:55
Additionally, modernize spec text generally

Closes tc39#2
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants