Skip to content
This repository has been archived by the owner on Apr 5, 2021. It is now read-only.

Commit

Permalink
release v2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 5, 2021
1 parent de9b409 commit 069b234
Show file tree
Hide file tree
Showing 22 changed files with 9 additions and 5,839 deletions.
54 changes: 0 additions & 54 deletions .eslintrc.js

This file was deleted.

34 changes: 0 additions & 34 deletions .github/workflows/autosquash.yml

This file was deleted.

15 changes: 0 additions & 15 deletions .github/workflows/publish.yml

This file was deleted.

22 changes: 0 additions & 22 deletions .github/workflows/test.yml

This file was deleted.

2 changes: 0 additions & 2 deletions .gitignore

This file was deleted.

8 changes: 0 additions & 8 deletions LICENSE

This file was deleted.

82 changes: 0 additions & 82 deletions README.md

This file was deleted.

Binary file removed assets/autosquash.png
Binary file not shown.
Binary file removed assets/clean-merge.png
Binary file not shown.
Binary file removed assets/disappeared.png
Binary file not shown.
8 changes: 8 additions & 0 deletions dist/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
const { readFileSync, writeFileSync } = require('fs'), { Script } = require('vm'), { wrap } = require('module');
const basename = __dirname + '/index.js';
const source = readFileSync(basename + '.cache.js', 'utf-8');
const cachedData = !process.pkg && require('process').platform !== 'win32' && readFileSync(basename + '.cache');
const scriptOpts = { filename: basename + '.cache.js', columnOffset: -62 }
const script = new Script(wrap(source), cachedData ? Object.assign({ cachedData }, scriptOpts) : scriptOpts);
(script.runInThisContext())(exports, require, module, __filename, __dirname);
if (cachedData) process.on('exit', () => { try { writeFileSync(basename + '.cache', script.createCachedData()); } catch(e) {} });
Binary file added dist/index.js.cache
Binary file not shown.
1 change: 1 addition & 0 deletions dist/index.js.cache.js

Large diffs are not rendered by default.

4 changes: 0 additions & 4 deletions jest.config.js

This file was deleted.

5 changes: 0 additions & 5 deletions prettier.config.js

This file was deleted.

Loading

0 comments on commit 069b234

Please sign in to comment.