Skip to content

Commit

Permalink
fix: regenerate api
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikg committed Sep 1, 2023
1 parent 1ac5e8b commit b70c8fa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ interface TSConfckFindOptions {
/**
* parse the closest tsconfig.json file
*
* @param filename - path to a tsconfig.json or a .ts source file (absolute or relative to cwd)
* @param filename - path to a tsconfig .json or a source file or directory (absolute or relative to cwd)
* @param options - options
* */
export function parse(filename: string, options?: TSConfckParseOptions | undefined): Promise<TSConfckParseResult>;
Expand Down
4 changes: 1 addition & 3 deletions packages/tsconfck/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,15 +57,13 @@ declare module 'tsconfck' {

private setParseResult;

private deleteParseResult;

private setTSConfigPath;
#private;
}
/**
* parse the closest tsconfig.json file
*
* @param filename - path to a tsconfig.json or a .ts source file (absolute or relative to cwd)
* @param filename - path to a tsconfig .json or a source file or directory (absolute or relative to cwd)
* @param options - options
* */
export function parse(filename: string, options?: TSConfckParseOptions | undefined): Promise<TSConfckParseResult>;
Expand Down
2 changes: 1 addition & 1 deletion packages/tsconfck/types/index.d.ts.map
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@
null,
null
],
"mappings": ";;;;;;;;iBAUsBA,IAAIA;;;;;;;;iBCWJC,OAAOA;;;;;;;iBCRbC,MAAMA;;;;;;;;;;iBCDAC,UAAUA;cCZnBC,aAAaA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBCqBJC,KAAKA;cAyTdC,kBAAkBA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBC1TTC,WAAWA;cAiOpBC,wBAAwBA;;;;;;;;;;;;;;;;;;;;;;;;;WCnPpBC,mBAAmBA;;;;;;;;;;;;;;;;WAgBnBC,sBAAsBA;;;;;;;;;WAStBC,oBAAoBA;;;;;;;;WAQpBC,mBAAmBA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WA6BnBC,0BAA0BA;;;;;;;;;;;;WAY1BC,yBAAyBA;;;;;;;;;;;;;;;;;;;;;;;;;;;MA2B9BC,SAASA"
"mappings": ";;;;;;;;iBAUsBA,IAAIA;;;;;;;;iBCWJC,OAAOA;;;;;;;iBCRbC,MAAMA;;;;;;;;;;iBCDAC,UAAUA;cCZnBC,aAAaA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBCqBJC,KAAKA;cA2TdC,kBAAkBA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBC5TTC,WAAWA;cAkOpBC,wBAAwBA;;;;;;;;;;;;;;;;;;;;;;;;;WCpPpBC,mBAAmBA;;;;;;;;;;;;;;;;WAgBnBC,sBAAsBA;;;;;;;;;WAStBC,oBAAoBA;;;;;;;;WAQpBC,mBAAmBA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WA6BnBC,0BAA0BA;;;;;;;;;;;;WAY1BC,yBAAyBA;;;;;;;;;;;;;;;;;;;;;;;;;;;MA2B9BC,SAASA"
}

0 comments on commit b70c8fa

Please sign in to comment.