Commit Graph

26 Commits

Author SHA1 Message Date
Tobias Koppers dcf3b02aaf add wasm md4 implementation
expose createHash is loader context
2021-10-28 00:07:26 +02:00
Mason Bourgeois c2fe52e02d
Correct emitFile content argument type
As stated in the documentation, and proven in practice, `emitFile` accepts a buffer for the content argument. Currently, passing one results in a type error. This corrects the argument type.
2021-06-16 19:20:15 -05:00
Tobias Koppers b6693feeff getOptions returns OptionsType 2021-05-07 18:10:57 +02:00
Tobias Koppers 77f625ab09 upgrade tooling and update types.d.ts
fixed SourceMap
import Schema from validate function
2021-05-07 18:01:45 +02:00
Tobias Koppers 5b21dd2f89 fix import problem 2021-04-22 21:53:28 +02:00
Tobias Koppers ea53a23827 improve LoaderContext declaration
upgrade tooling
2021-04-22 21:48:29 +02:00
Tobias Koppers e42915cf49 clean up types 2021-04-22 10:54:50 +02:00
Tobias Koppers cf1a1fea88
fixup some types 2021-04-22 10:01:20 +02:00
John Reilly ee0313764d change import 2021-04-20 19:21:32 +01:00
John Reilly 8cd30eb222 revert generic approach 2021-04-20 18:12:16 +01:00
John Reilly 40a5eb17fe tried generic workarouuund 2021-04-20 09:18:59 +01:00
John Reilly 8703248bef
Update declarations/LoaderContext.d.ts
Co-authored-by: Tobias Koppers <tobias.koppers@googlemail.com>
2021-04-20 09:09:58 +01:00
John Reilly 57e49bc034
Update declarations/LoaderContext.d.ts
Co-authored-by: Tobias Koppers <tobias.koppers@googlemail.com>
2021-04-20 09:09:23 +01:00
John Reilly 481832d4d5
Update declarations/LoaderContext.d.ts
Co-authored-by: Tobias Koppers <tobias.koppers@googlemail.com>
2021-04-20 09:09:03 +01:00
John Reilly 3898b38f52
Update declarations/LoaderContext.d.ts
Co-authored-by: Tobias Koppers <tobias.koppers@googlemail.com>
2021-04-20 09:08:36 +01:00
John Reilly 35eef1e861
Update declarations/LoaderContext.d.ts
Co-authored-by: Tobias Koppers <tobias.koppers@googlemail.com>
2021-04-20 09:08:16 +01:00
John Reilly 111e95c191
Update declarations/LoaderContext.d.ts
Co-authored-by: Tobias Koppers <tobias.koppers@googlemail.com>
2021-04-20 09:07:59 +01:00
John Reilly a679319ce6 bring in suggested types 2021-04-20 09:06:34 +01:00
John Reilly 25c80ea9bc Merge branch 'master' of https://github.com/johnnyreilly/webpack 2021-04-20 09:01:52 +01:00
John Reilly 1578fd4f2f schema 2021-04-20 09:01:46 +01:00
John Reilly 3d45e2b666
Update declarations/LoaderContext.d.ts
Co-authored-by: Tobias Koppers <tobias.koppers@googlemail.com>
2021-04-20 09:00:51 +01:00
John Reilly 5ef8acac7c
Update declarations/LoaderContext.d.ts
Co-authored-by: Tobias Koppers <tobias.koppers@googlemail.com>
2021-04-20 09:00:32 +01:00
John Reilly b967f36a42
Update declarations/LoaderContext.d.ts
Co-authored-by: Tobias Koppers <tobias.koppers@googlemail.com>
2021-04-20 09:00:20 +01:00
John Reilly 79da3201ac non generics 2021-04-20 08:41:42 +01:00
John Reilly df44d7d8b7 attempt @sokras suggestion 2021-04-20 06:05:54 +01:00
John Reilly a2f8808fee apply @sokra's feedback and include runtime type 2021-04-19 19:30:58 +01:00