303 Commits (74739e5a1028f7c61039b5aaf5d487417dc25b49)

Author SHA1 Message Date
data-pup dd87211323 feat(lockfiles): Use `Cargo.lock` to identify wasm-bindgen versions 7 years ago
Alex Crichton cd4e381ef4 Pass `--debug` to `wasm-bindgen` in debug mode 7 years ago
Ashley Williams 0fa456c62b feat(build): force lib build only 7 years ago
Ashley Williams 120236f1a9 fix(style): appease cargo fmt 7 years ago
Ashley Williams d79349e1f5 feat(manifest): build no_modules npmpkg 7 years ago
Ashley Williams 1985db371f feat(manifest:npm): add nomodules manifest struct 7 years ago
Ashley Williams 64c5a22ff6 feat(bindgen): accept no-modules as target 7 years ago
Ashley Williams f5eaad2d77 refactor(manifest): make check optional deps a method 7 years ago
Ashley Williams 8b9ad63985 refactor(manifest:types): clean up code duplication 7 years ago
Ashley Williams 069f7ede2e fix(manifest:esm): snakecase to remove warning, test for sideeffects field 7 years ago
Ashley Williams 354f038a1a fix(style): remove printlns and appease cargo fmt 7 years ago
Ashley Williams e607eda95c refactor(manifest): move optional field warn checks to function 7 years ago
Ashley Williams c26a834772 fix(manifest:serialize): don't include npmpkg wrapping type 7 years ago
Ashley Williams 195c4e1cd6 feat(manifest:npm:esm): add sideeffects key, set to false 7 years ago
Ashley Williams 20239ecba3 feat(manifest): whitelist js file in es6 mod packagejson 7 years ago
Ashley Williams 7f38eb9b0c fix(manifest:npm): s/es6/esmodules 7 years ago
Ashley Williams f06f3cca0d refactor(manifest/npm): break into mods 7 years ago
Ashley Williams 13d77ef539 feat(manifest): seralize into diff packagejsons based on target 7 years ago
Ashley Williams 33eccd33d8 refactor(manifest): refactor npm package into own mod 7 years ago
Alex Crichton 69e5af8fe2 Add an experimental installer for wasm-pack 7 years ago
Ashley Williams 86a4284ae7 feat(publish): add --access flag to publish command 7 years ago
Nick Fitzgerald 577d1b33e6 feature(test): Add a `wasm-pack test` subcommand 7 years ago
Tyler Wilcock 45136e3642 Provide single quote separators around missing Cargo.toml field to improve readability 7 years ago
Alex Crichton 0381aa627a Add listing for precompiled Windows binaries 7 years ago
Mason Stallmo 8a0549f243 add support for otp when publishing to npm 7 years ago
Mackenzie Clark 40b0291715 add out dir cli parameter 7 years ago
Nick Fitzgerald 7ab7a3f2cb feature: Use pre-built `wasm-bindgen` CLIs from Github releases 7 years ago
Nick Fitzgerald b480674df4 fix: Handle both underscores and hypthens as separators in "wasm-bindgen" dependencies 7 years ago
Nick Fitzgerald 86a7eee755 tidy: Don't use double negatives 7 years ago
Nick Fitzgerald 73d4adbc12 tidy: Use `Fail::iter_causes` instead of `e.causes().skip(1)` 7 years ago
data-pup 8301613278 Coordinate wasm-bindgen versions. 7 years ago
Erick Tryzelaar 5df8749154 Skip serializing empty or None values to package.json 7 years ago
Nick Fitzgerald a32b03d7a1 rustfmt: Re run `cargo fmt` for new nightly 7 years ago
Nick Fitzgerald 7fff2b6a15 Better error message when running wasm-pack in a non-crate directory 7 years ago
Nick Fitzgerald ed35e497c7 Propagate missing `Cargo.toml` errors instead of unwrapping them 7 years ago
Ashley Williams 87d1b70593 fix(style): appease cargo fmt 7 years ago
csmoe 022b787a2f cmd(init/build): deprecate init 7 years ago
csmoe ddab496f51 cmd(init/build): rebase 7 years ago
csmoe 0a616624aa cmd(init/build): cargo clippy 7 years ago
csmoe edbd6f4118 cmd(init/build): cargo fmt 7 years ago
csmoe 7cbfc2e893 cmd(init/build): split init and build 7 years ago
Nick Fitzgerald abfe66c180 Assert preconditions for README copying in `readme::copy_from_crate` 7 years ago
Ashley Williams 5def20ff72 fix(depcheck): check for simple and detailed dep reps 7 years ago
Mackiovello 37fb0bc07e Consistently use pretty-print 7 years ago
Mackiovello 017d241b86 Remove extra quotation mark 7 years ago
Mackiovello 1067f215be Use PathBuf instead of String to handle paths 7 years ago
Ashley Williams 37cd63561d fix(typo): s/pgk/pkg 7 years ago
Mackiovello 88fdbc5d39 Add documentation for pack and publish 7 years ago
Nick Fitzgerald 805b796cf9 Deny missing documentation 7 years ago
Ashley Williams 4d5c7b8b3a fix(style): appease cargo fmt 7 years ago