@compiled/react 0.6.13 → 0.9.1
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/CHANGELOG.md +28 -1
- package/dist/browser/class-names/index.d.ts +2 -2
- package/dist/browser/class-names/index.js.flow +45 -0
- package/dist/browser/css/index.d.ts +16 -3
- package/dist/browser/css/index.js +0 -13
- package/dist/browser/css/index.js.flow +35 -0
- package/dist/browser/css/index.js.map +1 -1
- package/dist/browser/index.d.ts +4 -1
- package/dist/browser/index.js +1 -0
- package/dist/browser/index.js.flow +40 -0
- package/dist/browser/index.js.map +1 -1
- package/dist/browser/keyframes/__fixtures__/index.d.ts +3 -0
- package/dist/browser/keyframes/__fixtures__/index.js +12 -0
- package/dist/browser/keyframes/__fixtures__/index.js.map +1 -0
- package/dist/browser/keyframes/index.d.ts +47 -0
- package/dist/browser/keyframes/index.js +9 -0
- package/dist/browser/keyframes/index.js.flow +54 -0
- package/dist/browser/keyframes/index.js.map +1 -0
- package/dist/browser/runtime/ax.js.flow +27 -0
- package/dist/browser/runtime/css-custom-property.js.flow +19 -0
- package/dist/browser/runtime/dev-warnings.d.ts +0 -1
- package/dist/browser/runtime/dev-warnings.js +1 -1
- package/dist/browser/runtime/dev-warnings.js.flow +7 -0
- package/dist/browser/runtime/dev-warnings.js.map +1 -1
- package/dist/browser/runtime/index.js.flow +10 -0
- package/dist/browser/runtime/is-node.js.flow +19 -0
- package/dist/browser/runtime/sheet.d.ts +1 -1
- package/dist/browser/runtime/sheet.js.flow +36 -0
- package/dist/browser/runtime/style-cache.d.ts +1 -1
- package/dist/browser/runtime/style-cache.js.flow +19 -0
- package/dist/browser/runtime/style.d.ts +1 -1
- package/dist/browser/runtime/style.js.flow +17 -0
- package/dist/browser/runtime/types.js.flow +23 -0
- package/dist/browser/runtime.js.flow +7 -0
- package/dist/browser/styled/index.d.ts +6 -9
- package/dist/browser/styled/index.js.flow +69 -0
- package/dist/browser/styled/index.js.map +1 -1
- package/dist/browser/types.d.ts +6 -3
- package/dist/browser/types.js.flow +29 -0
- package/dist/browser/utils/error.js.flow +7 -0
- package/dist/cjs/class-names/index.d.ts +2 -2
- package/dist/cjs/class-names/index.js.flow +45 -0
- package/dist/cjs/css/index.d.ts +16 -3
- package/dist/cjs/css/index.js +0 -13
- package/dist/cjs/css/index.js.flow +35 -0
- package/dist/cjs/css/index.js.map +1 -1
- package/dist/cjs/index.d.ts +4 -1
- package/dist/cjs/index.js +3 -1
- package/dist/cjs/index.js.flow +40 -0
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/keyframes/__fixtures__/index.d.ts +3 -0
- package/dist/cjs/keyframes/__fixtures__/index.js +15 -0
- package/dist/cjs/keyframes/__fixtures__/index.js.map +1 -0
- package/dist/cjs/keyframes/index.d.ts +47 -0
- package/dist/cjs/keyframes/index.js +13 -0
- package/dist/cjs/keyframes/index.js.flow +54 -0
- package/dist/cjs/keyframes/index.js.map +1 -0
- package/dist/cjs/runtime/ax.js.flow +27 -0
- package/dist/cjs/runtime/css-custom-property.js.flow +19 -0
- package/dist/cjs/runtime/dev-warnings.d.ts +0 -1
- package/dist/cjs/runtime/dev-warnings.js +2 -3
- package/dist/cjs/runtime/dev-warnings.js.flow +7 -0
- package/dist/cjs/runtime/dev-warnings.js.map +1 -1
- package/dist/cjs/runtime/index.js.flow +10 -0
- package/dist/cjs/runtime/is-node.js.flow +19 -0
- package/dist/cjs/runtime/sheet.d.ts +1 -1
- package/dist/cjs/runtime/sheet.js.flow +36 -0
- package/dist/cjs/runtime/style-cache.d.ts +1 -1
- package/dist/cjs/runtime/style-cache.js.flow +19 -0
- package/dist/cjs/runtime/style.d.ts +1 -1
- package/dist/cjs/runtime/style.js.flow +17 -0
- package/dist/cjs/runtime/types.js.flow +23 -0
- package/dist/cjs/runtime.js.flow +7 -0
- package/dist/cjs/styled/index.d.ts +6 -9
- package/dist/cjs/styled/index.js.flow +69 -0
- package/dist/cjs/styled/index.js.map +1 -1
- package/dist/cjs/types.d.ts +6 -3
- package/dist/cjs/types.js.flow +29 -0
- package/dist/cjs/utils/error.js.flow +7 -0
- package/dist/esm/class-names/index.d.ts +2 -2
- package/dist/esm/class-names/index.js.flow +45 -0
- package/dist/esm/css/index.d.ts +16 -3
- package/dist/esm/css/index.js +0 -13
- package/dist/esm/css/index.js.flow +35 -0
- package/dist/esm/css/index.js.map +1 -1
- package/dist/esm/index.d.ts +4 -1
- package/dist/esm/index.js +1 -0
- package/dist/esm/index.js.flow +40 -0
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/keyframes/__fixtures__/index.d.ts +3 -0
- package/dist/esm/keyframes/__fixtures__/index.js +12 -0
- package/dist/esm/keyframes/__fixtures__/index.js.map +1 -0
- package/dist/esm/keyframes/index.d.ts +47 -0
- package/dist/esm/keyframes/index.js +9 -0
- package/dist/esm/keyframes/index.js.flow +54 -0
- package/dist/esm/keyframes/index.js.map +1 -0
- package/dist/esm/runtime/ax.js.flow +27 -0
- package/dist/esm/runtime/css-custom-property.js.flow +19 -0
- package/dist/esm/runtime/dev-warnings.d.ts +0 -1
- package/dist/esm/runtime/dev-warnings.js +1 -1
- package/dist/esm/runtime/dev-warnings.js.flow +7 -0
- package/dist/esm/runtime/dev-warnings.js.map +1 -1
- package/dist/esm/runtime/index.js.flow +10 -0
- package/dist/esm/runtime/is-node.js.flow +19 -0
- package/dist/esm/runtime/sheet.d.ts +1 -1
- package/dist/esm/runtime/sheet.js.flow +36 -0
- package/dist/esm/runtime/style-cache.d.ts +1 -1
- package/dist/esm/runtime/style-cache.js.flow +19 -0
- package/dist/esm/runtime/style.d.ts +1 -1
- package/dist/esm/runtime/style.js.flow +17 -0
- package/dist/esm/runtime/types.js.flow +23 -0
- package/dist/esm/runtime.js.flow +7 -0
- package/dist/esm/styled/index.d.ts +6 -9
- package/dist/esm/styled/index.js.flow +69 -0
- package/dist/esm/styled/index.js.map +1 -1
- package/dist/esm/types.d.ts +6 -3
- package/dist/esm/types.js.flow +29 -0
- package/dist/esm/utils/error.js.flow +7 -0
- package/package.json +18 -20
- package/src/class-names/__tests__/types.test.js.flow +28 -0
- package/src/class-names/index.js.flow +45 -0
- package/src/class-names/index.tsx +2 -2
- package/src/css/__tests__/index.test.tsx +41 -0
- package/src/css/__tests__/types.test.js.flow +17 -0
- package/src/css/index.js.flow +35 -0
- package/src/css/index.tsx +25 -3
- package/src/index.js.flow +40 -0
- package/src/index.tsx +5 -2
- package/src/keyframes/__fixtures__/index.tsx +14 -0
- package/src/keyframes/__tests__/index.test.tsx +324 -0
- package/src/keyframes/__tests__/types.test.js.flow +31 -0
- package/src/keyframes/index.js.flow +54 -0
- package/src/keyframes/index.tsx +61 -0
- package/src/runtime/__tests__/style.test.tsx +91 -57
- package/src/runtime/ax.js.flow +27 -0
- package/src/runtime/css-custom-property.js.flow +19 -0
- package/src/runtime/dev-warnings.js.flow +7 -0
- package/src/runtime/dev-warnings.tsx +1 -1
- package/src/runtime/index.js.flow +10 -0
- package/src/runtime/is-node.js.flow +19 -0
- package/src/runtime/sheet.js.flow +36 -0
- package/src/runtime/sheet.tsx +1 -1
- package/src/runtime/style-cache.js.flow +19 -0
- package/src/runtime/style-cache.tsx +1 -1
- package/src/runtime/style.js.flow +17 -0
- package/src/runtime/style.tsx +1 -1
- package/src/runtime/types.js.flow +23 -0
- package/src/runtime.js.flow +7 -0
- package/src/styled/__tests__/types.test.js.flow +30 -0
- package/src/styled/index.js.flow +69 -0
- package/src/styled/index.tsx +6 -10
- package/src/types.js.flow +29 -0
- package/src/types.tsx +7 -3
- package/src/utils/error.js.flow +7 -0
- package/dist/browser/codemods/codemods-helpers.d.ts +0 -60
- package/dist/browser/codemods/codemods-helpers.js +0 -201
- package/dist/browser/codemods/codemods-helpers.js.map +0 -1
- package/dist/browser/codemods/constants.d.ts +0 -3
- package/dist/browser/codemods/constants.js +0 -4
- package/dist/browser/codemods/constants.js.map +0 -1
- package/dist/browser/codemods/emotion-to-compiled/emotion-to-compiled.d.ts +0 -3
- package/dist/browser/codemods/emotion-to-compiled/emotion-to-compiled.js +0 -178
- package/dist/browser/codemods/emotion-to-compiled/emotion-to-compiled.js.map +0 -1
- package/dist/browser/codemods/emotion-to-compiled/index.d.ts +0 -1
- package/dist/browser/codemods/emotion-to-compiled/index.js +0 -2
- package/dist/browser/codemods/emotion-to-compiled/index.js.map +0 -1
- package/dist/browser/codemods/styled-components-to-compiled/index.d.ts +0 -1
- package/dist/browser/codemods/styled-components-to-compiled/index.js +0 -2
- package/dist/browser/codemods/styled-components-to-compiled/index.js.map +0 -1
- package/dist/browser/codemods/styled-components-to-compiled/styled-components-to-compiled.d.ts +0 -3
- package/dist/browser/codemods/styled-components-to-compiled/styled-components-to-compiled.js +0 -33
- package/dist/browser/codemods/styled-components-to-compiled/styled-components-to-compiled.js.map +0 -1
- package/dist/cjs/codemods/codemods-helpers.d.ts +0 -60
- package/dist/cjs/codemods/codemods-helpers.js +0 -217
- package/dist/cjs/codemods/codemods-helpers.js.map +0 -1
- package/dist/cjs/codemods/constants.d.ts +0 -3
- package/dist/cjs/codemods/constants.js +0 -7
- package/dist/cjs/codemods/constants.js.map +0 -1
- package/dist/cjs/codemods/emotion-to-compiled/emotion-to-compiled.d.ts +0 -3
- package/dist/cjs/codemods/emotion-to-compiled/emotion-to-compiled.js +0 -180
- package/dist/cjs/codemods/emotion-to-compiled/emotion-to-compiled.js.map +0 -1
- package/dist/cjs/codemods/emotion-to-compiled/index.d.ts +0 -1
- package/dist/cjs/codemods/emotion-to-compiled/index.js +0 -9
- package/dist/cjs/codemods/emotion-to-compiled/index.js.map +0 -1
- package/dist/cjs/codemods/styled-components-to-compiled/index.d.ts +0 -1
- package/dist/cjs/codemods/styled-components-to-compiled/index.js +0 -9
- package/dist/cjs/codemods/styled-components-to-compiled/index.js.map +0 -1
- package/dist/cjs/codemods/styled-components-to-compiled/styled-components-to-compiled.d.ts +0 -3
- package/dist/cjs/codemods/styled-components-to-compiled/styled-components-to-compiled.js +0 -35
- package/dist/cjs/codemods/styled-components-to-compiled/styled-components-to-compiled.js.map +0 -1
- package/dist/esm/codemods/codemods-helpers.d.ts +0 -60
- package/dist/esm/codemods/codemods-helpers.js +0 -201
- package/dist/esm/codemods/codemods-helpers.js.map +0 -1
- package/dist/esm/codemods/constants.d.ts +0 -3
- package/dist/esm/codemods/constants.js +0 -4
- package/dist/esm/codemods/constants.js.map +0 -1
- package/dist/esm/codemods/emotion-to-compiled/emotion-to-compiled.d.ts +0 -3
- package/dist/esm/codemods/emotion-to-compiled/emotion-to-compiled.js +0 -178
- package/dist/esm/codemods/emotion-to-compiled/emotion-to-compiled.js.map +0 -1
- package/dist/esm/codemods/emotion-to-compiled/index.d.ts +0 -1
- package/dist/esm/codemods/emotion-to-compiled/index.js +0 -2
- package/dist/esm/codemods/emotion-to-compiled/index.js.map +0 -1
- package/dist/esm/codemods/styled-components-to-compiled/index.d.ts +0 -1
- package/dist/esm/codemods/styled-components-to-compiled/index.js +0 -2
- package/dist/esm/codemods/styled-components-to-compiled/index.js.map +0 -1
- package/dist/esm/codemods/styled-components-to-compiled/styled-components-to-compiled.d.ts +0 -3
- package/dist/esm/codemods/styled-components-to-compiled/styled-components-to-compiled.js +0 -33
- package/dist/esm/codemods/styled-components-to-compiled/styled-components-to-compiled.js.map +0 -1
- package/src/codemods/README.md +0 -8
- package/src/codemods/codemods-helpers.tsx +0 -369
- package/src/codemods/constants.tsx +0 -3
- package/src/codemods/emotion-to-compiled/README.md +0 -71
- package/src/codemods/emotion-to-compiled/__tests__/emotion-to-compiled.test.tsx +0 -526
- package/src/codemods/emotion-to-compiled/emotion-to-compiled.tsx +0 -249
- package/src/codemods/emotion-to-compiled/index.tsx +0 -1
- package/src/codemods/styled-components-to-compiled/README.md +0 -37
- package/src/codemods/styled-components-to-compiled/__tests__/styled-components-to-compiled.test.tsx +0 -109
- package/src/codemods/styled-components-to-compiled/index.tsx +0 -1
- package/src/codemods/styled-components-to-compiled/styled-components-to-compiled.tsx +0 -45
|
@@ -1,217 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.mergeImportSpecifiersAlongWithTheirComments = exports.replaceImportDeclaration = exports.addReactIdentifier = exports.addCommentForUnresolvedImportSpecifiers = exports.addCommentToStartOfFile = exports.addCommentBefore = exports.convertDefaultImportToNamedImport = exports.findImportSpecifierName = exports.getAllImportSpecifiers = exports.getImportSpecifierName = exports.getImportDefaultSpecifierName = exports.hasImportDeclaration = exports.getImportDeclarationCollection = void 0;
|
|
4
|
-
var constants_1 = require("./constants");
|
|
5
|
-
var getImportDeclarationCollection = function (_a) {
|
|
6
|
-
var j = _a.j, collection = _a.collection, importPath = _a.importPath;
|
|
7
|
-
var found = collection
|
|
8
|
-
.find(j.ImportDeclaration)
|
|
9
|
-
.filter(function (importDeclarationPath) { return importDeclarationPath.node.source.value === importPath; });
|
|
10
|
-
return found;
|
|
11
|
-
};
|
|
12
|
-
exports.getImportDeclarationCollection = getImportDeclarationCollection;
|
|
13
|
-
var hasImportDeclaration = function (_a) {
|
|
14
|
-
var j = _a.j, collection = _a.collection, importPath = _a.importPath;
|
|
15
|
-
var result = exports.getImportDeclarationCollection({
|
|
16
|
-
j: j,
|
|
17
|
-
collection: collection,
|
|
18
|
-
importPath: importPath,
|
|
19
|
-
});
|
|
20
|
-
return result.length > 0;
|
|
21
|
-
};
|
|
22
|
-
exports.hasImportDeclaration = hasImportDeclaration;
|
|
23
|
-
var getImportDefaultSpecifierName = function (importDefaultSpecifierCollection) {
|
|
24
|
-
var name = importDefaultSpecifierCollection.nodes()[0].local.name;
|
|
25
|
-
if (!name) {
|
|
26
|
-
throw new Error('Name should exist.');
|
|
27
|
-
}
|
|
28
|
-
return name;
|
|
29
|
-
};
|
|
30
|
-
exports.getImportDefaultSpecifierName = getImportDefaultSpecifierName;
|
|
31
|
-
var getImportSpecifierName = function (importSpecifierCollection) { return importSpecifierCollection.nodes()[0].local.name; };
|
|
32
|
-
exports.getImportSpecifierName = getImportSpecifierName;
|
|
33
|
-
var getAllImportSpecifiers = function (_a) {
|
|
34
|
-
var j = _a.j, importDeclarationCollection = _a.importDeclarationCollection;
|
|
35
|
-
var importSpecifiersImportedNodes = [];
|
|
36
|
-
importDeclarationCollection.find(j.ImportSpecifier).forEach(function (importSpecifierPath) {
|
|
37
|
-
var node = importSpecifierPath.node.imported;
|
|
38
|
-
if (node) {
|
|
39
|
-
importSpecifiersImportedNodes.push(node);
|
|
40
|
-
}
|
|
41
|
-
});
|
|
42
|
-
return importSpecifiersImportedNodes;
|
|
43
|
-
};
|
|
44
|
-
exports.getAllImportSpecifiers = getAllImportSpecifiers;
|
|
45
|
-
var findImportSpecifierName = function (_a) {
|
|
46
|
-
var j = _a.j, importDeclarationCollection = _a.importDeclarationCollection, importName = _a.importName;
|
|
47
|
-
var importSpecifierCollection = importDeclarationCollection
|
|
48
|
-
.find(j.ImportSpecifier)
|
|
49
|
-
.filter(function (importSpecifierPath) { return importSpecifierPath.node.imported.name === importName; });
|
|
50
|
-
if (importSpecifierCollection.length === 0) {
|
|
51
|
-
return null;
|
|
52
|
-
}
|
|
53
|
-
return exports.getImportSpecifierName(importSpecifierCollection);
|
|
54
|
-
};
|
|
55
|
-
exports.findImportSpecifierName = findImportSpecifierName;
|
|
56
|
-
var convertDefaultImportToNamedImport = function (_a) {
|
|
57
|
-
var j = _a.j, collection = _a.collection, importPath = _a.importPath, namedImport = _a.namedImport;
|
|
58
|
-
var importDeclarationCollection = exports.getImportDeclarationCollection({
|
|
59
|
-
j: j,
|
|
60
|
-
collection: collection,
|
|
61
|
-
importPath: importPath,
|
|
62
|
-
});
|
|
63
|
-
importDeclarationCollection.forEach(function (importDeclarationPath) {
|
|
64
|
-
var importDefaultSpecifierCollection = j(importDeclarationPath).find(j.ImportDefaultSpecifier);
|
|
65
|
-
if (importDefaultSpecifierCollection.length > 0) {
|
|
66
|
-
var oldNode = importDeclarationPath.node;
|
|
67
|
-
var comments = oldNode.comments;
|
|
68
|
-
j(importDeclarationPath).replaceWith([
|
|
69
|
-
j.importDeclaration([
|
|
70
|
-
j.importSpecifier(j.identifier(namedImport), j.identifier(exports.getImportDefaultSpecifierName(importDefaultSpecifierCollection))),
|
|
71
|
-
], j.literal(constants_1.COMPILED_IMPORT_PATH)),
|
|
72
|
-
]);
|
|
73
|
-
var newNode = importDeclarationPath.node;
|
|
74
|
-
if (newNode !== oldNode) {
|
|
75
|
-
newNode.comments = comments;
|
|
76
|
-
}
|
|
77
|
-
}
|
|
78
|
-
});
|
|
79
|
-
};
|
|
80
|
-
exports.convertDefaultImportToNamedImport = convertDefaultImportToNamedImport;
|
|
81
|
-
// not replacing newlines (which \s does)
|
|
82
|
-
var spacesAndTabs = /[ \t]{2,}/g;
|
|
83
|
-
var lineStartWithSpaces = /^[ \t]*/gm;
|
|
84
|
-
var clean = function (value) {
|
|
85
|
-
return value
|
|
86
|
-
.replace(spacesAndTabs, ' ')
|
|
87
|
-
.replace(lineStartWithSpaces, '')
|
|
88
|
-
// using .trim() to clear the any newlines before the first text and after last text
|
|
89
|
-
.trim();
|
|
90
|
-
};
|
|
91
|
-
var addCommentBefore = function (_a) {
|
|
92
|
-
var j = _a.j, collection = _a.collection, message = _a.message;
|
|
93
|
-
var content = " TODO(" + constants_1.COMPILED_IMPORT_PATH + " codemod): " + clean(message) + " ";
|
|
94
|
-
collection.forEach(function (path) {
|
|
95
|
-
path.value.comments = path.value.comments || [];
|
|
96
|
-
var exists = path.value.comments.find(function (comment) { return comment.value === content; });
|
|
97
|
-
// avoiding duplicates of the same comment
|
|
98
|
-
if (exists) {
|
|
99
|
-
return;
|
|
100
|
-
}
|
|
101
|
-
path.value.comments.push(j.commentBlock(content));
|
|
102
|
-
});
|
|
103
|
-
};
|
|
104
|
-
exports.addCommentBefore = addCommentBefore;
|
|
105
|
-
var addCommentToStartOfFile = function (_a) {
|
|
106
|
-
var j = _a.j, collection = _a.collection, message = _a.message;
|
|
107
|
-
exports.addCommentBefore({
|
|
108
|
-
j: j,
|
|
109
|
-
collection: collection.find(j.Program),
|
|
110
|
-
message: message,
|
|
111
|
-
});
|
|
112
|
-
};
|
|
113
|
-
exports.addCommentToStartOfFile = addCommentToStartOfFile;
|
|
114
|
-
var addCommentForUnresolvedImportSpecifiers = function (_a) {
|
|
115
|
-
var j = _a.j, collection = _a.collection, importPath = _a.importPath, allowedImportSpecifierNames = _a.allowedImportSpecifierNames;
|
|
116
|
-
var importDeclarationCollection = exports.getImportDeclarationCollection({
|
|
117
|
-
j: j,
|
|
118
|
-
collection: collection,
|
|
119
|
-
importPath: importPath,
|
|
120
|
-
});
|
|
121
|
-
var importSpecifiers = exports.getAllImportSpecifiers({
|
|
122
|
-
j: j,
|
|
123
|
-
importDeclarationCollection: importDeclarationCollection,
|
|
124
|
-
});
|
|
125
|
-
importSpecifiers
|
|
126
|
-
.filter(function (identifierPath) { return !allowedImportSpecifierNames.includes(identifierPath.name); })
|
|
127
|
-
.forEach(function (importSpecifierPath) {
|
|
128
|
-
exports.addCommentToStartOfFile({
|
|
129
|
-
j: j,
|
|
130
|
-
collection: collection,
|
|
131
|
-
message: "\"" + importSpecifierPath.name + "\" is not exported from \"" + constants_1.COMPILED_IMPORT_PATH + "\" at the moment. Please find an alternative for it.",
|
|
132
|
-
});
|
|
133
|
-
});
|
|
134
|
-
};
|
|
135
|
-
exports.addCommentForUnresolvedImportSpecifiers = addCommentForUnresolvedImportSpecifiers;
|
|
136
|
-
var addReactIdentifier = function (_a) {
|
|
137
|
-
var j = _a.j, collection = _a.collection;
|
|
138
|
-
var hasReactImportDeclaration = exports.hasImportDeclaration({
|
|
139
|
-
j: j,
|
|
140
|
-
collection: collection,
|
|
141
|
-
importPath: constants_1.REACT_IMPORT_PATH,
|
|
142
|
-
});
|
|
143
|
-
if (!hasReactImportDeclaration) {
|
|
144
|
-
collection.find(j.Program).forEach(function (programPath) {
|
|
145
|
-
programPath.node.body.unshift(j.importDeclaration([j.importNamespaceSpecifier(j.identifier(constants_1.REACT_IMPORT_NAME))], j.literal(constants_1.REACT_IMPORT_PATH)));
|
|
146
|
-
});
|
|
147
|
-
}
|
|
148
|
-
else {
|
|
149
|
-
var importDeclarationCollection = exports.getImportDeclarationCollection({
|
|
150
|
-
j: j,
|
|
151
|
-
collection: collection,
|
|
152
|
-
importPath: constants_1.REACT_IMPORT_PATH,
|
|
153
|
-
});
|
|
154
|
-
importDeclarationCollection.forEach(function (importDeclarationPath) {
|
|
155
|
-
var importDefaultSpecifierCollection = j(importDeclarationPath).find(j.ImportDefaultSpecifier);
|
|
156
|
-
var importNamespaceSpecifierCollection = j(importDeclarationPath).find(j.ImportNamespaceSpecifier);
|
|
157
|
-
var hasNoDefaultReactImportDeclaration = importDefaultSpecifierCollection.length === 0;
|
|
158
|
-
var hasNoNamespaceReactImportDeclaration = importNamespaceSpecifierCollection.length === 0;
|
|
159
|
-
if (hasNoDefaultReactImportDeclaration &&
|
|
160
|
-
hasNoNamespaceReactImportDeclaration &&
|
|
161
|
-
importDeclarationPath.node.specifiers) {
|
|
162
|
-
importDeclarationPath.node.specifiers.unshift(j.importDefaultSpecifier(j.identifier(constants_1.REACT_IMPORT_NAME)));
|
|
163
|
-
}
|
|
164
|
-
});
|
|
165
|
-
}
|
|
166
|
-
};
|
|
167
|
-
exports.addReactIdentifier = addReactIdentifier;
|
|
168
|
-
var replaceImportDeclaration = function (_a) {
|
|
169
|
-
var j = _a.j, collection = _a.collection, importPath = _a.importPath;
|
|
170
|
-
var importDeclarationCollection = exports.getImportDeclarationCollection({
|
|
171
|
-
j: j,
|
|
172
|
-
collection: collection,
|
|
173
|
-
importPath: importPath,
|
|
174
|
-
});
|
|
175
|
-
importDeclarationCollection.forEach(function (importDeclarationPath) {
|
|
176
|
-
importDeclarationPath.node.source.value = constants_1.COMPILED_IMPORT_PATH;
|
|
177
|
-
});
|
|
178
|
-
};
|
|
179
|
-
exports.replaceImportDeclaration = replaceImportDeclaration;
|
|
180
|
-
var mergeImportSpecifiersAlongWithTheirComments = function (_a) {
|
|
181
|
-
var j = _a.j, collection = _a.collection, _b = _a.filter, filter = _b === void 0 ? function (_) { return true; } : _b;
|
|
182
|
-
var importDeclarationCollection = exports.getImportDeclarationCollection({
|
|
183
|
-
j: j,
|
|
184
|
-
collection: collection,
|
|
185
|
-
importPath: constants_1.COMPILED_IMPORT_PATH,
|
|
186
|
-
});
|
|
187
|
-
var importSpecifiers = [];
|
|
188
|
-
importDeclarationCollection
|
|
189
|
-
.find(j.ImportSpecifier)
|
|
190
|
-
.filter(function (importSpecifierPath) { return filter(importSpecifierPath.node.imported.name); })
|
|
191
|
-
.forEach(function (importSpecifierPath) {
|
|
192
|
-
importSpecifiers.push(importSpecifierPath.node);
|
|
193
|
-
});
|
|
194
|
-
var importDeclarationCollectionLength = importDeclarationCollection.length;
|
|
195
|
-
var importDeclarationComments = [];
|
|
196
|
-
importDeclarationCollection.forEach(function (importDeclarationPath, index) {
|
|
197
|
-
var oldNode = importDeclarationPath.node;
|
|
198
|
-
var comments = oldNode.comments;
|
|
199
|
-
if (comments) {
|
|
200
|
-
importDeclarationComments.push.apply(importDeclarationComments, comments);
|
|
201
|
-
}
|
|
202
|
-
if (index === importDeclarationCollectionLength - 1) {
|
|
203
|
-
j(importDeclarationPath).replaceWith([
|
|
204
|
-
j.importDeclaration(importSpecifiers, j.literal(constants_1.COMPILED_IMPORT_PATH)),
|
|
205
|
-
]);
|
|
206
|
-
var newNode = importDeclarationPath.node;
|
|
207
|
-
if (newNode !== oldNode) {
|
|
208
|
-
newNode.comments = importDeclarationComments;
|
|
209
|
-
}
|
|
210
|
-
}
|
|
211
|
-
else {
|
|
212
|
-
j(importDeclarationPath).remove();
|
|
213
|
-
}
|
|
214
|
-
});
|
|
215
|
-
};
|
|
216
|
-
exports.mergeImportSpecifiersAlongWithTheirComments = mergeImportSpecifiersAlongWithTheirComments;
|
|
217
|
-
//# sourceMappingURL=codemods-helpers.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"codemods-helpers.js","sourceRoot":"","sources":["../../../src/codemods/codemods-helpers.tsx"],"names":[],"mappings":"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"}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.REACT_IMPORT_NAME = exports.REACT_IMPORT_PATH = exports.COMPILED_IMPORT_PATH = void 0;
|
|
4
|
-
exports.COMPILED_IMPORT_PATH = '@compiled/react';
|
|
5
|
-
exports.REACT_IMPORT_PATH = 'react';
|
|
6
|
-
exports.REACT_IMPORT_NAME = 'React';
|
|
7
|
-
//# sourceMappingURL=constants.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"constants.js","sourceRoot":"","sources":["../../../src/codemods/constants.tsx"],"names":[],"mappings":";;;AAAa,QAAA,oBAAoB,GAAG,iBAAiB,CAAC;AACzC,QAAA,iBAAiB,GAAG,OAAO,CAAC;AAC5B,QAAA,iBAAiB,GAAG,OAAO,CAAC"}
|
|
@@ -1,180 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __spreadArray = (this && this.__spreadArray) || function (to, from) {
|
|
3
|
-
for (var i = 0, il = from.length, j = to.length; i < il; i++, j++)
|
|
4
|
-
to[j] = from[i];
|
|
5
|
-
return to;
|
|
6
|
-
};
|
|
7
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
8
|
-
var constants_1 = require("../constants");
|
|
9
|
-
var codemods_helpers_1 = require("../codemods-helpers");
|
|
10
|
-
var imports = {
|
|
11
|
-
compiledStyledImportName: 'styled',
|
|
12
|
-
emotionStyledPackageName: '@emotion/styled',
|
|
13
|
-
emotionCoreJSXPragma: '@jsx jsx',
|
|
14
|
-
emotionCoreImportNames: { jsx: 'jsx', css: 'css', ClassNames: 'ClassNames' },
|
|
15
|
-
emotionCorePackageName: '@emotion/core',
|
|
16
|
-
};
|
|
17
|
-
var removeEmotionCoreJSXPragma = function (j, collection) {
|
|
18
|
-
var commentCollection = collection.find(j.Comment);
|
|
19
|
-
commentCollection.forEach(function (commentPath) {
|
|
20
|
-
var commentBlockCollection = j(commentPath).filter(function (commentBlockPath) {
|
|
21
|
-
return commentBlockPath.value.value.includes(imports.emotionCoreJSXPragma);
|
|
22
|
-
});
|
|
23
|
-
commentBlockCollection.forEach(function (commentBlockPath) {
|
|
24
|
-
j(commentBlockPath).remove();
|
|
25
|
-
codemods_helpers_1.addReactIdentifier({ j: j, collection: collection });
|
|
26
|
-
});
|
|
27
|
-
});
|
|
28
|
-
};
|
|
29
|
-
var replaceEmotionCoreCSSTaggedTemplateExpression = function (j, collection) {
|
|
30
|
-
var importDeclarationCollection = codemods_helpers_1.getImportDeclarationCollection({
|
|
31
|
-
j: j,
|
|
32
|
-
collection: collection,
|
|
33
|
-
importPath: imports.emotionCorePackageName,
|
|
34
|
-
});
|
|
35
|
-
var name = codemods_helpers_1.findImportSpecifierName({
|
|
36
|
-
j: j,
|
|
37
|
-
importDeclarationCollection: importDeclarationCollection,
|
|
38
|
-
importName: imports.emotionCoreImportNames.css,
|
|
39
|
-
});
|
|
40
|
-
if (name == null) {
|
|
41
|
-
return;
|
|
42
|
-
}
|
|
43
|
-
collection
|
|
44
|
-
.find(j.TaggedTemplateExpression)
|
|
45
|
-
.filter(function (taggedTemplateExpressionPath) {
|
|
46
|
-
return j(taggedTemplateExpressionPath)
|
|
47
|
-
.find(j.Identifier)
|
|
48
|
-
.some(function (identifierPath) { return identifierPath.node.name === name; });
|
|
49
|
-
})
|
|
50
|
-
.forEach(function (taggedTemplateExpressionPath) {
|
|
51
|
-
var quasi = taggedTemplateExpressionPath.node.quasi;
|
|
52
|
-
if (quasi) {
|
|
53
|
-
j(taggedTemplateExpressionPath).replaceWith([quasi]);
|
|
54
|
-
}
|
|
55
|
-
});
|
|
56
|
-
};
|
|
57
|
-
var handleClassNamesCXBehavior = function (j, objectPattern) {
|
|
58
|
-
var cxIdentifierName = 'cx';
|
|
59
|
-
var axIdentifierName = 'ax';
|
|
60
|
-
var compiledRuntimePackageName = constants_1.COMPILED_IMPORT_PATH + "/runtime";
|
|
61
|
-
var cxObjectPropertyCollection = j(objectPattern)
|
|
62
|
-
.find(j.ObjectProperty)
|
|
63
|
-
.filter(function (objectPropertyPath) {
|
|
64
|
-
return objectPropertyPath.node.key.type === 'Identifier' &&
|
|
65
|
-
objectPropertyPath.node.key.name === cxIdentifierName;
|
|
66
|
-
});
|
|
67
|
-
cxObjectPropertyCollection.forEach(function (cxObjectPropertyPath) {
|
|
68
|
-
codemods_helpers_1.addCommentBefore({
|
|
69
|
-
j: j,
|
|
70
|
-
collection: j(cxObjectPropertyPath.node),
|
|
71
|
-
message: "Please replace \"" + cxIdentifierName + "\" with \"" + axIdentifierName + "\" from \"" + compiledRuntimePackageName + "\".\n Usage: import { " + axIdentifierName + " } from '" + compiledRuntimePackageName + "';\n\n NOTE: Both \"" + cxIdentifierName + "\" and \"" + axIdentifierName + "\" have some differences, so we have not replaced its usage.\n Please check the docs for \"" + axIdentifierName + "\" usage.\n\n In future, we will expose \"" + axIdentifierName + "\" directly from \"" + imports.emotionCoreImportNames.ClassNames + "\" props.\n\n Issue tracked on Github: https://github.com/atlassian-labs/compiled/issues/373",
|
|
72
|
-
});
|
|
73
|
-
});
|
|
74
|
-
};
|
|
75
|
-
var handleClassNamesStyleBehavior = function (j, objectPattern) {
|
|
76
|
-
var styleIdentifierName = 'style';
|
|
77
|
-
var hasStyleObjectProperty = j(objectPattern)
|
|
78
|
-
.find(j.ObjectProperty)
|
|
79
|
-
.some(function (objectPropertyPath) {
|
|
80
|
-
return objectPropertyPath.node.key.type === 'Identifier' &&
|
|
81
|
-
objectPropertyPath.node.key.name === styleIdentifierName;
|
|
82
|
-
});
|
|
83
|
-
if (!hasStyleObjectProperty) {
|
|
84
|
-
var styleObjectProperty = j.objectProperty(j.identifier(styleIdentifierName), j.identifier(styleIdentifierName));
|
|
85
|
-
objectPattern.properties.push(styleObjectProperty);
|
|
86
|
-
codemods_helpers_1.addCommentBefore({
|
|
87
|
-
j: j,
|
|
88
|
-
collection: j(styleObjectProperty),
|
|
89
|
-
message: "We have exported \"" + styleIdentifierName + "\" from \"" + imports.emotionCoreImportNames.ClassNames + "\" props.\n If you are using dynamic declarations, make sure to set the \"" + styleIdentifierName + "\"\n prop otherwise remove it.",
|
|
90
|
-
});
|
|
91
|
-
}
|
|
92
|
-
};
|
|
93
|
-
var handleClassNamesBehavior = function (j, collection) {
|
|
94
|
-
var importDeclarationCollection = codemods_helpers_1.getImportDeclarationCollection({
|
|
95
|
-
j: j,
|
|
96
|
-
collection: collection,
|
|
97
|
-
importPath: imports.emotionCorePackageName,
|
|
98
|
-
});
|
|
99
|
-
var name = codemods_helpers_1.findImportSpecifierName({
|
|
100
|
-
j: j,
|
|
101
|
-
importDeclarationCollection: importDeclarationCollection,
|
|
102
|
-
importName: imports.emotionCoreImportNames.ClassNames,
|
|
103
|
-
});
|
|
104
|
-
if (name == null) {
|
|
105
|
-
return;
|
|
106
|
-
}
|
|
107
|
-
collection
|
|
108
|
-
.find(j.JSXElement)
|
|
109
|
-
.filter(function (jsxElementPath) {
|
|
110
|
-
return j(jsxElementPath)
|
|
111
|
-
.find(j.JSXIdentifier)
|
|
112
|
-
.some(function (jsxIdentifierPath) { return jsxIdentifierPath.node.name === name; });
|
|
113
|
-
})
|
|
114
|
-
.find(j.JSXExpressionContainer)
|
|
115
|
-
.forEach(function (jsxExpressionContainer) {
|
|
116
|
-
var expression = jsxExpressionContainer.node.expression;
|
|
117
|
-
if (expression.type === 'FunctionExpression' ||
|
|
118
|
-
expression.type === 'ArrowFunctionExpression') {
|
|
119
|
-
if (expression.params.length && expression.params[0].type === 'ObjectPattern') {
|
|
120
|
-
var objectPattern = expression.params[0];
|
|
121
|
-
handleClassNamesStyleBehavior(j, objectPattern);
|
|
122
|
-
handleClassNamesCXBehavior(j, objectPattern);
|
|
123
|
-
}
|
|
124
|
-
}
|
|
125
|
-
});
|
|
126
|
-
};
|
|
127
|
-
var mergeCompiledImportSpecifiers = function (j, collection) {
|
|
128
|
-
var allowedCompiledNames = __spreadArray([
|
|
129
|
-
imports.compiledStyledImportName
|
|
130
|
-
], Object.values(imports.emotionCoreImportNames)).filter(function (name) {
|
|
131
|
-
return ![imports.emotionCoreImportNames.jsx, imports.emotionCoreImportNames.css].includes(name);
|
|
132
|
-
});
|
|
133
|
-
codemods_helpers_1.mergeImportSpecifiersAlongWithTheirComments({
|
|
134
|
-
j: j,
|
|
135
|
-
collection: collection,
|
|
136
|
-
filter: function (name) { return !!(name && allowedCompiledNames.includes(name)); },
|
|
137
|
-
});
|
|
138
|
-
};
|
|
139
|
-
var transformer = function (fileInfo, _a, options) {
|
|
140
|
-
var j = _a.jscodeshift;
|
|
141
|
-
var source = fileInfo.source;
|
|
142
|
-
var collection = j(source);
|
|
143
|
-
var hasEmotionCoreImportDeclaration = codemods_helpers_1.hasImportDeclaration({
|
|
144
|
-
j: j,
|
|
145
|
-
collection: collection,
|
|
146
|
-
importPath: imports.emotionCorePackageName,
|
|
147
|
-
});
|
|
148
|
-
var hasEmotionStyledImportDeclaration = codemods_helpers_1.hasImportDeclaration({
|
|
149
|
-
j: j,
|
|
150
|
-
collection: collection,
|
|
151
|
-
importPath: imports.emotionStyledPackageName,
|
|
152
|
-
});
|
|
153
|
-
if (!hasEmotionCoreImportDeclaration && !hasEmotionStyledImportDeclaration) {
|
|
154
|
-
return source;
|
|
155
|
-
}
|
|
156
|
-
if (hasEmotionStyledImportDeclaration) {
|
|
157
|
-
codemods_helpers_1.convertDefaultImportToNamedImport({
|
|
158
|
-
j: j,
|
|
159
|
-
collection: collection,
|
|
160
|
-
importPath: imports.emotionStyledPackageName,
|
|
161
|
-
namedImport: imports.compiledStyledImportName,
|
|
162
|
-
});
|
|
163
|
-
}
|
|
164
|
-
if (hasEmotionCoreImportDeclaration) {
|
|
165
|
-
removeEmotionCoreJSXPragma(j, collection);
|
|
166
|
-
codemods_helpers_1.addCommentForUnresolvedImportSpecifiers({
|
|
167
|
-
j: j,
|
|
168
|
-
collection: collection,
|
|
169
|
-
importPath: imports.emotionCorePackageName,
|
|
170
|
-
allowedImportSpecifierNames: Object.values(imports.emotionCoreImportNames),
|
|
171
|
-
});
|
|
172
|
-
replaceEmotionCoreCSSTaggedTemplateExpression(j, collection);
|
|
173
|
-
handleClassNamesBehavior(j, collection);
|
|
174
|
-
codemods_helpers_1.replaceImportDeclaration({ j: j, collection: collection, importPath: imports.emotionCorePackageName });
|
|
175
|
-
}
|
|
176
|
-
mergeCompiledImportSpecifiers(j, collection);
|
|
177
|
-
return collection.toSource(options.printOptions || { quote: 'single' });
|
|
178
|
-
};
|
|
179
|
-
exports.default = transformer;
|
|
180
|
-
//# sourceMappingURL=emotion-to-compiled.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"emotion-to-compiled.js","sourceRoot":"","sources":["../../../../src/codemods/emotion-to-compiled/emotion-to-compiled.tsx"],"names":[],"mappings":"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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default } from './emotion-to-compiled';
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
-
};
|
|
5
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.default = void 0;
|
|
7
|
-
var emotion_to_compiled_1 = require("./emotion-to-compiled");
|
|
8
|
-
Object.defineProperty(exports, "default", { enumerable: true, get: function () { return __importDefault(emotion_to_compiled_1).default; } });
|
|
9
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/codemods/emotion-to-compiled/index.tsx"],"names":[],"mappings":";;;;;;AAAA,6DAAgD;AAAvC,+HAAA,OAAO,OAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default } from './styled-components-to-compiled';
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
-
};
|
|
5
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.default = void 0;
|
|
7
|
-
var styled_components_to_compiled_1 = require("./styled-components-to-compiled");
|
|
8
|
-
Object.defineProperty(exports, "default", { enumerable: true, get: function () { return __importDefault(styled_components_to_compiled_1).default; } });
|
|
9
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/codemods/styled-components-to-compiled/index.tsx"],"names":[],"mappings":";;;;;;AAAA,iFAA0D;AAAjD,yIAAA,OAAO,OAAA"}
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
var codemods_helpers_1 = require("../codemods-helpers");
|
|
4
|
-
var imports = {
|
|
5
|
-
compiledStyledImportName: 'styled',
|
|
6
|
-
styledComponentsPackageName: 'styled-components',
|
|
7
|
-
};
|
|
8
|
-
var transformer = function (fileInfo, _a, options) {
|
|
9
|
-
var j = _a.jscodeshift;
|
|
10
|
-
var source = fileInfo.source;
|
|
11
|
-
var collection = j(source);
|
|
12
|
-
var hasStyledComponentsImportDeclaration = codemods_helpers_1.hasImportDeclaration({
|
|
13
|
-
j: j,
|
|
14
|
-
collection: collection,
|
|
15
|
-
importPath: imports.styledComponentsPackageName,
|
|
16
|
-
});
|
|
17
|
-
if (!hasStyledComponentsImportDeclaration) {
|
|
18
|
-
return source;
|
|
19
|
-
}
|
|
20
|
-
codemods_helpers_1.addCommentForUnresolvedImportSpecifiers({
|
|
21
|
-
j: j,
|
|
22
|
-
collection: collection,
|
|
23
|
-
importPath: imports.styledComponentsPackageName,
|
|
24
|
-
allowedImportSpecifierNames: [],
|
|
25
|
-
});
|
|
26
|
-
codemods_helpers_1.convertDefaultImportToNamedImport({
|
|
27
|
-
j: j,
|
|
28
|
-
collection: collection,
|
|
29
|
-
importPath: imports.styledComponentsPackageName,
|
|
30
|
-
namedImport: imports.compiledStyledImportName,
|
|
31
|
-
});
|
|
32
|
-
return collection.toSource(options.printOptions || { quote: 'single' });
|
|
33
|
-
};
|
|
34
|
-
exports.default = transformer;
|
|
35
|
-
//# sourceMappingURL=styled-components-to-compiled.js.map
|
package/dist/cjs/codemods/styled-components-to-compiled/styled-components-to-compiled.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"styled-components-to-compiled.js","sourceRoot":"","sources":["../../../../src/codemods/styled-components-to-compiled/styled-components-to-compiled.tsx"],"names":[],"mappings":";;AAEA,wDAI6B;AAE7B,IAAM,OAAO,GAAG;IACd,wBAAwB,EAAE,QAAQ;IAClC,2BAA2B,EAAE,mBAAmB;CACjD,CAAC;AAEF,IAAM,WAAW,GAAG,UAAC,QAAkB,EAAE,EAAuB,EAAE,OAAgB;QAA1B,CAAC,iBAAA;IAC/C,IAAA,MAAM,GAAK,QAAQ,OAAb,CAAc;IAC5B,IAAM,UAAU,GAAG,CAAC,CAAC,MAAM,CAAC,CAAC;IAE7B,IAAM,oCAAoC,GAAG,uCAAoB,CAAC;QAChE,CAAC,GAAA;QACD,UAAU,YAAA;QACV,UAAU,EAAE,OAAO,CAAC,2BAA2B;KAChD,CAAC,CAAC;IAEH,IAAI,CAAC,oCAAoC,EAAE;QACzC,OAAO,MAAM,CAAC;KACf;IAED,0DAAuC,CAAC;QACtC,CAAC,GAAA;QACD,UAAU,YAAA;QACV,UAAU,EAAE,OAAO,CAAC,2BAA2B;QAC/C,2BAA2B,EAAE,EAAE;KAChC,CAAC,CAAC;IAEH,oDAAiC,CAAC;QAChC,CAAC,GAAA;QACD,UAAU,YAAA;QACV,UAAU,EAAE,OAAO,CAAC,2BAA2B;QAC/C,WAAW,EAAE,OAAO,CAAC,wBAAwB;KAC9C,CAAC,CAAC;IAEH,OAAO,UAAU,CAAC,QAAQ,CAAC,OAAO,CAAC,YAAY,IAAI,EAAE,KAAK,EAAE,QAAQ,EAAE,CAAC,CAAC;AAC1E,CAAC,CAAC;AAEF,kBAAe,WAAW,CAAC"}
|
|
@@ -1,60 +0,0 @@
|
|
|
1
|
-
import { JSCodeshift, ImportDeclaration, ImportDefaultSpecifier, ImportSpecifier, Program, Identifier, JSXIdentifier, TSTypeParameter, Node, Collection } from 'jscodeshift';
|
|
2
|
-
declare type Identifiers = Array<Identifier | JSXIdentifier | TSTypeParameter>;
|
|
3
|
-
export declare const getImportDeclarationCollection: ({ j, collection, importPath, }: {
|
|
4
|
-
j: JSCodeshift;
|
|
5
|
-
collection: Collection<any>;
|
|
6
|
-
importPath: string;
|
|
7
|
-
}) => Collection<ImportDeclaration>;
|
|
8
|
-
export declare const hasImportDeclaration: ({ j, collection, importPath, }: {
|
|
9
|
-
j: JSCodeshift;
|
|
10
|
-
collection: Collection<any>;
|
|
11
|
-
importPath: string;
|
|
12
|
-
}) => boolean;
|
|
13
|
-
export declare const getImportDefaultSpecifierName: (importDefaultSpecifierCollection: Collection<ImportDefaultSpecifier>) => string;
|
|
14
|
-
export declare const getImportSpecifierName: (importSpecifierCollection: Collection<ImportSpecifier>) => string | undefined;
|
|
15
|
-
export declare const getAllImportSpecifiers: ({ j, importDeclarationCollection, }: {
|
|
16
|
-
j: JSCodeshift;
|
|
17
|
-
importDeclarationCollection: Collection<ImportDeclaration>;
|
|
18
|
-
}) => Identifiers;
|
|
19
|
-
export declare const findImportSpecifierName: ({ j, importDeclarationCollection, importName, }: {
|
|
20
|
-
j: JSCodeshift;
|
|
21
|
-
importDeclarationCollection: Collection<ImportDeclaration>;
|
|
22
|
-
importName: string;
|
|
23
|
-
}) => string | null | undefined;
|
|
24
|
-
export declare const convertDefaultImportToNamedImport: ({ j, collection, importPath, namedImport, }: {
|
|
25
|
-
j: JSCodeshift;
|
|
26
|
-
collection: Collection<any>;
|
|
27
|
-
importPath: string;
|
|
28
|
-
namedImport: string;
|
|
29
|
-
}) => void;
|
|
30
|
-
export declare const addCommentBefore: ({ j, collection, message, }: {
|
|
31
|
-
j: JSCodeshift;
|
|
32
|
-
collection: Collection<Program>;
|
|
33
|
-
message: string;
|
|
34
|
-
}) => void;
|
|
35
|
-
export declare const addCommentToStartOfFile: ({ j, collection, message, }: {
|
|
36
|
-
j: JSCodeshift;
|
|
37
|
-
collection: Collection<Node>;
|
|
38
|
-
message: string;
|
|
39
|
-
}) => void;
|
|
40
|
-
export declare const addCommentForUnresolvedImportSpecifiers: ({ j, collection, importPath, allowedImportSpecifierNames, }: {
|
|
41
|
-
j: JSCodeshift;
|
|
42
|
-
collection: Collection<Node>;
|
|
43
|
-
importPath: string;
|
|
44
|
-
allowedImportSpecifierNames: string[];
|
|
45
|
-
}) => void;
|
|
46
|
-
export declare const addReactIdentifier: ({ j, collection, }: {
|
|
47
|
-
j: JSCodeshift;
|
|
48
|
-
collection: Collection<Node>;
|
|
49
|
-
}) => void;
|
|
50
|
-
export declare const replaceImportDeclaration: ({ j, collection, importPath, }: {
|
|
51
|
-
j: JSCodeshift;
|
|
52
|
-
collection: Collection<Node>;
|
|
53
|
-
importPath: string;
|
|
54
|
-
}) => void;
|
|
55
|
-
export declare const mergeImportSpecifiersAlongWithTheirComments: ({ j, collection, filter, }: {
|
|
56
|
-
j: JSCodeshift;
|
|
57
|
-
collection: Collection<Node>;
|
|
58
|
-
filter?: ((name: string | undefined) => boolean) | undefined;
|
|
59
|
-
}) => void;
|
|
60
|
-
export {};
|