calebboyd
|
af2e381ed4
|
feat: ensure output directory exists
closes #590
|
2019-04-04 09:35:15 -05:00 |
|
calebboyd
|
6825cef609
|
feat: asset option
|
2019-04-03 08:12:26 -05:00 |
|
calebboyd
|
b3c2d2e764
|
fix: use hardcoded version for asset url
|
2019-04-01 16:38:47 -05:00 |
|
calebboyd
|
d73325ba35
|
chore: analyze resources as entrypoints
|
2019-03-30 20:18:41 -07:00 |
|
calebboyd
|
6e3cadbe22
|
chore: dep bump
|
2019-03-30 13:54:51 -07:00 |
|
calebboyd
|
de42dd94ad
|
refactor: run download for src and prebuilt before plugins or patches
|
2019-03-30 13:29:58 -07:00 |
|
calebboyd
|
1a75bdb058
|
fix: avoid syncronous errors in compile method
|
2019-01-23 20:31:11 -06:00 |
|
calebboyd
|
09d7093295
|
fix: ignore parsing errors in node_modules
|
2018-12-21 19:58:34 -06:00 |
|
calebboyd
|
ab6b540e23
|
fix: filter parser warnings
|
2018-11-29 09:47:35 -06:00 |
|
calebboyd
|
dcea374922
|
fix: input detection and validity
closes #556, #548, #547, #533
|
2018-11-28 20:25:59 -06:00 |
|
António Nuno Monteiro
|
142338ede6
|
fix: stringify compiler.entrypoint in shims (#541)
|
2018-10-21 12:00:06 -05:00 |
|
calebboyd
|
53ef02f87a
|
feat: standalone bundler
|
2018-09-24 11:28:49 -05:00 |
|
calebboyd
|
c70d93b72f
|
chore: setup nexe-fs as a standalone shim
|
2018-09-24 11:28:49 -05:00 |
|
calebboyd
|
d4a194b239
|
fix: stdin detection
|
2018-09-24 11:28:49 -05:00 |
|
calebboyd
|
dbcbadf9a5
|
chore: cleanup imports
|
2018-09-24 11:28:49 -05:00 |
|
calebboyd
|
c3a2fd9eb4
|
fix(patches): third_party_main file patch regression
|
2018-09-24 11:28:49 -05:00 |
|
calebboyd
|
ad41f07d85
|
chore: support node 10
|
2018-09-24 11:28:49 -05:00 |
|
calebboyd
|
54212cbc52
|
chore: provide a helpful error when the base build is incorrect
closes #468
|
2018-09-24 11:28:49 -05:00 |
|
calebboyd
|
f4d3ce954a
|
chore: ensure capital drive letter in file manifest
|
2018-09-24 11:28:49 -05:00 |
|
calebboyd
|
d6d81b9e23
|
fix: bump resolve-dependencies and use expand option
|
2018-09-24 11:28:49 -05:00 |
|
calebboyd
|
babd6ac328
|
chore: add fs exists
|
2018-09-24 11:28:49 -05:00 |
|
calebboyd
|
b61c0df51d
|
fix: non-strict dependency resolution
|
2018-09-24 11:28:49 -05:00 |
|
calebboyd
|
92058b6137
|
chore(bundling): start alternate bundling strategy
|
2018-09-24 11:28:49 -05:00 |
|
calebboyd
|
2271e426e2
|
fix: encoding options
closes #510
|
2018-07-31 14:48:40 -05:00 |
|
calebboyd
|
bf65477ca3
|
fix: createReadStream off by 1 error
|
2018-07-31 14:07:21 -05:00 |
|
calebboyd
|
ea93e16f40
|
chore: update shim-fs
|
2018-07-31 11:32:34 -05:00 |
|
bruce-one
|
5c4ea55b13
|
fix: ensure setupManifest is called for stat functions. (#501)
|
2018-07-12 08:43:39 -05:00 |
|
calebboyd
|
eef430afb1
|
chore: update fuse-box
|
2018-02-05 20:22:23 -06:00 |
|
Bryce Gibson
|
a40d697542
|
feat: add createReadStream support for resources
|
2018-01-22 19:24:13 -05:00 |
|
calebboyd
|
719804eb2f
|
chore: bump dependencies
|
2017-12-02 12:52:59 -06:00 |
|
Ishai Jaffe
|
23f550818b
|
fix(shim): properly serialize path
|
2017-11-14 14:57:39 -05:00 |
|
calebboyd
|
52b58a107d
|
feat: enable fake-argv by default
|
2017-10-21 22:48:42 -05:00 |
|
calebboyd
|
4ec8a43d60
|
fix: consistent cwd usage
|
2017-10-05 20:54:37 -05:00 |
|
calebboyd
|
03e2985c7a
|
feat: stat and statSync
|
2017-10-03 01:54:06 -05:00 |
|
calebboyd
|
a4b48611d9
|
feat: readdir and readdirSync
|
2017-10-03 00:39:33 -05:00 |
|
calebboyd
|
83d3ccf1c5
|
feat: support the cluster module
|
2017-10-02 22:28:04 -05:00 |
|
calebboyd
|
356d4c1886
|
fix(nix): only make output executable
|
2017-10-02 21:49:05 -05:00 |
|
calebboyd
|
fe5aa0be09
|
fix: dequote
|
2017-09-29 23:16:09 -05:00 |
|
calebboyd
|
2a2526d3bc
|
fix: disable stdin for programatic usage
|
2017-09-29 17:49:17 -05:00 |
|
calebboyd
|
fcb54d9085
|
fix: check error code on build commands
|
2017-09-26 23:54:18 -05:00 |
|
calebboyd
|
11fa087e9d
|
refactor: move startup scripts to shims, add plugins
|
2017-09-26 20:16:03 -05:00 |
|
calebboyd
|
b822984776
|
fix: input path for bundle
|
2017-09-26 00:10:09 -05:00 |
|
calebboyd
|
4f2b1c51d5
|
refactor: addResource compiler method
|
2017-09-26 00:10:09 -05:00 |
|
calebboyd
|
d685ec21e5
|
fix: custom bundle resolution
|
2017-09-13 19:07:54 -05:00 |
|
calebboyd
|
79bcb753b4
|
fix: native module fuse plubin
|
2017-09-11 01:20:37 -05:00 |
|
calebboyd
|
2b9a8b1f0e
|
feat: fake-argv option
|
2017-09-09 02:02:52 -05:00 |
|
calebboyd
|
7a7aaefa23
|
fix: set input before name (so name can derive from input)
|
2017-09-08 23:44:26 -05:00 |
|
calebboyd
|
ee529ce9b5
|
chore: fix target parsing
|
2017-09-07 22:56:30 -05:00 |
|
calebboyd
|
280b93b0a8
|
chore: add debugBundle to write out bundle
|
2017-09-05 23:41:25 -05:00 |
|
calebboyd
|
c7af89f12c
|
fix: don't call next twice
|
2017-09-04 14:46:06 -05:00 |
|