Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
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
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// hypermod: Run "tsc" to verify the updated @types/jscodeshift@1.0.0 types.
jest.autoMockOff();

import { applyTransform } from '@hypermod/utils';
Expand Down
1 change: 1 addition & 0 deletions community/@atlaskit__avatar/src/18.0.0/transform.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// hypermod: Run "tsc" to verify the updated @types/jscodeshift@1.0.0 types.
import core, {
API,
ASTPath,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// hypermod: Run "tsc" to verify the updated @types/jscodeshift@1.0.0 types.
import * as transformer from '../transform';

const defineInlineTest = require('jscodeshift/dist/testUtils').defineInlineTest;
Expand Down
1 change: 1 addition & 0 deletions community/@atlaskit__avatar/src/19.0.0/transform.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// hypermod: Run "tsc" to verify the updated @types/jscodeshift@1.0.0 types.
import core, { API, FileInfo, Options } from 'jscodeshift';

import {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// hypermod: Run "tsc" to verify the updated @types/jscodeshift@1.0.0 types.
import { applyTransform } from '@hypermod/utils';
import { API, FileInfo, Options } from 'jscodeshift';
import elevateStatelessToDefault from '../motions/elevate-stateless-to-default';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// hypermod: Run "tsc" to verify the updated @types/jscodeshift@1.0.0 types.
import { applyTransform } from '@hypermod/utils';
import { API, FileInfo, Options } from 'jscodeshift';
import removeHasSeparator from '../motions/remove-has-separator';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// hypermod: Run "tsc" to verify the updated @types/jscodeshift@1.0.0 types.
import { applyTransform } from '@hypermod/utils';
import { API, FileInfo, Options } from 'jscodeshift';
import renameBreadcrumbs from '../motions/rename-breadcrumbs';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// hypermod: Run "tsc" to verify the updated @types/jscodeshift@1.0.0 types.
import { applyTransform } from '@hypermod/utils';
import transformer from '../transform';

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// hypermod: Run "tsc" to verify the updated @types/jscodeshift@1.0.0 types.
import core, { ASTPath, ImportDeclaration, ImportSpecifier } from 'jscodeshift';

type Nullable<T> = T | null;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// hypermod: Run "tsc" to verify the updated @types/jscodeshift@1.0.0 types.
import core, { ASTPath, Collection, Node } from 'jscodeshift';
import {
insertCommentToStartOfFile,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// hypermod: Run "tsc" to verify the updated @types/jscodeshift@1.0.0 types.
import core, {
ASTPath,
ImportDeclaration,
Expand Down
1 change: 1 addition & 0 deletions community/@atlaskit__breadcrumbs/src/11.0.0/transform.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// hypermod: Run "tsc" to verify the updated @types/jscodeshift@1.0.0 types.
import { API, FileInfo, Options } from 'jscodeshift';
import { hasImportDeclaration, applyMotions } from '@hypermod/utils';

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// hypermod: Run "tsc" to verify the updated @types/jscodeshift@1.0.0 types.
import { API, FileInfo, Options } from 'jscodeshift';
import transformer from '../transform';

Expand Down
1 change: 1 addition & 0 deletions community/@atlaskit__button/src/15.0.0/transform.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// hypermod: Run "tsc" to verify the updated @types/jscodeshift@1.0.0 types.
import core, {
API,
FileInfo,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// hypermod: Run "tsc" to verify the updated @types/jscodeshift@1.0.0 types.
import { API, FileInfo, Options } from 'jscodeshift';
const applyTransform = require('jscodeshift/dist/testUtils').applyTransform;

Expand Down
1 change: 1 addition & 0 deletions community/@atlaskit__button/src/15.1.1/transform.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// hypermod: Run "tsc" to verify the updated @types/jscodeshift@1.0.0 types.
import core, {
API,
Collection,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// hypermod: Run "tsc" to verify the updated @types/jscodeshift@1.0.0 types.
import { applyTransform } from '@hypermod/utils';
import { API, FileInfo, Options } from 'jscodeshift';

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// hypermod: Run "tsc" to verify the updated @types/jscodeshift@1.0.0 types.
import { applyTransform } from '@hypermod/utils';
import { API, FileInfo, Options } from 'jscodeshift';

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// hypermod: Run "tsc" to verify the updated @types/jscodeshift@1.0.0 types.
import { applyTransform } from '@hypermod/utils';
import transformer from '../transform';

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// hypermod: Run "tsc" to verify the updated @types/jscodeshift@1.0.0 types.
import core, { Collection, Node, ObjectExpression } from 'jscodeshift';
import {
getJSXAttributes,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// hypermod: Run "tsc" to verify the updated @types/jscodeshift@1.0.0 types.
import core, { Collection, Node } from 'jscodeshift';
import {
insertCommentToStartOfFile,
Expand Down
1 change: 1 addition & 0 deletions community/@atlaskit__calendar/src/11.0.0/transform.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// hypermod: Run "tsc" to verify the updated @types/jscodeshift@1.0.0 types.
import { API, FileInfo, Options } from 'jscodeshift';
import { applyMotions, hasImportDeclaration } from '@hypermod/utils';

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// hypermod: Run "tsc" to verify the updated @types/jscodeshift@1.0.0 types.
import { applyTransform } from '@hypermod/utils';

import transformer from '../transform';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// hypermod: Run "tsc" to verify the updated @types/jscodeshift@1.0.0 types.
import core, { Node, Collection } from 'jscodeshift';
import {
insertCommentToStartOfFile,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// hypermod: Run "tsc" to verify the updated @types/jscodeshift@1.0.0 types.
import core, { Node, Collection } from 'jscodeshift';
import {
insertCommentToStartOfFile,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// hypermod: Run "tsc" to verify the updated @types/jscodeshift@1.0.0 types.
import core, {
ImportDefaultSpecifier,
ImportSpecifier,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// hypermod: Run "tsc" to verify the updated @types/jscodeshift@1.0.0 types.
import core, { Node, Collection } from 'jscodeshift';
import { getImportSpecifierName, getJSXAttributes } from '@hypermod/utils';

Expand Down
1 change: 1 addition & 0 deletions community/@atlaskit__checkbox/src/12.0.0/transform.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// hypermod: Run "tsc" to verify the updated @types/jscodeshift@1.0.0 types.
import { API, FileInfo, Options } from 'jscodeshift';
import { applyMotions, hasImportDeclaration } from '@hypermod/utils';

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// hypermod: Run "tsc" to verify the updated @types/jscodeshift@1.0.0 types.
import { applyTransform } from '@hypermod/utils';

import transformer from '../transform';
Expand Down
1 change: 1 addition & 0 deletions community/@atlaskit__icon/src/21.2.0/transform.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// hypermod: Run "tsc" to verify the updated @types/jscodeshift@1.0.0 types.
import core, {
API,
FileInfo,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// hypermod: Run "tsc" to verify the updated @types/jscodeshift@1.0.0 types.
const defineInlineTest = require('jscodeshift/dist/testUtils').defineInlineTest;

import * as transformer from '../transform';
Expand Down
1 change: 1 addition & 0 deletions community/@atlaskit__menu/src/0.7.0/transform.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// hypermod: Run "tsc" to verify the updated @types/jscodeshift@1.0.0 types.
import core, { API, FileInfo, Options } from 'jscodeshift';
import { NodePath } from 'ast-types/lib/node-path';
import {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// hypermod: Run "tsc" to verify the updated @types/jscodeshift@1.0.0 types.
const defineInlineTest = require('jscodeshift/dist/testUtils').defineInlineTest;
import transformer from '../transform';

Expand Down
1 change: 1 addition & 0 deletions community/@atlaskit__popper/src/5.0.0/constants.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// hypermod: Run "tsc" to verify the updated @types/jscodeshift@1.0.0 types.
export const messageForUsingExpression = `
Popper.js has been upgraded from 1.14.1 to 2.4.2,
and as a result the offset prop has changed to be an array. e.g '0px 8px' -> [0, 8]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// hypermod: Run "tsc" to verify the updated @types/jscodeshift@1.0.0 types.
import core, { Collection, JSXElement } from 'jscodeshift';
import { insertCommentToStartOfFile, hasJSXAttributes } from '@hypermod/utils';
import { NodePath } from 'ast-types/lib/node-path';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// hypermod: Run "tsc" to verify the updated @types/jscodeshift@1.0.0 types.
import core, {
ASTPath,
JSXElement,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// hypermod: Run "tsc" to verify the updated @types/jscodeshift@1.0.0 types.
import core, { ASTPath, JSXElement, Collection } from 'jscodeshift';

export default function updateRenderProps(
Expand Down
1 change: 1 addition & 0 deletions community/@atlaskit__popper/src/5.0.0/transform.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// hypermod: Run "tsc" to verify the updated @types/jscodeshift@1.0.0 types.
import { API, FileInfo, Options } from 'jscodeshift';
import { hasImportDeclaration, getImportSpecifierName } from '@hypermod/utils';

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// hypermod: Run "tsc" to verify the updated @types/jscodeshift@1.0.0 types.
const applyTransform = require('jscodeshift/dist/testUtils').applyTransform;

import transformer from '../transform';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// hypermod: Run "tsc" to verify the updated @types/jscodeshift@1.0.0 types.
import core, { ASTPath, JSXElement, Collection } from 'jscodeshift';
import {
hasJSXAttributes,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// hypermod: Run "tsc" to verify the updated @types/jscodeshift@1.0.0 types.
import core, { ASTPath, JSXElement, Collection } from 'jscodeshift';

import { getJSXAttributes, insertCommentToStartOfFile } from '@hypermod/utils';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// hypermod: Run "tsc" to verify the updated @types/jscodeshift@1.0.0 types.
import core, { ASTPath, JSXElement, Collection } from 'jscodeshift';

export default function updateRenderProps(
Expand Down
1 change: 1 addition & 0 deletions community/@atlaskit__popup/src/1.0.0/transform.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// hypermod: Run "tsc" to verify the updated @types/jscodeshift@1.0.0 types.
import { API, FileInfo, Options } from 'jscodeshift';
import {
hasImportDeclaration,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// hypermod: Run "tsc" to verify the updated @types/jscodeshift@1.0.0 types.
import { applyTransform } from '@hypermod/utils';

import transformer from '../transform';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// hypermod: Run "tsc" to verify the updated @types/jscodeshift@1.0.0 types.
import core, { API, FileInfo, Options } from 'jscodeshift';
import { hasImportDeclaration, hasImportSpecifier } from '@hypermod/utils';

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// hypermod: Run "tsc" to verify the updated @types/jscodeshift@1.0.0 types.
import { applyTransform } from '@hypermod/utils';
import transformer from '../transform';

Expand Down
1 change: 1 addition & 0 deletions community/@atlaskit__range/src/4.0.0/transform.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// hypermod: Run "tsc" to verify the updated @types/jscodeshift@1.0.0 types.
import { API, FileInfo, Options } from 'jscodeshift';
import {
getDefaultImportSpecifierName,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// hypermod: Run "tsc" to verify the updated @types/jscodeshift@1.0.0 types.
import { applyTransform } from '@hypermod/utils';
import { API, FileInfo, Options } from 'jscodeshift';

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// hypermod: Run "tsc" to verify the updated @types/jscodeshift@1.0.0 types.
import { applyTransform } from '@hypermod/utils';
import { API, FileInfo, Options } from 'jscodeshift';

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// hypermod: Run "tsc" to verify the updated @types/jscodeshift@1.0.0 types.
import { applyTransform } from '@hypermod/utils';
import transformer from '../transform';

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// hypermod: Run "tsc" to verify the updated @types/jscodeshift@1.0.0 types.
export const SECTION_MESSAGE_PACKAGE_NAME = '@atlaskit/section-message';
export const APPEARANCE_PROP_NAME = 'appearance';
export const APPEARANCE_OLD_TO_NEW_MAPPING: {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// hypermod: Run "tsc" to verify the updated @types/jscodeshift@1.0.0 types.
import core, { JSXAttribute, Node } from 'jscodeshift';
import { Collection } from 'jscodeshift/src/Collection';

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// hypermod: Run "tsc" to verify the updated @types/jscodeshift@1.0.0 types.
import core, {
ASTPath,
ImportDeclaration,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// hypermod: Run "tsc" to verify the updated @types/jscodeshift@1.0.0 types.
import { API, FileInfo, Options } from 'jscodeshift';
import { applyMotions, hasImportDeclaration } from '@hypermod/utils';

Expand Down
1 change: 1 addition & 0 deletions community/@atlaskit__section-message/src/6.0.0/utils.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// hypermod: Run "tsc" to verify the updated @types/jscodeshift@1.0.0 types.
import core, { Collection, CallExpression } from 'jscodeshift';

function isCallExpressionCalleeImportType(callee: CallExpression['callee']) {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// hypermod: Run "tsc" to verify the updated @types/jscodeshift@1.0.0 types.
import { applyTransform } from '@hypermod/utils';
import transformer from '../transform';

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// hypermod: Run "tsc" to verify the updated @types/jscodeshift@1.0.0 types.
import core, { API, Collection, FileInfo, Options } from 'jscodeshift';
import {
hasDefaultImportSpecifier,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// hypermod: Run "tsc" to verify the updated @types/jscodeshift@1.0.0 types.
import transformer from '../transform';

const defineInlineTest = require('jscodeshift/dist/testUtils').defineInlineTest;
Expand Down
1 change: 1 addition & 0 deletions community/@atlaskit__spinner/src/13.0.0/transform.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// hypermod: Run "tsc" to verify the updated @types/jscodeshift@1.0.0 types.
import core, { API, Collection, FileInfo, Options } from 'jscodeshift';

import {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// hypermod: Run "tsc" to verify the updated @types/jscodeshift@1.0.0 types.
import { applyTransform } from '@hypermod/utils';
import { API, FileInfo, Options } from 'jscodeshift';

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// hypermod: Run "tsc" to verify the updated @types/jscodeshift@1.0.0 types.
import { applyTransform } from '@hypermod/utils';
import { API, FileInfo, Options } from 'jscodeshift';

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// hypermod: Run "tsc" to verify the updated @types/jscodeshift@1.0.0 types.
import { applyTransform } from '@hypermod/utils';
import { API, FileInfo, Options } from 'jscodeshift';

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// hypermod: Run "tsc" to verify the updated @types/jscodeshift@1.0.0 types.
import { applyTransform } from '@hypermod/utils';

import transformer from '../transform';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// hypermod: Run "tsc" to verify the updated @types/jscodeshift@1.0.0 types.
import core, { JSXAttribute } from 'jscodeshift';
import {
getJSXAttributes,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// hypermod: Run "tsc" to verify the updated @types/jscodeshift@1.0.0 types.
import core from 'jscodeshift';
import {
getJSXAttributes,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// hypermod: Run "tsc" to verify the updated @types/jscodeshift@1.0.0 types.
import core from 'jscodeshift';
import { getImportDeclaration } from '@hypermod/utils';

Expand Down
1 change: 1 addition & 0 deletions community/@atlaskit__tag/src/11.0.0/transform.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// hypermod: Run "tsc" to verify the updated @types/jscodeshift@1.0.0 types.
import { API, FileInfo, Options } from 'jscodeshift';
import { applyMotions, hasImportDeclaration } from '@hypermod/utils';

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// hypermod: Run "tsc" to verify the updated @types/jscodeshift@1.0.0 types.
import { applyTransform } from '@hypermod/utils';

import transformer from '../transform';
Expand Down
1 change: 1 addition & 0 deletions community/@atlaskit__textarea/src/4.0.0/transform.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// hypermod: Run "tsc" to verify the updated @types/jscodeshift@1.0.0 types.
import { API, FileInfo, Options } from 'jscodeshift';
import {
getDefaultImportSpecifierName,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// hypermod: Run "tsc" to verify the updated @types/jscodeshift@1.0.0 types.
import { applyTransform } from '@hypermod/utils';
import { API, FileInfo, Options } from 'jscodeshift';

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// hypermod: Run "tsc" to verify the updated @types/jscodeshift@1.0.0 types.
import { applyTransform } from '@hypermod/utils';
import { API, FileInfo, Options } from 'jscodeshift';

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// hypermod: Run "tsc" to verify the updated @types/jscodeshift@1.0.0 types.
import { applyTransform } from '@hypermod/utils';
import { API, FileInfo, Options } from 'jscodeshift';

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// hypermod: Run "tsc" to verify the updated @types/jscodeshift@1.0.0 types.
import { applyTransform } from '@hypermod/utils';

import transformer from '../transform';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// hypermod: Run "tsc" to verify the updated @types/jscodeshift@1.0.0 types.
import core, { Collection, Node } from 'jscodeshift';
import {
insertCommentToStartOfFile,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// hypermod: Run "tsc" to verify the updated @types/jscodeshift@1.0.0 types.
import core, { Collection, Node } from 'jscodeshift';
import {
insertCommentToStartOfFile,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// hypermod: Run "tsc" to verify the updated @types/jscodeshift@1.0.0 types.
import core, { Collection } from 'jscodeshift';
import { getImportDeclaration, getImportSpecifierName } from '@hypermod/utils';

Expand Down
1 change: 1 addition & 0 deletions community/@atlaskit__textfield/src/5.0.0/transform.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// hypermod: Run "tsc" to verify the updated @types/jscodeshift@1.0.0 types.
import { API, FileInfo, Options } from 'jscodeshift';
import { applyMotions, hasImportDeclaration } from '@hypermod/utils';

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// hypermod: Run "tsc" to verify the updated @types/jscodeshift@1.0.0 types.
import { applyTransform } from '@hypermod/utils';
import transformer from '../transform';

Expand Down
1 change: 1 addition & 0 deletions community/@atlaskit__toggle/src/11.0.0/transform.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// hypermod: Run "tsc" to verify the updated @types/jscodeshift@1.0.0 types.
import core, { API, Collection, FileInfo, Options } from 'jscodeshift';
import {
getDefaultImportSpecifierName,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// hypermod: Run "tsc" to verify the updated @types/jscodeshift@1.0.0 types.
import { applyTransform } from '@hypermod/utils';
import { API, FileInfo, Options } from 'jscodeshift';
import elevateStateless from '../motions/elevate-stateless';
Expand Down
Loading