Changes to "api" between 2018-07-03 20:06:27 and 2018-07-04 14:05:16

16
17
18
19
20
21
22
23

24
25
26
27
28
16
17
18
19
20
21
22

23
24
25
26
27
28







-
+






  * Usually you'd allow `# api: language` for generic plugins (not bound to
    specific API).

  * And you might very well combine scripts from different APIs (in the same
    language, that is). For instance if one plugin implemented a stub API:

        # provide: api:archnemesis
        # provides: api:archnemesis

  * Essentially `# api: NAME` is a shortcut for `# depends: api:NAME`.
    See also [depends](wiki/depends)