Renée

Results 188 issues of Renée

Upgrades istanbul, which dropped support for node.js versions < 8. Object.assign can then be used without a polyfill. While I was at it i upgraded all the other dependencies too....

to the same version as used by `detective`.

HD Edition has different terrain textures than 1.0c. They're now pngs that are transformed during render to fit the terrain: ![g_uwtr_00_color](https://cloud.githubusercontent.com/assets/1006268/22264723/45c0011e-e279-11e6-9ed5-30f00391cc87.png) Textures are found in `/resources/_common/terrain/textures`. Older HD Edition versions...

rendering
nice new thing ☺
python
assets

Currently when `browserField: false` or `--no-browser-field` is used, builtin modules like `path` and `stream` are not resolved correctly. They go through the `resolve` module, which simply returns the module name...

This is currently on hold until Node decides on a modules implementation. See the https://github.com/nodejs/modules repo for proogress. --- Adds a Node-style `--experimental-modules` flag that tells module-deps (https://github.com/browserify/module-deps/pull/137) to treat...

Noting down a few breaking changes to do in v10, feel free to add more: - [ ] Move Babel to the start of the transform pipeline, so that custom...

This version does scope tracking and does not depend on a vulnerable version of static-eval. - [x] tests pass Patch

If `typescript` is installed, add the [tsify](https://github.com/typestrong/tsify) plugin. If a syntax error occurs in a `.ts` file, recommend installing `typescript`. ![image](https://user-images.githubusercontent.com/1006268/35627783-49620452-069a-11e8-8231-103f46faf9cf.png) TODO: Catch and format errors from the typescript compiler…...

ref #285, #262 currently you can only specify browserify transforms using the `browserify.transform` key in package.json. altlangs like typescript and coffeescript use custom (non-.js) extensions though which cannot be configured...

If a function expression declares a `require` parameter, its body is not analyzed for `require()` calls. This is mostly helpful for bundles that were already browserified, `detective` will ignore the...