OJ Kwon
e6b5ca557f
test(manifest): update test cases
7 years ago
OJ Kwon
75db2a8f68
feat(command): expose --no-typescript option to init command
...
- relates to #107
7 years ago
Ashley Williams
26c8b8dfcf
v0.2.0
7 years ago
data-pup
b90c028294
Added example usage documentation.
7 years ago
ashley williams
a906fe6f17
Merge pull request #105 from ashleygwilliams/woops
...
fix(bindgen): don't rename to index
7 years ago
Ashley Williams
7da29b27b4
fix(bindgen): don't rename to index
7 years ago
ashley williams
c779c74c04
Merge pull request #104 from ashleygwilliams/lock-ci
...
feat(tests): pass --locked in CI
7 years ago
Ashley Williams
9f9b23374f
feat(tests): pass --locked in CI
7 years ago
ashley williams
6a08cc1b9a
Merge pull request #103 from ashleygwilliams/deploy-distribution-binaries
...
feat(dist): build binaries with CI
7 years ago
Ashley Williams
d8683e9eb3
feat(dist): build binaries with CI
7 years ago
ashley williams
aaa7e77ac9
Merge pull request #97 from ashleygwilliams/nits
...
pre 0.2.0 nits
7 years ago
Ashley Williams
bf1f5eda9d
feat(pbar): style warning/info/err better
7 years ago
Ashley Williams
c915075d0c
feat(tests): update cargo locks
7 years ago
Ashley Williams
eed2e127b0
fix(pbar): emoji second, msg first
7 years ago
Ashley Williams
9069378407
fix(tests): update for bindgen 0.2
7 years ago
ashley williams
40a5e66d2a
Merge pull request #95 from ashleygwilliams/index-main
...
feat(manifest): add main entry
7 years ago
Ashley Williams
6a2a20dd07
feat(test): clean up tests, test new main/files
7 years ago
Ashley Williams
75186991fb
fix(style): appease cargo fmt
7 years ago
Ashley Williams
71b745cc9e
feat(manifest): don't list file in main in files unecessarily
7 years ago
Ashley Williams
267d9f0ea2
feat(bindgen): wasm-bindgen-*cli*
7 years ago
Ashley Williams
f7edb05164
feat(bindgen): rename js file to index.js
7 years ago
Ashley Williams
fa9c36433f
fix(style): appease cargo fmt
7 years ago
Ashley Williams
e374314a32
feat(manifest): add main entry
7 years ago
ashley williams
5641d5c6fd
Merge pull request #90 from mgattozzi/compilation-abort
...
feat(refactor/early abort): Exit early on failure
7 years ago
Michael Gattozzi
cf8d95f421
feat(rustfmt): Run rustfmt fixes
...
Due to some git shennanigans and conflicts these changes were lost so
now they're being redone.
7 years ago
Michael Gattozzi
9c53019fe8
feat(err messages): Make err messages nicer
7 years ago
ashley williams
4bd93ccd9b
Merge pull request #93 from jasondavies/readme
...
Fix indentation in README.
7 years ago
Jason Davies
8f2d1cb834
Fix indentation in README.
7 years ago
Michael Gattozzi
a4d0e35879
Merge pull request #91 from edsrzf/fix-help-typos
...
Fix typos in help message
7 years ago
Evan Shaw
4eabd04ec4
Fix typos in help message
7 years ago
Michael Gattozzi
d043c384e7
feat(refactor/early abort): Exit early on failure
...
This commit does quite a few things in order to get this to work:
1. We move all of the code dealing with knowing which command to run
into it's own function. This wrapper command allows us to always
close out PBAR before dumping error output. This fixes a problem
where stderr and stdout were borked and not printing out error
messages correctly.
2. We then refactor the code that has a panic to return early with that
error message.
3. If the command we ran errored, we print out with PBAR that there was
an error with the program we ran (not wasm-pack itself) then dump the
stderr from the command to the actual stderr
This means we can abort early on without continuing any of the other
parts of wasm-pack and let the user know what the error was rather than
just saying "There's an error"
7 years ago
ashley williams
c8d4221c05
Merge pull request #87 from ashleygwilliams/common-js
...
fix(deps): bump bindgen to 0.2.4
7 years ago
ashley williams
bde9ec8799
Merge pull request #88 from ashleygwilliams/data-pup-add-rustfmt-instructions
...
Data pup add rustfmt instructions
7 years ago
Ashley Williams
ae69b841e6
feat(coc): add rust coc
7 years ago
Ashley Williams
8ed83d067c
feat(contrib): update the contributing.md
7 years ago
Ashley Williams
ea71101b1e
Merge branch 'add-rustfmt-instructions' of https://github.com/data-pup/wasm-pack into data-pup-add-rustfmt-instructions
7 years ago
Ashley Williams
5fe6079343
fix(deps): cargo update
7 years ago
Ashley Williams
5f11424dc5
fix(deps): bump bindgen to 0.2.4
7 years ago
ashley williams
16820d9ceb
Merge pull request #64 from ashleygwilliams/demo
...
feat(doc): add demo gif to readme
7 years ago
Ashley Williams
fe903a864c
feat(doc): add demo gif to readme
7 years ago
ashley williams
869fbb008f
Merge pull request #82 from mgattozzi/pr-template
...
Add PR template to the repo
7 years ago
Michael Gattozzi
b7d8e582d4
feat(emojify template) Make PR template 100% emoji
...
✨ ✨ This makes this PR 💯 /💯 ✨ ✨
7 years ago
data-pup
825db18a47
Added notes on configuring rustfmt to contributing.md.
7 years ago
Michael Gattozzi
1dac6ddea5
Add PR template to the repo
...
We want to make sure people format their code as well as reference the
issue that's going to be closed as well so we don't have to close the
issue manually! This PR adds a template for PRs that includes these
points as a checklist to ensure future contributors know what they need
to do!
7 years ago
ashley williams
1ffe34d2e6
Merge pull request #80 from ashleygwilliams/refactor-nits
...
assorted nits
7 years ago
Ashley Williams
f5ec67c084
fix(style): appease cargo fmt
7 years ago
Ashley Williams
3a62a6f34a
fix(command): don't need command in function name
7 years ago
ashley williams
0f0127255b
Merge pull request #78 from Andy-Bell/refactor-main-rs
...
Refactor main.rs
7 years ago
andy-bell
2a996cb554
feat(refactor): missed one warning
7 years ago
andy-bell
542dd3312f
edits to appease cargo fmt
7 years ago