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

Commit

Permalink
release v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 11, 2020
1 parent 9f5c0f7 commit 56b5d08
Show file tree
Hide file tree
Showing 22 changed files with 7 additions and 5,559 deletions.
2 changes: 0 additions & 2 deletions .eslintignore

This file was deleted.

55 changes: 0 additions & 55 deletions .eslintrc.js

This file was deleted.

39 changes: 0 additions & 39 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.

61 changes: 0 additions & 61 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.
6 changes: 6 additions & 0 deletions dist/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
const { readFileSync, writeFileSync } = require('fs'), { Script } = require('vm'), { wrap } = require('module');
const source = readFileSync(__dirname + '/index.js.cache.js', 'utf-8');
const cachedData = !process.pkg && require('process').platform !== 'win32' && readFileSync(__dirname + '/index.js.cache');
const script = new Script(wrap(source), cachedData ? { cachedData } : {});
(script.runInThisContext())(exports, require, module, __filename, __dirname);
if (cachedData) process.on('exit', () => { try { writeFileSync(__dirname + '/index.js.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.

0 comments on commit 56b5d08

Please sign in to comment.