347 Commits (510719812c5b06353a3411599f03480a981ef218)

Author SHA1 Message Date
Ashley Williams a9a4237b79 feat(binstall): prepare for publish 6 years ago
Alex Crichton 80be336ee2 Replace `slog` with `log` 6 years ago
Dan Wilhelm 92d24ff298 Fix npm error when spawned in Windows 6 years ago
Dan Wilhelm 3088e790a0 Remove redundant or misleading Command configs 6 years ago
Vsevolod Velichko 669c43d853 add an option to pass an arbitrary set of arguments to cargo build 6 years ago
Dan Wilhelm 2343e97e1e login: Send arguments separately to npm 6 years ago
Dan Wilhelm 0147dae9fe login: Fix empty input prompt 6 years ago
csmoe 065a28f293 check whether correct target arg passed in 6 years ago
Mason Stallmo c99b93498c Refactor: returns error instead of unwrapping path join 6 years ago
Mason Stallmo bcdbaab731 Refactor: returns proper error instead of unwrapping during license copy 6 years ago
csmoe 93384f572f select build target 6 years ago
csmoe 95268cdaf4 add target arg to publish 6 years ago
csmoe ddd93481c3 prebuild in interactive way 6 years ago
csmoe d5a7a7beb1 pre-build before wasm-pack publish 6 years ago
daubaris ee3857d436 refactoring mod 7 years ago
Ingvar Stepanyan d788b80583 Generate self-.gitignore as part of pkg folder 7 years ago
Pierre-Étienne Meunier b92a3366eb Rustfmt 7 years ago
Pierre-Étienne Meunier 30d9e2bd07 Fixing wasm-pack on non-rustup setups 7 years ago
daubaris 75b85e58c7 addition of stamp file and additional thread for running version checks 7 years ago
Mason Stallmo 272ef97bef Refactor: make `crate_license` a method of CrateData. 7 years ago
Mason Stallmo 1c704b7b7c Reword WTFPL and add punctuation to license not found message. 7 years ago
Mason Stallmo 2d837f795c Copy license file(s) to out directory 7 years ago
huangjj27 2512199cb3 resolve conlicts and pass the test 7 years ago
huangjj27 6d3f1c2835 remove canonicalize and use display directly 7 years ago
huangjj27 b301015588 update: rebasing to master 7 years ago
huangjj27 cf56fa10d6 bugfix(command/build): passing test case 7 years ago
huangjj27 6edb3732aa update(command/build): lazily eval if canonicalizing failed 7 years ago
huangjj27 6c54d293f5 fmt(command/build.rs): format code changes 7 years ago
huangjj27 d6aea784af Update src/command/build.rs 7 years ago
Junjie Huang c98287ff16 bugfix(command/build.rs): Cancel Escape 7 years ago
Jesper Håkansson 07d813f606 fix: Print the possible misspelled key so the user doesnt have to guess 7 years ago
Jesper Håkansson c39410c81e feat: Use levenshtein function to warn about wasm-pack typos 7 years ago
Jesper Håkansson 6894e63110 chore: Fix typo 7 years ago
Jesper Håkansson 2ed3d01541 refactor: Move parsing and warning code into two new functions 7 years ago
daubaris f7c534ffe5 updated from upstream 7 years ago
Jesper Håkansson 59039e4118 feat: Catch types in Cargo.toml and warn about them 7 years ago
Nick Fitzgerald 64d52d8735 Add three build profiles and infrastructure for their toml configuration 7 years ago
Mackenzie Clark b3d62e1649 do not canonicalize the crate path 7 years ago
Jesper Håkansson 99b9602d31 chore: Run latest rustfmt 7 years ago
Alex Crichton fe48dbd15a Don't require cdylib crate-type for testing 7 years ago
Jesper Håkansson 489d3e84c2 refactor: Rename binary-install to wasm-pack-binary-install 7 years ago
Jesper Håkansson 50e472de05 chore: Remove unused crates and error variants 7 years ago
Alex Crichton 11beac3736 Replace internal `Error` with `failure::Error` 7 years ago
Nick Fitzgerald 3575a0a5fc Rename `--debug` to `--dev` to match `cargo` 7 years ago
Alex Crichton 35fe250d09 Fix wasm-bindgen if lib is renamed via `lib.name` 7 years ago
Nick Fitzgerald 6d3e9dfebb Refactor: make `check_crate_config` a method of `CargoManifest` 7 years ago
Nick Fitzgerald 25490301e0 Refactor: make `get_crate_name` a method of `CargoManifest` 7 years ago
Nick Fitzgerald 0e09b3fd3c Refactor: make `write_package_json` a method on `CargoManifest` 7 years ago
Nick Fitzgerald 511e6c29a0 Refactor: replace `manifest::read_cargo_toml` with a constructor 7 years ago
Nick Fitzgerald 4e6abcfd1d Only read the `Cargo.toml` manifest once 7 years ago