Tobias Koppers

Results 63 issues of Tobias Koppers

I tried to run this module with the Buffer tests from node ( https://github.com/joyent/node/blob/master/test/simple/test-buffer.js ) Tests run in Chrome 19.0.1084.52 m. May not all tests can be fixed... I tried...

Pressing "c" will slice the profile to the selected area. This allows to focus on a selected area of the profile and analyse that in deep with "Left Heavy" or...

__Feature to document__ `import(/* webpackExports: "exportName" */ './utils.js')` `import(/* webpackExports: ["exportNameA", "exportNameB", "default"] */ './utils.js')` Allows to manually pick the exports which should be exposed. Allows to tree shake the...

add an option to override the dependencies to reduce fs calls

type: Feature
priority: 4 (important)
pr_action: Review
status: Pending
semver: Minor

Show hints for circular dependencies...

enhancement

The first 3 commits bring this repo up-to-date: * require-dir is broken with node 8 -> update gulp-git * node LTS minimium is 4 -> adjust travis * `({a}) =...

https://developer.mozilla.org/en-US/docs/Localization_and_Plurals ``` javascript __(count, ["one item", "#1 items"], "nItems").replace("#1", count) ``` ``` javascript { // German nItems: ["Ein Element", "#1 Elemente"] } ```

type: Feature

``` (+) 2 vulnerabilities found Name Installed Patched Path More Info debug 2.6.8 >= 2.6.9 < 3.0.0 || >= 3.1.0 [email protected] > [email protected] > [email protected] https://nodesecurity.io/advisories/534 growl 1.9.2 >=1.10.2 [email protected]...

Current State: opt-in via `experiments.css: true` Explainer (not everything is implemented yet): * `experiments.css: true` enables the native css support in webpack * This will be enabled by default in...

* use HMR for HMR test (due to unnamed export default this always did a full refresh) * show import trace on client-side too * hide next.js internal loaders in...

type: next
created-by: Next.js team