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

Build: add node 10 #381

Merged
merged 3 commits into from
Jun 9, 2018
Merged
Changes from 1 commit
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
Prev Previous commit
Fix: failing tests
aladdin-add committed Jun 6, 2018
commit de16a7803cc333237b3da4bdc8db895d8c59876a
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
const conditionalRegex = require("../../../../lib/conditional-regex-value");

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

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

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

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

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

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

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

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

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

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