Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F122417648
_babel_options.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, Jul 17, 18:37
Size
309 B
Mime Type
text/x-java
Expires
Sat, Jul 19, 18:37 (2 d)
Engine
blob
Format
Raw Data
Handle
27458084
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
_babel_options.d.ts
View Options
import { ParserOptions, ParserPlugin } from "@babel/parser";
export declare type Overrides = Partial<{
sourceType: ParserOptions["sourceType"];
strictMode: ParserOptions["strictMode"];
}>;
export default function getBabelOptions(options?: Overrides): ParserOptions & {
plugins: ParserPlugin[];
};
Event Timeline
Log In to Comment