8000 Tags · 4kxcode/asar · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: 4kxcode/asar

Tags

v3.2.17

Toggle v3.2.17's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
8000
fix: `isUnpackedDir` matches non-child directories that have same fol…

…der name prefix (electron#333)

* tmp save

* update test case to test minimatch pattern

* yarn prettier

* remove path separator as it differs on windows

* retrigger build as the timeout is unrelated to edited unit test

* empty commit

v3.2.16

Toggle v3.2.16's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: Enable `getNode` to follow directory links (fixes electron#248) (e…

…lectron#318)

* Add test failing to stat symlinked file

This demonstrates issue electron#248

* (fix electron#248) follow directory links in getNode

When called from stat, getNode should follow directory links to
ensure that the correct node is returned. Otherwise, node.files[name]
will be undefined, causing a TypeError.

v3.2.15

Toggle v3.2.15's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: use local `glob` types (electron#339)

v3.2.14

Toggle v3.2.14's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: inline `@types/glob` (electron#336)

v3.2.13

Toggle v3.2.13's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: Add previously exported types back in (electron#326)

v3.2.12

Toggle v3.2.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: Export a "default" property (electron#325)

* fix: Export a "default" property

* test: Add a test for default export

v3.2.11

Toggle v3.2.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: ensure symlinks do not write unexpectedly (electron#322)

* fix: ensure symlinks do not write unexpectedly

* update spec name:

v3.2.10

Toggle v3.2.10's commit message

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
fix: relative link error (electron#308)

Signed-off-by: Kevin Cui <bh@bugs.cc>
Co-authored-by: Kevin Cui <bh@bugs.cc>

v3.2.9

Toggle v3.2.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: fix symlink pointing error in filesystem.insertLink (electron#301)

Co-authored-by: jrainliu <jrainliu@tencent.com>

v3.2.8

Toggle v3.2.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: better error message when extracting a file that doesn't exist i…

…n the archive (electron#286)
0