File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1313 "test" : " nyc mocha src/*.test.js -r @swc-node/register" ,
1414 "test:watch" : " npm test -- --watch" ,
1515 "lint" : " standard --verbose | snazzy" ,
16- "build" : " swc src -d lib --copy-files --only *.js " ,
16+ "build" : " swc src -d lib --copy-files" ,
1717 "postinstall" : " npm run install-binary" ,
1818 "coverage" : " nyc report --reporter=lcov" ,
1919 "precodeclimate" : " npm run coverage" ,
Original file line number Diff line number Diff line change 11import * as Joi from "joi" ;
22
3- export const optionsSchema : Joi . SchemaLike
4- export const preSpawnSchema : Joi . SchemaLike
5- export const spawnSchema : Joi . SchemaLike
6- export function parseOptions ( options : PartialOptions , filter : string , json : any ) : any
7- export const optionDefaults : IOptions ;
3+ export declare const optionsSchema : Joi . SchemaLike ;
4+ export declare const preSpawnSchema : Joi . SchemaLike
5+ export declare const spawnSchema : Joi . SchemaLike
6+ export declare function parseOptions ( options : PartialOptions , filter : string , json : any ) : any
7+ export declare const optionDefaults : IOptions ;
88interface IOptions {
99 color : boolean ,
1010 input : string ,
You can’t perform that action at this time.
0 commit comments