Skip to content

Commit 168d03d

Browse files
authored
Merge pull request #302 from derbyjs/racer-2
Racer 2
2 parents 51a1fe1 + 0a40f23 commit 168d03d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

71 files changed

+5204
-3620
lines changed

.eslintrc.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ var CUSTOM_RULES = {
2626

2727
module.exports = {
2828
extends: 'google',
29-
ignorePatterns: ['.gitignore'],
29+
ignorePatterns: ['.gitignore', 'lib/**/*.js'],
3030
parserOptions: {
3131
ecmaVersion: 5
3232
},

.github/workflows/test.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,9 @@ jobs:
1818
strategy:
1919
matrix:
2020
node:
21-
- 10
22-
- 12
23-
- 14
2421
- 16
22+
- 18
23+
- 20
2524
timeout-minutes: 5
2625
steps:
2726
- uses: actions/checkout@v2

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
*.swp
33
node_modules
44
coverage
5+
lib/

lib/Backend.js

-61
This file was deleted.

lib/Model/CollectionCounter.js

-67
This file was deleted.

lib/Model/CollectionMap.js

-31
This file was deleted.

lib/Model/Doc.js

-18
This file was deleted.

0 commit comments

Comments
 (0)