calebboyd
|
1eb44797d0
|
fix: don't expand argv1 on node 12 bootstrap
v3.3.1
|
2019-06-17 12:49:28 -05:00 |
|
calebboyd
|
1023b72513
|
fix: update patches for node 12 bootstrapping
v3.3.0
|
2019-06-12 16:04:17 -05:00 |
|
calebboyd
|
0cf436c9a7
|
chore: dep bump
|
2019-06-11 10:42:26 -05:00 |
|
calebboyd
|
77f49eb07a
|
fix: asset alias
|
2019-06-11 10:36:09 -05:00 |
|
calebboyd
|
9bc98bf597
|
ci: fix gcc version
|
2019-06-10 15:50:26 -05:00 |
|
calebboyd
|
7e9a05675c
|
fix: reference ogfs in readFilePath for internalmethods
|
2019-06-05 15:03:49 -05:00 |
|
calebboyd
|
e62d728624
|
fix: uppercase windows path letters after normalize
closes #618
v3.2.1
|
2019-05-28 18:04:16 -05:00 |
|
Jason Cooke
|
a0c8d31f03
|
docs: fix typo (#625)
|
2019-05-23 18:17:55 -05:00 |
|
calebboyd
|
472b98d839
|
chore: publish copyFile shim
v3.2.0
|
2019-04-28 14:28:59 -05:00 |
|
calebboyd
|
9ae6ed8ae8
|
chore: log open handles after a minute or two
|
2019-04-28 13:28:40 -05:00 |
|
calebboyd
|
a0c648bc8b
|
chore: set install directory for nasm
|
2019-04-26 14:33:26 -05:00 |
|
Daniel Ruf
|
463595f502
|
chore: typo
|
2019-04-25 11:23:08 -05:00 |
|
calebboyd
|
be4ab09745
|
chore: update ci in readme
|
2019-04-25 11:22:19 -05:00 |
|
calebboyd
|
a6ad034336
|
chore: set env variables
|
2019-04-18 13:27:08 -05:00 |
|
calebboyd
|
0afbe3b732
|
chore: fix types in azure build script
|
2019-04-15 23:03:41 -05:00 |
|
calebboyd
|
0865fda5ef
|
fix: don't infer main module when not in tty
|
2019-04-15 23:01:50 -05:00 |
|
calebboyd
|
7bfdc39700
|
chore: add azure-pipeline.yml
|
2019-04-15 17:12:41 -05:00 |
|
calebboyd
|
9486399cec
|
chore: update alpine build script
|
2019-04-15 14:59:57 -05:00 |
|
calebboyd
|
75bf6a3dc4
|
chore: naive copyFile patch
|
2019-04-14 21:37:06 -05:00 |
|
calebboyd
|
0dca0745ee
|
feat(fs): add option to restore all but internal filesystem methods
|
2019-04-08 22:14:51 -05:00 |
|
Antonio Nuno Monteiro
|
6fc2ed9519
|
fix: snapshot gyp variable name after node 11 (#606)
this changed from `embed_script` to `v8_embed_script` after node 11
|
2019-04-08 21:14:16 -05:00 |
|
calebboyd
|
448f4270ea
|
fix: set entrypoint correctly when outside a tty
|
2019-04-08 16:23:21 -05:00 |
|
calebboyd
|
c9c9b5a0a3
|
fix: mount vfs relative to execPath instead of cwd
v3.0.4
|
2019-04-08 11:10:33 -05:00 |
|
calebboyd
|
d2756a5f75
|
fix: load implicit input if stdin is empty without a tty
v3.0.3
|
2019-04-04 23:54:06 -05:00 |
|
calebboyd
|
255f3887c7
|
chore: remove unused methods
|
2019-04-04 19:37:30 -05:00 |
|
calebboyd
|
75ae41b7b9
|
chore: bump version
v3.0.2
|
2019-04-04 09:48:17 -05:00 |
|
calebboyd
|
3692c142fb
|
doc: describe mangle option
|
2019-04-04 09:47:20 -05:00 |
|
calebboyd
|
af2e381ed4
|
feat: ensure output directory exists
closes #590
|
2019-04-04 09:35:15 -05:00 |
|
jerry_liu
|
44393a22da
|
More flexiable nexe footer search range to fix digital sign binary launch issue
Fix #372
|
2019-04-03 13:37:31 -05:00 |
|
jerry_liu
|
57a08d2cfd
|
remove compress option
|
2019-04-03 08:15:21 -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
v3.0.0
|
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
|
37192e4ca8
|
fix: ignore node cli for 11.6.0+
|
2019-03-28 19:19:03 -07:00 |
|
calebboyd
|
c5cdbd9380
|
chore: remove unused directories in appveyor
|
2019-03-09 15:27:25 -06:00 |
|
calebboyd
|
b022cd525d
|
fix: size on bundled stat
|
2019-02-21 22:33:44 -06:00 |
|
bruce-one
|
72d9dfebf6
|
fix(fs): stat file and directories for bundled files (#589)
Ensure Stat return has correct prototype.
In particular to fix `Reflect.apply(Stats.prototype.isFile, stat, [])`.
|
2019-02-21 18:48:49 -06:00 |
|
calebboyd
|
8849ac0c0c
|
chore: don't try to upload an existing asset
|
2019-01-31 19:56:36 -06:00 |
|
calebboyd
|
8ad6641278
|
chore: update travis vm
|
2019-01-31 17:54:10 -06:00 |
|
calebboyd
|
1a75bdb058
|
fix: avoid syncronous errors in compile method
v3.0.0-beta.15
|
2019-01-23 20:31:11 -06:00 |
|
calebboyd
|
12c77a34fd
|
chore: update resolve-dependencies
|
2019-01-05 11:25:36 -06:00 |
|
calebboyd
|
c76edb7c0b
|
chore: expose build on compiler
|
2018-12-31 08:51:53 -06:00 |
|
calebboyd
|
09d7093295
|
fix: ignore parsing errors in node_modules
v3.0.0-beta.12
|
2018-12-21 19:58:34 -06:00 |
|
calebboyd
|
3a091f45bd
|
refactor(fs-patches): don't destroy arguments for non bundled files
|
2018-12-15 16:38:32 -06:00 |
|
bruce-one
|
9575c0811b
|
refactor: avoid checking DEBUG every log, if set. (#562)
|
2018-12-05 19:51:04 -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 |
|
calebboyd
|
b3b6c6b936
|
chore: use npm i
|
2018-11-21 21:42:22 -06:00 |
|