UNPKG

adio

Version:

Checks if the dependencies in package.json and in the actual code are synced.

6 lines (4 loc) 183 B
const DEFAULT_PARSER_PLUGINS = ["typescript", "classProperties"]; export const defaultParserPlugins = plugins => [ ...new Set([...DEFAULT_PARSER_PLUGINS, ...(plugins || [])]) ];