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

Remove cla #85

Merged
merged 2 commits into from
Aug 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 0 additions & 29 deletions .github/workflows/cla.yml

This file was deleted.

2 changes: 0 additions & 2 deletions ExtendedJavaScriptSubset.sln
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SolutionItems", "SolutionIt
.gitignore = .gitignore
CODE_OF_CONDUCT.md = CODE_OF_CONDUCT.md
CONTRIBUTING.md = CONTRIBUTING.md
contributor-licence-agreement.md = contributor-licence-agreement.md
LICENSE = LICENSE
Readme.md = Readme.md
SECURITY.md = SECURITY.md
Expand All @@ -23,7 +22,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "GithubFolder", "GithubFolde
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Workflows", "Workflows", "{C7773DC6-9052-4F69-B947-CBFD5D663E80}"
ProjectSection(SolutionItems) = preProject
.github\workflows\cla.yml = .github\workflows\cla.yml
.github\workflows\develop.yml = .github\workflows\develop.yml
.github\workflows\release.yml = .github\workflows\release.yml
EndProjectSection
Expand Down
31 changes: 0 additions & 31 deletions contributor-licence-agreement.md

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ public override string ToString() =>
.AppendJoin('\n', this)
.ToString();

// ReSharper disable once NotDisposedResourceIsReturned
public IEnumerator<TokenType> GetEnumerator() =>
Types.Values.AsEnumerable().GetEnumerator();

Expand Down
Loading