aMarCruz / jscc

Tiny and powerful preprocessor for conditional comments and replacement of compile-time variables in text files
MIT License
52 stars 8 forks source link

Fix typos #10

Closed dasa closed 4 years ago

aMarCruz commented 4 years ago

@dasa thanks!

dasa commented 4 years ago

Did you mean to close without merging?

codecov[bot] commented 4 years ago

Codecov Report

Merging #10 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #10   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          11     11           
  Lines         322    268   -54     
  Branches       81     39   -42     
=====================================
- Hits          322    268   -54
Impacted Files Coverage Δ
src/parser.ts 100% <0%> (ø) :arrow_up:
src/remap-vars.ts 100% <0%> (ø) :arrow_up:
src/regexes.ts 100% <0%> (ø) :arrow_up:
src/get-expr.ts 100% <0%> (ø) :arrow_up:
src/parse-options.ts 100% <0%> (ø) :arrow_up:
src/eval-expr.ts 100% <0%> (ø) :arrow_up:
src/parse-helper.ts 100% <0%> (ø) :arrow_up:
src/jscc.ts 100% <0%> (ø) :arrow_up:
src/parse-buffer.ts 100% <0%> (ø) :arrow_up:
src/parse-chunks.ts 100% <0%> (ø) :arrow_up:

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 31a44b1...b4ef16b. Read the comment docs.

aMarCruz commented 4 years ago

:open_mouth: thanks again.