Skip to content

Commit

Permalink
Build: add node 10 (#381)
Browse files Browse the repository at this point in the history
  • Loading branch information
aladdin-add committed Jun 9, 2018
1 parent cd9da7e commit 4207773
Show file tree
Hide file tree
Showing 11 changed files with 44 additions and 23 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -5,5 +5,6 @@ node_js:
- 7
- 8
- 9
- 10
after_success:
- npm run coveralls
@@ -1,3 +1,5 @@
const conditionalRegex = require("../../../../lib/conditional-regex-value");

module.exports = {
"type": "Program",
"loc": {
Expand Down Expand Up @@ -31,7 +33,7 @@ module.exports = {
0,
26
],
"expression": {
"expression": conditionalRegex({
"type": "Literal",
"loc": {
"start": {
Expand All @@ -53,7 +55,7 @@ module.exports = {
"pattern": "(?<\\u0041\\u0042>a)\\k<AB>",
"flags": ""
}
}
})
}
],
"sourceType": "script",
Expand Down Expand Up @@ -81,4 +83,4 @@ module.exports = {
}
}
]
};
};
@@ -1,3 +1,5 @@
const conditionalRegex = require("../../../../lib/conditional-regex-value");

module.exports = {
"type": "Program",
"loc": {
Expand Down Expand Up @@ -31,7 +33,7 @@ module.exports = {
0,
13
],
"expression": {
"expression": conditionalRegex({
"type": "Literal",
"loc": {
"start": {
Expand All @@ -53,7 +55,7 @@ module.exports = {
"pattern": "(?<AB>a)\\1",
"flags": "u"
}
}
})
}
],
"sourceType": "script",
Expand Down Expand Up @@ -81,4 +83,4 @@ module.exports = {
}
}
]
};
};
@@ -1,3 +1,5 @@
const conditionalRegex = require("../../../../lib/conditional-regex-value");

module.exports = {
"type": "Program",
"loc": {
Expand Down Expand Up @@ -31,7 +33,7 @@ module.exports = {
0,
26
],
"expression": {
"expression": conditionalRegex({
"type": "Literal",
"loc": {
"start": {
Expand All @@ -53,7 +55,7 @@ module.exports = {
"pattern": "(?<AB>a)\\k<\\u0041\\u0042>",
"flags": ""
}
}
})
}
],
"sourceType": "script",
Expand Down Expand Up @@ -81,4 +83,4 @@ module.exports = {
}
}
]
};
};
@@ -1,3 +1,5 @@
const conditionalRegex = require("../../../../lib/conditional-regex-value");

module.exports = {
"type": "Program",
"loc": {
Expand Down Expand Up @@ -31,7 +33,7 @@ module.exports = {
0,
9
],
"expression": {
"expression": conditionalRegex({
"type": "Literal",
"loc": {
"start": {
Expand All @@ -53,7 +55,7 @@ module.exports = {
"pattern": "(?<a>a)",
"flags": ""
}
}
})
}
],
"sourceType": "script",
Expand Down
@@ -1,3 +1,5 @@
const conditionalRegex = require("../../../../lib/conditional-regex-value");

module.exports = {
"type": "Program",
"loc": {
Expand Down Expand Up @@ -31,7 +33,7 @@ module.exports = {
0,
20
],
"expression": {
"expression": conditionalRegex({
"type": "Literal",
"loc": {
"start": {
Expand All @@ -53,7 +55,7 @@ module.exports = {
"pattern": "(?<\\u0041\\u0042>a)",
"flags": ""
}
}
})
}
],
"sourceType": "script",
Expand Down
@@ -1,3 +1,5 @@
const conditionalRegex = require("../../../../lib/conditional-regex-value");

module.exports = {
"type": "Program",
"loc": {
Expand Down Expand Up @@ -31,7 +33,7 @@ module.exports = {
0,
15
],
"expression": {
"expression": conditionalRegex({
"type": "Literal",
"loc": {
"start": {
Expand All @@ -53,7 +55,7 @@ module.exports = {
"pattern": "(?<\\u{41}>a)",
"flags": "u"
}
}
})
}
],
"sourceType": "script",
Expand Down
@@ -1,3 +1,5 @@
const conditionalRegex = require("../../../../lib/conditional-regex-value");

module.exports = {
"type": "Program",
"loc": {
Expand Down Expand Up @@ -31,7 +33,7 @@ module.exports = {
0,
12
],
"expression": {
"expression": conditionalRegex({
"type": "Literal",
"loc": {
"start": {
Expand All @@ -53,7 +55,7 @@ module.exports = {
"pattern": "\\P{ASCII}",
"flags": "u"
}
}
})
}
],
"sourceType": "script",
Expand Down
@@ -1,3 +1,5 @@
const conditionalRegex = require("../../../../lib/conditional-regex-value");

module.exports = {
"type": "Program",
"loc": {
Expand Down Expand Up @@ -31,7 +33,7 @@ module.exports = {
0,
22
],
"expression": {
"expression": conditionalRegex({
"type": "Literal",
"loc": {
"start": {
Expand All @@ -53,7 +55,7 @@ module.exports = {
"pattern": "\\P{Script=Hiragana}",
"flags": "u"
}
}
})
}
],
"sourceType": "script",
Expand Down
@@ -1,3 +1,5 @@
const conditionalRegex = require("../../../../lib/conditional-regex-value");

module.exports = {
"type": "Program",
"loc": {
Expand Down Expand Up @@ -31,7 +33,7 @@ module.exports = {
0,
12
],
"expression": {
"expression": conditionalRegex({
"type": "Literal",
"loc": {
"start": {
Expand All @@ -53,7 +55,7 @@ module.exports = {
"pattern": "\\p{ASCII}",
"flags": "u"
}
}
})
}
],
"sourceType": "script",
Expand Down
@@ -1,3 +1,5 @@
const conditionalRegex = require("../../../../lib/conditional-regex-value");

module.exports = {
"type": "Program",
"loc": {
Expand Down Expand Up @@ -31,7 +33,7 @@ module.exports = {
0,
22
],
"expression": {
"expression": conditionalRegex({
"type": "Literal",
"loc": {
"start": {
Expand All @@ -53,7 +55,7 @@ module.exports = {
"pattern": "\\p{Script=Hiragana}",
"flags": "u"
}
}
})
}
],
"sourceType": "script",
Expand Down

0 comments on commit 4207773

Please sign in to comment.