Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/webpack/tapable

Just a little module for plugins.
https://github.com/webpack/tapable

Create devcontainer.json

hiep-zen opened this pull request 7 months ago
add interceptors type to hook class

moecasts opened this pull request over 1 year ago
Facing TypeError: Cannot read properties of undefined (reading 'tap')

abhiseksubham opened this issue about 2 years ago
fix HookMap description

jaluik opened this pull request about 2 years ago
Fix The Issue #176

Solo-steven opened this pull request about 2 years ago
[Bug] Async hook doesn't catch error when reject a falsy value

peakchen90 opened this issue over 2 years ago
Re-order hooks

vjpr opened this issue over 2 years ago
fix: add es6 support in eslintrc

VaJoy opened this pull request almost 3 years ago
Add context support for Hook TS types

adierkens opened this pull request almost 3 years ago
`context` property for interceptor is un-typed

adierkens opened this issue almost 3 years ago
Fix typings

ghost opened this pull request almost 3 years ago
TS Error

ghost opened this issue almost 3 years ago
.tap() `before` parameter do not respects existing befores

Rulexec opened this issue almost 3 years ago
Why not put _resetCompilation in this.call

19Qingfeng opened this issue about 3 years ago
refactor: remove nodejs module `util`

hustcc opened this pull request about 3 years ago
make AsyncSeriesWaterfallHook support pass return type

broven opened this pull request about 3 years ago
is there an way to intercept waterfall hook result ?

hardfist opened this issue about 3 years ago
Is it a BUG? callback of tapAsync not work in AsyncSeriesLoopHook

lizuncong opened this issue over 3 years ago
Is the new Function performance really good?

lizuncong opened this issue over 3 years ago
add taps type to hook class

chengcyber opened this pull request over 3 years ago
May I ask some question?

lizuncong opened this issue over 3 years ago
AsyncHook in types

watjurk opened this issue over 3 years ago
fix: set withOptions return type to include correct properties

iguessitsokay opened this pull request almost 4 years ago
simplify types with recursive type

g-plane opened this pull request almost 4 years ago
fix: TapOptions.before can use Array type in tapable.d.ts

mingyec opened this pull request almost 4 years ago
Docs zh

xiaoxiaocoder opened this pull request almost 4 years ago
Fix readme grammar issues

RDIL opened this pull request almost 4 years ago
has `hooks.hookName.taps` been not recommanded?

TenviLi opened this issue about 4 years ago
add browser support

sokra opened this pull request about 4 years ago
Adds travis jobs on ppc64le

dineshks1 opened this pull request about 4 years ago
add workaround for jsdoc-style typescript bug

sokra opened this pull request about 4 years ago
allow to add custom properties to tap options

sokra opened this pull request about 4 years ago
Why hooks constructor can not use arguments like readme.md said

edward32tnt opened this issue about 4 years ago
Not compatible with webpack v5

ayxos opened this issue about 4 years ago
Default SyncBailHook return value to void

stabbylambda opened this pull request about 4 years ago
fix a AsyncParallelBailHook bug, the issue #138

double-chen opened this pull request about 4 years ago
fix a AsyncParallelBailHook bug, the issue #138

double-chen opened this pull request about 4 years ago
fix a AsyncParallelBailHook bug, the issue #138

double-chen opened this pull request about 4 years ago
fix bug issue #138

double-chen opened this pull request about 4 years ago
what is the idea of reassignment a class propery

Zuckjet opened this issue about 4 years ago
Semantics of factory is correct?

brizer opened this issue about 4 years ago
trim name option

chenxsan opened this pull request over 4 years ago
Why use _call and call in Hook class?

daolou opened this issue over 4 years ago
Fix for https://github.com/webpack/tapable/issues/130

nshimiye opened this pull request over 4 years ago
Fix for https://github.com/webpack/tapable/issues/130

nshimiye opened this pull request over 4 years ago
Update README.md

daweilv opened this pull request over 4 years ago
AsyncSeriesHook exiting early when plugin has return value

znlbwo opened this issue over 4 years ago
Add test for hook.js

nguyenyou opened this pull request over 4 years ago
Fix test names

nguyenyou opened this pull request over 4 years ago
Change arrow functions in string to ES5 compatible functions

tirthbodawala opened this pull request over 4 years ago
fix: typo in HookCodeFactory.js error message

LeonVincent opened this pull request over 4 years ago
Does AsyncSeriesBailHook support tapPromise?

wind4gis opened this issue over 4 years ago
avoid generating too depth scope nesting

sokra opened this pull request over 4 years ago
Always referencing the old value in the tap callback

wood1986 opened this issue over 4 years ago
check invalid before names

Cslove opened this pull request almost 5 years ago
arrow function in string can't transpile

lzxue opened this issue almost 5 years ago
style: Remove semicolon

ShenChang618 opened this pull request almost 5 years ago
add done, result and error to interceptor API

sokra opened this pull request about 5 years ago
TypeError: Class constructor HookCodeFactory cannot be invoked without 'new'

akashishu777 opened this issue about 5 years ago
Why HookCodeFactory generated code?

milottit opened this issue about 5 years ago
I am curious what is the point of these lines?

tbntdima opened this issue about 5 years ago
Why use tapable instead of EventEmitter in webpack?

Xia-Ao opened this issue about 5 years ago
Can we remove tap from hook?

wangzongxu opened this issue over 5 years ago
merge tapable 1 branch

sokra opened this pull request over 5 years ago
test: add some more tests

noscripter opened this pull request over 5 years ago
fix the HookMap part of the README

yvanwangl opened this pull request over 5 years ago
Add unit test for SyncWaterfallHook

pirosikick opened this pull request over 5 years ago
give all constructors a name argument

sokra opened this pull request over 5 years ago
add name to hook interface

sokra opened this pull request over 5 years ago
refactor hooks to reduce number of hidden maps in methods

sokra opened this pull request over 5 years ago
add es6 eslint config

weenta opened this pull request over 5 years ago
Type and lint

sokra opened this pull request over 5 years ago
chore(deps): update babel

alexander-akait opened this pull request over 5 years ago
fix: typo in hook.js error message

jon-simpkins opened this pull request over 5 years ago
AsyncParallelHook seems not fit as promise

LeeeeeeM opened this issue over 5 years ago
Backport #95 to tapable 1

sokra opened this pull request over 5 years ago
Avoid stack overflow while series hook compilation

sokra opened this pull request over 5 years ago
optional args

lmnsg opened this pull request over 5 years ago
update README for returned value clarification

zzs1020 opened this pull request over 5 years ago
tapPromise doesn't return my resolved value

zzs1020 opened this issue over 5 years ago
Just curious why do "new Function(code)" ?

yanche opened this issue almost 6 years ago
Exclude tests from being bundled into npm package

ryanclark opened this pull request almost 6 years ago
Update type definitions to allow any type as HookMap key

sokra opened this pull request almost 6 years ago
Deprecate Hook#withOptions

ooflorent opened this pull request about 6 years ago
Error: Cannot find module 'upath'

geminiyellow opened this issue over 6 years ago
Call in reverse

wmertens opened this issue almost 7 years ago
TS errors

jagomf opened this issue almost 7 years ago
Better technical documentation for API

TheLarkInn opened this issue almost 7 years ago
Do something with hook results

wmertens opened this issue almost 7 years ago
Auto generate documents with typedoc

zhaoshengjun opened this issue about 8 years ago