File tree 2 files changed +6
-3
lines changed
2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 15
15
## Main
16
16
17
17
<!-- Your comment below this -->
18
+
19
+ - Clean up dead discussion link - Fixes [ #1467 ] ( https://github.com/danger/danger-js/issues/1467 ) [ @fbartho ]
20
+
18
21
<!-- Your comment above this -->
19
22
20
23
## 12.3.4
Original file line number Diff line number Diff line change 2
2
3
3
throw `
4
4
Hey there, it looks like you're trying to import the danger module. Turns out
5
- that the code you write in a Dangerfile.js is actually a bit of a sneaky hack.
5
+ that the code you write in a Dangerfile.js is actually a bit of a sneaky hack.
6
6
7
7
When running Danger, the import or require for Danger is removed before the code
8
8
is evaluated. Instead all of the imports are added to the global runtime, so if
9
9
you are importing Danger to use one of it's functions - you should instead just
10
10
use the global object for the root DSL elements.
11
11
12
- There is a spectrum thread for discussion here:
13
- - https://spectrum.chat/?t=0a005b56-31ec-4919-9a28-ced623949d4d
12
+ There is a thread for discussion here:
13
+ - https://github.com/danger/danger-js/discussions/1153#discussioncomment-10981472
14
14
`
You can’t perform that action at this time.
0 commit comments