pulsar/script
Antonio Scandurra 500cefb8d5 Don't snapshot minimatch and fix package transpilation registry on win32
This module uses Node's `path` for determinining which path separator to
use on the current platform. On browsers (and every other environment
that does not support `require`, such as v8 snapshots) it falls back to
always using a forward slash.

As a result, `PackageTranspilationRegistry` (and potentially other
bundled packages that depend on `minimatch`) couldn't match glob
expressions against any given path on Windows, thus causing the custom
transpiler code to not work properly.
2017-03-30 10:32:44 +02:00
..
lib Don't snapshot minimatch and fix package transpilation registry on win32 2017-03-30 10:32:44 +02:00
bootstrap Include error stack when logging unhandled rejections 2016-08-29 10:38:23 +02:00
bootstrap.cmd Reimplement script/bootstrap 2016-08-02 14:04:45 +02:00
build Run script/bootstrap during script/build 2017-03-02 08:29:45 +01:00
build.cmd Reimplement script/bootstrap 2016-08-02 14:04:45 +02:00
cibuild Add temporary no-op cibuild to avoid failure on Janky 2016-08-25 08:23:46 -06:00
clean Add script/clean 2016-08-02 15:31:05 +02:00
clean.cmd 🔨 Windows Clean command 2016-08-08 14:47:17 -07:00
config.js Store style sheet sources as auxiliary data in the snapshot 2017-03-09 14:23:58 +01:00
copy-folder.cmd Allow script/build --install on all platforms 2016-08-30 12:21:55 +02:00
deprecated-packages.json Add language-nlf 2016-10-19 09:29:37 +02:00
license-overrides.js Move build to script 2016-08-02 09:24:02 +02:00
lint Add script/lint 2016-08-29 10:37:12 +02:00
lint.cmd Add script/lint 2016-08-29 10:37:12 +02:00
package.json Merge branch 'as-snapshot-atom-environment' into as-ns-optimize-stylesheets-loading 2017-03-20 10:06:57 +01:00
test Do not run core render process tests on win32/ia32. They crash Atom in TextEditor specs - possible resource limitation. 2016-11-30 12:06:46 -08:00
test.cmd Run main process tests on Windows 2016-09-09 17:58:23 +02:00