dlang-community / libdparse

Library for lexing and parsing D source code
https://libdparse.dlang.io
Boost Software License 1.0
114 stars 56 forks source link

Support user-defined attributes on module declarations #435

Closed Hackerpilot closed 3 years ago

Hackerpilot commented 3 years ago

See https://github.com/dlang-community/D-Scanner/issues/817 for context.

codecov[bot] commented 3 years ago

Codecov Report

Merging #435 into master will increase coverage by 0.00%. The diff coverage is 92.85%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #435   +/-   ##
=======================================
  Coverage   81.86%   81.86%           
=======================================
  Files          11       11           
  Lines        8446     8452    +6     
=======================================
+ Hits         6914     6919    +5     
- Misses       1532     1533    +1     
Impacted Files Coverage Δ
src/dparse/ast.d 70.73% <ø> (ø)
src/dparse/parser.d 91.19% <92.85%> (-0.02%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update d2e0296...7b51fe6. Read the comment docs.