-
The ruby version has an |
Beta Was this translation helpful? Give feedback.
Answered by
fbartho
Dec 12, 2023
Replies: 1 comment 4 replies
-
|
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Only the "parent" Dangerfile can directly
import { danger } from 'danger'
This is briefly documented here: https://github.com/danger/danger-js/blob/main/docs/usage/extending-danger.html.md#writing-your-plugin
Specifically:
If you're using JS, and not Typescript, then you can just remove the "import…from 'danger'" lines, and it should work.
If you're using TypeScrip…