Skip to content

Commit

Permalink
Merge pull request #302 from derbyjs/racer-2
Browse files Browse the repository at this point in the history
Racer 2
  • Loading branch information
craigbeck authored May 1, 2024
2 parents 51a1fe1 + 0a40f23 commit 168d03d
Show file tree
Hide file tree
Showing 71 changed files with 5,204 additions and 3,620 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ var CUSTOM_RULES = {

module.exports = {
extends: 'google',
ignorePatterns: ['.gitignore'],
ignorePatterns: ['.gitignore', 'lib/**/*.js'],
parserOptions: {
ecmaVersion: 5
},
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,9 @@ jobs:
strategy:
matrix:
node:
- 10
- 12
- 14
- 16
- 18
- 20
timeout-minutes: 5
steps:
- uses: actions/checkout@v2
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
*.swp
node_modules
coverage
lib/
61 changes: 0 additions & 61 deletions lib/Backend.js

This file was deleted.

67 changes: 0 additions & 67 deletions lib/Model/CollectionCounter.js

This file was deleted.

31 changes: 0 additions & 31 deletions lib/Model/CollectionMap.js

This file was deleted.

18 changes: 0 additions & 18 deletions lib/Model/Doc.js

This file was deleted.

Loading

0 comments on commit 168d03d

Please sign in to comment.