flow-parser 0.320.0 → 0.321.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +14 -26
- package/package.json +6 -7
- package/flow_parser.js +0 -14585
- package/oxidized/oxidized-src/FlowParser.js +0 -249
- package/oxidized/oxidized-src/FlowParserDeserializer.js +0 -209
- package/oxidized/oxidized-src/FlowParserNodeDeserializers.js +0 -1781
- package/oxidized/oxidized-src/HermesParserDecodeUTF8String.js +0 -45
- package/oxidized/oxidized-src/ParserOptions.js +0 -8
- package/oxidized/oxidized-src/babel/TransformESTreeToBabel.js +0 -1063
- package/oxidized/oxidized-src/estree/StripFlowTypes.js +0 -158
- package/oxidized/oxidized-src/estree/StripFlowTypesForBabel.js +0 -191
- package/oxidized/oxidized-src/estree/TransformComponentSyntax.js +0 -764
- package/oxidized/oxidized-src/estree/TransformEnumSyntax.js +0 -92
- package/oxidized/oxidized-src/estree/TransformMatchSyntax.js +0 -990
- package/oxidized/oxidized-src/estree/TransformRecordSyntax.js +0 -283
- package/oxidized/oxidized-src/generated/ESTreeVisitorKeys.js +0 -234
- package/oxidized/oxidized-src/getModuleDocblock.js +0 -87
- package/oxidized/oxidized-src/index.js +0 -220
- package/oxidized/transform/SimpleTransform.js +0 -95
- package/oxidized/transform/astArrayMutationHelpers.js +0 -52
- package/oxidized/transform/astNodeMutationHelpers.js +0 -142
- package/oxidized/transform/print/comments/comments.js +0 -245
- package/oxidized/transform/print/comments/prettier/common/util.js +0 -235
- package/oxidized/transform/print/comments/prettier/language-js/comments.js +0 -663
- package/oxidized/transform/print/comments/prettier/language-js/loc.js +0 -30
- package/oxidized/transform/print/comments/prettier/language-js/printer-estree.js +0 -23
- package/oxidized/transform/print/comments/prettier/language-js/utils.js +0 -89
- package/oxidized/transform/print/comments/prettier/main/comments.js +0 -374
- package/oxidized/transform/print/comments/prettier/utils/get-last.js +0 -5
- package/oxidized/transform/print/detachedNodeTypes.js +0 -1
- package/oxidized/transform/print/print.js +0 -68
- package/oxidized/traverse/SimpleTraverser.js +0 -90
- package/oxidized/traverse/getVisitorKeys.js +0 -29
- package/oxidized/utils/Builders.js +0 -181
- package/oxidized/utils/GenID.js +0 -37
- package/oxidized/utils/createSyntaxError.js +0 -15
- package/oxidized/utils/isReservedWord.js +0 -53
- package/oxidized/utils/mutateESTreeASTForPrettier.js +0 -85
- /package/{oxidized → dist}/FlowParser.js +0 -0
- /package/{oxidized → dist}/FlowParser.js.flow +0 -0
- /package/{oxidized → dist}/FlowParserDeserializer.js +0 -0
- /package/{oxidized → dist}/FlowParserDeserializer.js.flow +0 -0
- /package/{oxidized → dist}/FlowParserNodeDeserializers.js +0 -0
- /package/{oxidized → dist}/FlowParserNodeDeserializers.js.flow +0 -0
- /package/{oxidized → dist}/FlowParserWASM.js +0 -0
- /package/{oxidized → dist}/FlowParserWASM.js.flow +0 -0
- /package/{oxidized → dist}/HermesAST.js.flow +0 -0
- /package/{oxidized → dist}/HermesParserDecodeUTF8String.js +0 -0
- /package/{oxidized → dist}/HermesParserDecodeUTF8String.js.flow +0 -0
- /package/{oxidized → dist}/ParserOptions.js +0 -0
- /package/{oxidized → dist}/ParserOptions.js.flow +0 -0
- /package/{oxidized → dist}/babel/TransformESTreeToBabel.js +0 -0
- /package/{oxidized → dist}/babel/TransformESTreeToBabel.js.flow +0 -0
- /package/{oxidized → dist}/estree/StripFlowTypes.js +0 -0
- /package/{oxidized → dist}/estree/StripFlowTypes.js.flow +0 -0
- /package/{oxidized → dist}/estree/StripFlowTypesForBabel.js +0 -0
- /package/{oxidized → dist}/estree/StripFlowTypesForBabel.js.flow +0 -0
- /package/{oxidized → dist}/estree/TransformComponentSyntax.js +0 -0
- /package/{oxidized → dist}/estree/TransformComponentSyntax.js.flow +0 -0
- /package/{oxidized → dist}/estree/TransformEnumSyntax.js +0 -0
- /package/{oxidized → dist}/estree/TransformEnumSyntax.js.flow +0 -0
- /package/{oxidized → dist}/estree/TransformMatchSyntax.js +0 -0
- /package/{oxidized → dist}/estree/TransformMatchSyntax.js.flow +0 -0
- /package/{oxidized → dist}/estree/TransformRecordSyntax.js +0 -0
- /package/{oxidized → dist}/estree/TransformRecordSyntax.js.flow +0 -0
- /package/{oxidized → dist}/generated/ESTreeVisitorKeys.js +0 -0
- /package/{oxidized → dist}/generated/ESTreeVisitorKeys.js.flow +0 -0
- /package/{oxidized → dist}/getModuleDocblock.js +0 -0
- /package/{oxidized → dist}/getModuleDocblock.js.flow +0 -0
- /package/{oxidized → dist}/index.js +0 -0
- /package/{oxidized → dist}/index.js.flow +0 -0
- /package/{oxidized/oxidized-src → dist}/transform/SimpleTransform.js +0 -0
- /package/{oxidized → dist}/transform/SimpleTransform.js.flow +0 -0
- /package/{oxidized/oxidized-src → dist}/transform/astArrayMutationHelpers.js +0 -0
- /package/{oxidized → dist}/transform/astArrayMutationHelpers.js.flow +0 -0
- /package/{oxidized/oxidized-src → dist}/transform/astNodeMutationHelpers.js +0 -0
- /package/{oxidized → dist}/transform/astNodeMutationHelpers.js.flow +0 -0
- /package/{oxidized/oxidized-src → dist}/transform/print/comments/comments.js +0 -0
- /package/{oxidized → dist}/transform/print/comments/comments.js.flow +0 -0
- /package/{oxidized/oxidized-src → dist}/transform/print/comments/prettier/common/util.js +0 -0
- /package/{oxidized/oxidized-src → dist}/transform/print/comments/prettier/language-js/comments.js +0 -0
- /package/{oxidized/oxidized-src → dist}/transform/print/comments/prettier/language-js/loc.js +0 -0
- /package/{oxidized/oxidized-src → dist}/transform/print/comments/prettier/language-js/printer-estree.js +0 -0
- /package/{oxidized/oxidized-src → dist}/transform/print/comments/prettier/language-js/utils.js +0 -0
- /package/{oxidized/oxidized-src → dist}/transform/print/comments/prettier/main/comments.js +0 -0
- /package/{oxidized/oxidized-src → dist}/transform/print/comments/prettier/utils/get-last.js +0 -0
- /package/{oxidized/oxidized-src → dist}/transform/print/detachedNodeTypes.js +0 -0
- /package/{oxidized → dist}/transform/print/detachedNodeTypes.js.flow +0 -0
- /package/{oxidized/oxidized-src → dist}/transform/print/print.js +0 -0
- /package/{oxidized → dist}/transform/print/print.js.flow +0 -0
- /package/{oxidized/oxidized-src → dist}/traverse/SimpleTraverser.js +0 -0
- /package/{oxidized → dist}/traverse/SimpleTraverser.js.flow +0 -0
- /package/{oxidized/oxidized-src → dist}/traverse/getVisitorKeys.js +0 -0
- /package/{oxidized → dist}/traverse/getVisitorKeys.js.flow +0 -0
- /package/{oxidized/oxidized-src → dist}/utils/Builders.js +0 -0
- /package/{oxidized → dist}/utils/Builders.js.flow +0 -0
- /package/{oxidized/oxidized-src → dist}/utils/GenID.js +0 -0
- /package/{oxidized → dist}/utils/GenID.js.flow +0 -0
- /package/{oxidized/oxidized-src → dist}/utils/createSyntaxError.js +0 -0
- /package/{oxidized → dist}/utils/createSyntaxError.js.flow +0 -0
- /package/{oxidized/oxidized-src → dist}/utils/isReservedWord.js +0 -0
- /package/{oxidized → dist}/utils/isReservedWord.js.flow +0 -0
- /package/{oxidized/oxidized-src → dist}/utils/mutateESTreeASTForPrettier.js +0 -0
- /package/{oxidized → dist}/utils/mutateESTreeASTForPrettier.js.flow +0 -0
|
@@ -1,181 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports.EMPTY_PARENT = void 0;
|
|
7
|
-
exports.callExpression = callExpression;
|
|
8
|
-
exports.conjunction = conjunction;
|
|
9
|
-
exports.createDefaultPosition = createDefaultPosition;
|
|
10
|
-
exports.disjunction = disjunction;
|
|
11
|
-
exports.etc = etc;
|
|
12
|
-
exports.ident = ident;
|
|
13
|
-
exports.iife = iife;
|
|
14
|
-
exports.nullLiteral = nullLiteral;
|
|
15
|
-
exports.numberLiteral = numberLiteral;
|
|
16
|
-
exports.stringLiteral = stringLiteral;
|
|
17
|
-
exports.throwStatement = throwStatement;
|
|
18
|
-
exports.typeofExpression = typeofExpression;
|
|
19
|
-
exports.variableDeclaration = variableDeclaration;
|
|
20
|
-
const EMPTY_PARENT = null;
|
|
21
|
-
exports.EMPTY_PARENT = EMPTY_PARENT;
|
|
22
|
-
|
|
23
|
-
function createDefaultPosition() {
|
|
24
|
-
return {
|
|
25
|
-
line: 1,
|
|
26
|
-
column: 0
|
|
27
|
-
};
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
function etc({
|
|
31
|
-
loc,
|
|
32
|
-
range,
|
|
33
|
-
parent
|
|
34
|
-
} = {}) {
|
|
35
|
-
return {
|
|
36
|
-
loc: {
|
|
37
|
-
start: (loc == null ? void 0 : loc.start) != null ? loc.start : createDefaultPosition(),
|
|
38
|
-
end: (loc == null ? void 0 : loc.end) != null ? loc.end : createDefaultPosition()
|
|
39
|
-
},
|
|
40
|
-
range: range != null ? range : [0, 0],
|
|
41
|
-
parent: parent != null ? parent : EMPTY_PARENT
|
|
42
|
-
};
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
function ident(name, info) {
|
|
46
|
-
return {
|
|
47
|
-
type: 'Identifier',
|
|
48
|
-
name,
|
|
49
|
-
optional: false,
|
|
50
|
-
typeAnnotation: null,
|
|
51
|
-
...etc(info)
|
|
52
|
-
};
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
function stringLiteral(value, info) {
|
|
56
|
-
return {
|
|
57
|
-
type: 'Literal',
|
|
58
|
-
value,
|
|
59
|
-
raw: `"${value}"`,
|
|
60
|
-
literalType: 'string',
|
|
61
|
-
...etc(info)
|
|
62
|
-
};
|
|
63
|
-
}
|
|
64
|
-
|
|
65
|
-
function numberLiteral(value, info) {
|
|
66
|
-
return {
|
|
67
|
-
type: 'Literal',
|
|
68
|
-
value,
|
|
69
|
-
raw: String(value),
|
|
70
|
-
literalType: 'numeric',
|
|
71
|
-
...etc(info)
|
|
72
|
-
};
|
|
73
|
-
}
|
|
74
|
-
|
|
75
|
-
function nullLiteral(info) {
|
|
76
|
-
return {
|
|
77
|
-
type: 'Literal',
|
|
78
|
-
value: null,
|
|
79
|
-
raw: 'null',
|
|
80
|
-
literalType: 'null',
|
|
81
|
-
...etc(info)
|
|
82
|
-
};
|
|
83
|
-
}
|
|
84
|
-
|
|
85
|
-
function conjunction(tests) {
|
|
86
|
-
if (tests.length === 0) {
|
|
87
|
-
throw new Error('Must have at least one test.');
|
|
88
|
-
}
|
|
89
|
-
|
|
90
|
-
return tests.reduce((acc, test) => ({
|
|
91
|
-
type: 'LogicalExpression',
|
|
92
|
-
left: acc,
|
|
93
|
-
right: test,
|
|
94
|
-
operator: '&&',
|
|
95
|
-
...etc()
|
|
96
|
-
}));
|
|
97
|
-
}
|
|
98
|
-
|
|
99
|
-
function disjunction(tests) {
|
|
100
|
-
if (tests.length === 0) {
|
|
101
|
-
throw new Error('Must have at least one test.');
|
|
102
|
-
}
|
|
103
|
-
|
|
104
|
-
return tests.reduce((acc, test) => ({
|
|
105
|
-
type: 'LogicalExpression',
|
|
106
|
-
left: acc,
|
|
107
|
-
right: test,
|
|
108
|
-
operator: '||',
|
|
109
|
-
...etc()
|
|
110
|
-
}));
|
|
111
|
-
}
|
|
112
|
-
|
|
113
|
-
function variableDeclaration(kind, id, init, info) {
|
|
114
|
-
return {
|
|
115
|
-
type: 'VariableDeclaration',
|
|
116
|
-
kind,
|
|
117
|
-
declarations: [{
|
|
118
|
-
type: 'VariableDeclarator',
|
|
119
|
-
init,
|
|
120
|
-
id,
|
|
121
|
-
...etc(),
|
|
122
|
-
parent: EMPTY_PARENT
|
|
123
|
-
}],
|
|
124
|
-
...etc(info)
|
|
125
|
-
};
|
|
126
|
-
}
|
|
127
|
-
|
|
128
|
-
function callExpression(callee, args, info) {
|
|
129
|
-
return {
|
|
130
|
-
type: 'CallExpression',
|
|
131
|
-
callee,
|
|
132
|
-
arguments: args,
|
|
133
|
-
typeArguments: null,
|
|
134
|
-
optional: false,
|
|
135
|
-
...etc(info)
|
|
136
|
-
};
|
|
137
|
-
}
|
|
138
|
-
|
|
139
|
-
function throwStatement(arg, info) {
|
|
140
|
-
return {
|
|
141
|
-
type: 'ThrowStatement',
|
|
142
|
-
argument: callExpression(ident('Error'), [arg]),
|
|
143
|
-
...etc(info)
|
|
144
|
-
};
|
|
145
|
-
}
|
|
146
|
-
|
|
147
|
-
function iife(statements, params = [], args = []) {
|
|
148
|
-
const callee = {
|
|
149
|
-
type: 'ArrowFunctionExpression',
|
|
150
|
-
params,
|
|
151
|
-
expression: false,
|
|
152
|
-
async: false,
|
|
153
|
-
predicate: null,
|
|
154
|
-
returnType: null,
|
|
155
|
-
typeParameters: null,
|
|
156
|
-
id: null,
|
|
157
|
-
body: {
|
|
158
|
-
type: 'BlockStatement',
|
|
159
|
-
body: statements,
|
|
160
|
-
...etc()
|
|
161
|
-
},
|
|
162
|
-
...etc()
|
|
163
|
-
};
|
|
164
|
-
return callExpression(callee, args);
|
|
165
|
-
}
|
|
166
|
-
|
|
167
|
-
function typeofExpression(arg, kind) {
|
|
168
|
-
return {
|
|
169
|
-
type: 'BinaryExpression',
|
|
170
|
-
left: {
|
|
171
|
-
type: 'UnaryExpression',
|
|
172
|
-
operator: 'typeof',
|
|
173
|
-
argument: arg,
|
|
174
|
-
prefix: true,
|
|
175
|
-
...etc()
|
|
176
|
-
},
|
|
177
|
-
right: stringLiteral(kind),
|
|
178
|
-
operator: '===',
|
|
179
|
-
...etc()
|
|
180
|
-
};
|
|
181
|
-
}
|
package/oxidized/utils/GenID.js
DELETED
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports.default = void 0;
|
|
7
|
-
const genPrefix = '$$gen$';
|
|
8
|
-
|
|
9
|
-
class GenID {
|
|
10
|
-
constructor(uniqueTransformPrefix) {
|
|
11
|
-
this.genN = 0;
|
|
12
|
-
this.used = new Set();
|
|
13
|
-
this.prefix = void 0;
|
|
14
|
-
this.prefix = `${genPrefix}${uniqueTransformPrefix}`;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
id() {
|
|
18
|
-
let name;
|
|
19
|
-
|
|
20
|
-
do {
|
|
21
|
-
name = `${this.prefix}${this.genN}`;
|
|
22
|
-
this.genN++;
|
|
23
|
-
} while (this.used.has(name));
|
|
24
|
-
|
|
25
|
-
this.used.add(name);
|
|
26
|
-
return name;
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
addUsage(name) {
|
|
30
|
-
if (name.startsWith(this.prefix)) {
|
|
31
|
-
this.used.add(name);
|
|
32
|
-
}
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
exports.default = GenID;
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports.createSyntaxError = createSyntaxError;
|
|
7
|
-
|
|
8
|
-
function createSyntaxError(node, err) {
|
|
9
|
-
const syntaxError = new SyntaxError(err);
|
|
10
|
-
syntaxError.loc = {
|
|
11
|
-
line: node.loc.start.line,
|
|
12
|
-
column: node.loc.start.column
|
|
13
|
-
};
|
|
14
|
-
return syntaxError;
|
|
15
|
-
}
|
|
@@ -1,53 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports.default = isReservedWord;
|
|
7
|
-
|
|
8
|
-
function isReservedWord(name) {
|
|
9
|
-
switch (name) {
|
|
10
|
-
case 'await':
|
|
11
|
-
case 'break':
|
|
12
|
-
case 'case':
|
|
13
|
-
case 'catch':
|
|
14
|
-
case 'class':
|
|
15
|
-
case 'const':
|
|
16
|
-
case 'continue':
|
|
17
|
-
case 'debugger':
|
|
18
|
-
case 'default':
|
|
19
|
-
case 'delete':
|
|
20
|
-
case 'do':
|
|
21
|
-
case 'else':
|
|
22
|
-
case 'enum':
|
|
23
|
-
case 'export':
|
|
24
|
-
case 'extends':
|
|
25
|
-
case 'false':
|
|
26
|
-
case 'finally':
|
|
27
|
-
case 'for':
|
|
28
|
-
case 'function':
|
|
29
|
-
case 'if':
|
|
30
|
-
case 'import':
|
|
31
|
-
case 'in':
|
|
32
|
-
case 'instanceof':
|
|
33
|
-
case 'new':
|
|
34
|
-
case 'null':
|
|
35
|
-
case 'return':
|
|
36
|
-
case 'super':
|
|
37
|
-
case 'switch':
|
|
38
|
-
case 'this':
|
|
39
|
-
case 'throw':
|
|
40
|
-
case 'true':
|
|
41
|
-
case 'try':
|
|
42
|
-
case 'typeof':
|
|
43
|
-
case 'var':
|
|
44
|
-
case 'void':
|
|
45
|
-
case 'while':
|
|
46
|
-
case 'with':
|
|
47
|
-
case 'yield':
|
|
48
|
-
return true;
|
|
49
|
-
|
|
50
|
-
default:
|
|
51
|
-
return false;
|
|
52
|
-
}
|
|
53
|
-
}
|
|
@@ -1,85 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports.default = mutate;
|
|
7
|
-
|
|
8
|
-
var _SimpleTransform = require("../transform/SimpleTransform");
|
|
9
|
-
|
|
10
|
-
function transformChainExpression(node, comments) {
|
|
11
|
-
if (comments != null) {
|
|
12
|
-
var _node$comments;
|
|
13
|
-
|
|
14
|
-
const joinedComments = comments.concat((_node$comments = node.comments) != null ? _node$comments : []);
|
|
15
|
-
node.comments = joinedComments;
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
switch (node.type) {
|
|
19
|
-
case 'CallExpression':
|
|
20
|
-
return { ...node,
|
|
21
|
-
type: 'OptionalCallExpression',
|
|
22
|
-
callee: transformChainExpression(node.callee)
|
|
23
|
-
};
|
|
24
|
-
|
|
25
|
-
case 'MemberExpression':
|
|
26
|
-
return { ...node,
|
|
27
|
-
type: 'OptionalMemberExpression',
|
|
28
|
-
object: transformChainExpression(node.object)
|
|
29
|
-
};
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
return node;
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
function mutate(rootNode, visitorKeys) {
|
|
36
|
-
_SimpleTransform.SimpleTransform.transform(rootNode, {
|
|
37
|
-
transform(node) {
|
|
38
|
-
if (node.parent) {
|
|
39
|
-
delete node.parent;
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
if (node.type === 'ChainExpression') {
|
|
43
|
-
return transformChainExpression(node.expression, node == null ? void 0 : node.comments);
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
if (node.type === 'ObjectTypeProperty') {
|
|
47
|
-
if (node.method === false && node.kind === 'init' && node.range[0] === 1 && node.value.range[0] === 1) {
|
|
48
|
-
node.value = { ...node.value,
|
|
49
|
-
range: [2, node.value.range[1]]
|
|
50
|
-
};
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
-
return node;
|
|
54
|
-
}
|
|
55
|
-
|
|
56
|
-
if (node.type === 'ImportSpecifier') {
|
|
57
|
-
if (node.local.name === node.imported.name) {
|
|
58
|
-
if (node.local.range == null) {
|
|
59
|
-
node.local.range = [0, 0];
|
|
60
|
-
}
|
|
61
|
-
|
|
62
|
-
node.imported.range = [...node.local.range];
|
|
63
|
-
}
|
|
64
|
-
|
|
65
|
-
return node;
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
if (node.type === 'ExportSpecifier') {
|
|
69
|
-
if (node.local.name === node.exported.name) {
|
|
70
|
-
if (node.local.range == null) {
|
|
71
|
-
node.local.range = [0, 0];
|
|
72
|
-
}
|
|
73
|
-
|
|
74
|
-
node.exported.range = [...node.local.range];
|
|
75
|
-
}
|
|
76
|
-
|
|
77
|
-
return node;
|
|
78
|
-
}
|
|
79
|
-
|
|
80
|
-
return node;
|
|
81
|
-
},
|
|
82
|
-
|
|
83
|
-
visitorKeys
|
|
84
|
-
});
|
|
85
|
-
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/{oxidized/oxidized-src → dist}/transform/print/comments/prettier/language-js/comments.js
RENAMED
|
File without changes
|
/package/{oxidized/oxidized-src → dist}/transform/print/comments/prettier/language-js/loc.js
RENAMED
|
File without changes
|
|
File without changes
|
/package/{oxidized/oxidized-src → dist}/transform/print/comments/prettier/language-js/utils.js
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|