nodejs-bigtable icon indicating copy to clipboard operation
nodejs-bigtable copied to clipboard

fix: Export GCRuleMaker properly

Open danieljbruce opened this issue 3 months ago • 0 comments

Description

The export of the GCRuleMaker isn't compatible with all samples formats. These changes in this PR make it so that when users use the require statement they can access the GCRuleMaker.

In particular, the following line of code is needed for these particular samples:

module.exports.GCRuleMaker = GCRuleMaker;

Impact

Makes it so all our users can use the GCRuleMaker

Testing

Found this when investigating samples

danieljbruce avatar Sep 19 '25 17:09 danieljbruce