Skip to content

Conversation

bklager
Copy link
Collaborator

@bklager bklager commented Jun 15, 2018

Line in index.js to import and export pom-parser

@coveralls
Copy link

coveralls commented Jun 15, 2018

Pull Request Test Coverage Report for Build 16

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 100.0%

Totals Coverage Status
Change from base Build 14: 0.0%
Covered Lines: 43
Relevant Lines: 43

💛 - Coveralls

index.js Outdated
module.exports = require('./src/main/pom-parser/pom-parser');
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Given that we might want to have additional APIs on this project other than just pom parsing, we might export an object from this that has a property of POMParser.

The usage would probably be then:

const POMParser = require('java-utils').POMParser;

POMParser.read...(...);

@singletoncoding singletoncoding merged commit f456c99 into Singleton06:master Jun 15, 2018
@singletoncoding singletoncoding added the enhancement New feature or request label Jun 21, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants