evilebottnawi
|
dafa4cd69a
|
chore: setup cspell
|
2020-03-12 19:51:26 +03:00 |
Tobias Koppers
|
c94aea82cc
|
enable export mangling for system.js externals
add __esModule flag only when needed
|
2020-03-05 14:07:55 +01:00 |
Tobias Koppers
|
2f3da77d38
|
Introduce a Parser base class to improve Parser types
Parser.parse must be always sync
make JSON and WASM modules strict
fix inherit-types tooling to omit static methods
|
2019-11-30 01:36:28 +01:00 |
Tobias Koppers
|
faefdc0bed
|
expose exports in LibManifestPlugin
use StaticExportsDependency in DelegatedModule
|
2018-12-31 12:28:55 +01:00 |
Florent Cailhol
|
41948853a0
|
Use StaticExportsDependency to define WASM exports
|
2018-12-31 12:28:53 +01:00 |
Florent Cailhol
|
a42922f663
|
Move provided exports to the module graph
|
2018-12-31 12:28:51 +01:00 |
Tobias Koppers
|
d9a0d3a139
|
Merge tag 'v4.23.0' into next
4.23.0
|
2018-10-24 20:10:30 +02:00 |
Tobias Koppers
|
f5e45bec2e
|
also export WebAssembly.Global when reexporting globals
This is not the final behavior and this code is probably removed soon,
but it mirrors the existing behavior for node.js >= 11 and CI will pass
|
2018-10-24 15:45:06 +02:00 |
Tobias Koppers
|
8512b4a81d
|
fix wrong array instead of object type for jsIncompatibleExports
|
2018-10-18 17:35:36 +02:00 |
Tobias Koppers
|
2e82dbb63c
|
Merge pull request #7813 from webpack/refactor/freeze_hooks
Freeze hooks to prevent deopts
|
2018-07-30 22:47:13 +02:00 |
Tobias Koppers
|
cf5f1d723c
|
format existing code
|
2018-07-30 21:29:21 +02:00 |
Florent Cailhol
|
fc4f30329d
|
Freeze hooks to prevent deopts
|
2018-07-30 14:25:40 +02:00 |
Florent Cailhol
|
c68d0d2171
|
Remove Tapable compatibility
|
2018-06-26 08:31:08 +02:00 |
Sven SAULEAU
|
6e85ac5468
|
feat: use function matcher
|
2018-06-06 10:39:06 +02:00 |
Tobias Koppers
|
5ecf74917f
|
finish plugin and tests
|
2018-06-04 16:23:41 +02:00 |
Tobias Koppers
|
822c252a09
|
Merge branch 'master' into fix-wasm-check-for-invalid-signatures
# Conflicts:
# declarations.d.ts
# lib/wasm/WebAssemblyParser.js
# package.json
# yarn.lock
|
2018-06-04 13:33:26 +02:00 |
Tobias Koppers
|
1e4d2b7fe7
|
handle reexported wasm globals in JS wrapper code
|
2018-06-02 17:20:58 +02:00 |
Sven SAULEAU
|
fbd9d0d3a8
|
feat(wasm): add finalizer for checking exports
|
2018-05-30 12:45:05 +02:00 |
Tobias Koppers
|
08e72f5468
|
fix compat types list
|
2018-05-11 20:59:21 +02:00 |
Tobias Koppers
|
cb3a0ed08c
|
enforce direct import when types are incompatible with JS types
|
2018-05-11 20:59:20 +02:00 |
Tobias Koppers
|
e2c8f3d501
|
remove passing AST, redecode AST in Generator
|
2018-05-11 16:46:33 +02:00 |
Tobias Koppers
|
85ef634389
|
remove _ast variable, add WeakMap
|
2018-05-10 20:19:30 +02:00 |
Sven SAULEAU
|
8bdc8ad646
|
refactor: remove type cast
|
2018-05-09 17:53:25 +02:00 |
Sven SAULEAU
|
d72f7c6b1c
|
feat: store wasm ast on the module
|
2018-05-09 17:47:05 +02:00 |
Sven SAULEAU
|
d491fdc786
|
feat: uses new APIs
|
2018-05-09 17:40:38 +02:00 |
Tobias Koppers
|
054ba39898
|
make wasm to wasm Table and Memory exports possible
|
2018-04-28 11:09:13 +02:00 |
Tobias Koppers
|
82a71be1dc
|
Cleanup, refactoring, types
|
2018-04-27 18:53:07 +02:00 |