Just to ensure that some files are not packaged for the Node.js module.
Comment #1
Posted on Oct 30, 2012 by Quick RabbitAdd .npmignore file. https://github.com/ariya/esprima/commit/b3eaaa58d9
(also backported to 1.0 branch).
Comment #2
Posted on Nov 6, 2012 by Quick RabbitBenchmark corpus should be enlisted in .npmignore. https://github.com/ariya/esprima/commit/2a1d79a0f2
Comment #3
Posted on Jul 12, 2013 by Quick RabbitThe issue with third_party libs (for testing) is raised again: https://github.com/ariya/esprima/pull/189.
Suggestions to find the compromise between small npm package and npat=true support is welcomed.
Comment #4
Posted on Aug 27, 2013 by Quick RabbitMinimize the payload for npm. https://github.com/ariya/esprima/commit/0af5c33b28
Comment #5
Posted on Apr 17, 2014 by Swift DogRather than .npmignore
, the package.json
files
property should be used. It’s a whitelist rather than a blacklist, which is much more convenient. Ref. https://github.com/ariya/esprima/commit/0af5c33b28
Comment #6
Posted on Jul 28, 2014 by Quick RabbitIssue 573 has been merged into this issue.
Comment #7
Posted on Jul 28, 2014 by Quick RabbitIssue 573 has been merged into this issue.
Status: Fixed
Labels:
Type-Enhancement
Priority-Medium
Milestone-Release1.1