Skip to content

Commit

Permalink
chore: goldstein: actions: lint ☘️
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed Oct 3, 2023
1 parent aedf519 commit 44e688e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions packages/convert/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ import estreeToBabel from 'estree-to-babel';
import {transform} from 'putout';
import {print} from '../printer/index.js';
import * as applyTry from './apply-try/index.js';

import {
fixEmpty,
parse,
} from '../goldstein/index.js';

export const convert = (source) => {
const ast = estreeToBabel(parse(source));

Expand All @@ -18,4 +18,3 @@ export const convert = (source) => {

return fixEmpty(print(ast));
};

1 change: 0 additions & 1 deletion packages/convert/index.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,3 @@ test('goldstein: convert', (t) => {
t.equal(result, expected);
t.end();
});

1 change: 1 addition & 0 deletions packages/keyword-try/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,3 +122,4 @@ export function createGoldsteinTry(args) {
},
};
}

0 comments on commit 44e688e

Please sign in to comment.