I hereby claim:
- I am skyrising on github.
- I am skyrising (https://keybase.io/skyrising) on keybase.
- I have a public key whose fingerprint is 1F85 AE64 FA14 2B69 A4FC 1DB8 752A 06E8 20AF 7C8D
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| const {generate} = require('escodegen') | |
| const {parse} = require('acorn') | |
| const fs = require('fs') | |
| const walk = require('acorn/dist/walk') | |
| const vm = require('vm') | |
| const standard = require('standard') | |
| function inline (call, decl) { | |
| if (decl.body.body.length > 1) return | |
| if (decl.body.body[0].type !== 'ReturnStatement') return |