You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

url.html 699 B

2 years ago
1234567891011121314151617181920212223242526272829
  1. {% assign shouldRender = false %}
  2. {% if jekyll.environment == "development" %}
  3. {% assign shouldRender = true %}
  4. {% endif %}
  5. {% if include.forceRender %}
  6. {% assign shouldRender = true %}
  7. {% endif %}
  8. {% if shouldRender %}
  9. {% if include.url contains "_" %}
  10. <div class="alert alert-danger">
  11. <h4>Yarn Website Internal Developer Info!</h4>
  12. <p>
  13. This page has an incorrectly formatted url. Underscores (_) are not
  14. allowed inside urls, use dashes instead.
  15. </p>
  16. <pre><code>{{include.url}}</code></pre>
  17. <p>
  18. If you believe you are seeing this warning by mistake, please open
  19. an issue.
  20. </p>
  21. </div>
  22. {% endif %}
  23. {% endif %}

js yarn包管理组件依赖分析

Contributors (1)