Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V2: Remove Node10 subpath fallbacks #804

Merged
merged 1 commit into from
Apr 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 0 additions & 17 deletions packages/protobuf/codegenv1/index.js

This file was deleted.

17 changes: 0 additions & 17 deletions packages/protobuf/reflect/index.js

This file was deleted.

17 changes: 0 additions & 17 deletions packages/protobuf/wire/index.js

This file was deleted.

17 changes: 0 additions & 17 deletions packages/protobuf/wkt/index.js

This file was deleted.

6 changes: 5 additions & 1 deletion packages/protoc-gen-es/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,9 @@
"@bufbuild/protobuf": {
"optional": true
}
}
},
"files": [
"dist/**",
"bin/**"
]
Comment on lines +34 to +37
Copy link
Member Author

Choose a reason for hiding this comment

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

We don't need to ship our tsconfig.json and src. The result:

$ npm pack -w packages/protoc-gen-es
npm notice 
npm notice 📦  @bufbuild/protoc-gen-es@2.0.0-alpha.1
npm notice === Tarball Contents === 
npm notice 5.0kB  README.md                           
npm notice 174B   bin/protoc-gen-es                   
npm notice 1.0kB  dist/cjs/package.json               
npm notice 14.5kB dist/cjs/src/protoc-gen-es-plugin.js
npm notice 5.5kB  dist/cjs/src/util.js                
npm notice 903B   package.json           
...

}
17 changes: 0 additions & 17 deletions packages/protoplugin/ecmascript/index.js

This file was deleted.

Loading