Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F104936256
getAst.d.ts
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Thu, Mar 13, 12:18
Size
303 B
Mime Type
text/x-java
Expires
Sat, Mar 15, 12:18 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
24882682
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
getAst.d.ts
View Options
import { Node, Options } from 'acorn';
export interface Program extends Node {
body: Node[];
}
export declare const ACORN_OPTIONS: Options;
/**
* Parse source code with Acorn and return AST, returns undefined in case of errors
*/
export default function getAst(code: string): Program | undefined;
Event Timeline
Log In to Comment