254 Commits (a2235e5af46f106bacacbe728207e648c564f233)

Author SHA1 Message Date
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
Ashley Williams 5004517bf0 fix(files): set files correctly for node and cleanup tests 7 years ago
Ian McIntyre bf222549af Include the wasm-bindgen JS bridge file in files 7 years ago
ashley williams 35fc9e048b
Revert "fix(mainfest): missing _bg.js file in package.json" 7 years ago
Mackiovello ce77e5c6c5 Fix npm-pack command to use correct path 7 years ago
Mackiovello e6cd7bb355 Simplify iteration even more 7 years ago
Mackiovello ac34e7bba1 Write as more ideomatic rust 7 years ago
Mackiovello 63c91caeae Check child directories instead of parent directory 7 years ago
Mackiovello a67762a9e5 Use 'find_pkg_directory' for pack 7 years ago
Mackiovello b57d68f97a Search for path in entered directory and the parent of entered 7 years ago
Mackiovello 8efabfa3af Make error more specific 7 years ago
Mackiovello ec17b8aa7e Use custom error message for publish 7 years ago
Mackiovello 035bcbe688 Simplify match expression 7 years ago
Mackiovello 840c7bd03c Return custom error if pkg directory is not found 7 years ago
LongYinan 729d543802
fix(mainfest): missing _bg.js file in package.json 7 years ago
soryrawyer 072bbc67da Remove result prefix and std import, now that quicli is no longer a dependency 7 years ago
Ashley Williams 78527b7a7e fix(style): appease cargo fmt 7 years ago
Michael Gattozzi f2fbe264d4 fix(no-install): cratename should not be an option 7 years ago
Michael Gerhaeuser 62423e33d4 Replace std::sync::RwLock with parking_lot 7 years ago
Ashley Williams 44f26dfcb2 feat(init): no install flag 7 years ago
Ashley Williams ca0f469356 refactor(command): modularize command.rs 7 years ago
Ashley Williams d09db16623 fix(crate_config): combine crate type and dep check, emit step 7 years ago
Ashley Williams c190d5d444 fix(nobuild): don't check dependency 7 years ago
Ashley Williams c789b6a522 refactor(crate_type): bring inline with wasm-bindgen check 7 years ago
Ashley Williams f063f4cfcc fix(command): s/create_type/crate_type 7 years ago
Michael Gerhaeuser 9a220f10dd Let the spinners spin again 7 years ago
Robert Masen 5e8f723665 Add nightly toolchain to commands 7 years ago
kohensu 74fe847f77 Add test of --skip-build 7 years ago
kohensu 09046aa40b Add --skip-build flag for init command 7 years ago
Ashley Williams 2100c153d2 fix(style): appease cargo fmt 7 years ago
Roberto Huertas 92b18f05bb feat(wasm_bindgen): checks wasm-bindgen declaration in Cargo.toml 7 years ago
Christopher Lane Hinson fb4c8e2731 Add a --debug option to suppress --release. 7 years ago
Noah Lemen 2cb292164c change crate config error naming, improve error message content 7 years ago
Noah Lemen ee29ab2a76 refactor `has_cdylib` and return `Result<bool, Error>`, use serde renaming 7 years ago
Noah Lemen cad30f42ce check that crate type includes cdylib 7 years ago
Ashley Williams d80a9dcf1b fix(logger): if no path, append wasm-pack.log to current dir 7 years ago
Dan Reeves 953cf738f0 add the typescript definition to the published files 7 years ago
Michael Gattozzi 970a32dcdf
feat(log): Log information as program runs 7 years ago
Ashley Williams 64636fe88b feat(bindgen): use --force 7 years ago
Jan Willem Henckel fa77bb5d9d use target flag with browser and nodejs values 7 years ago
Jan Willem Henckel 7f8740a394 pass nodejs flag to bindgen 7 years ago