issues
search
tc39
/
proposal-module-expressions
https://tc39.es/proposal-module-expressions/
MIT License
438
stars
18
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
typo varibale r1 is realm
#81
juner
opened
2 weeks ago
0
Use case: co-locating server and client code
#80
nicolo-ribaudo
opened
1 year ago
4
Update ECMA-262 references
#79
nicolo-ribaudo
closed
1 year ago
0
Add lookahead restrictions for compat with module declarations
#78
nicolo-ribaudo
closed
1 year ago
6
Rename proposal to "Module Expressions" and update readme
#77
nicolo-ribaudo
closed
2 years ago
0
Rename `ModuleBlock` objects to `Module`
#76
nicolo-ribaudo
closed
2 years ago
0
Use the AOs introduced by the modules host hooks refactor
#75
nicolo-ribaudo
closed
2 years ago
1
Draft specs on top of harmony modules layer 0
#74
caridy
closed
1 year ago
4
Don't imply `this` return value for `addModule` method
#73
josephrocca
closed
2 years ago
0
More ergonomic access to modules that are in workers
#72
josephrocca
closed
2 years ago
2
Effect on bundle size / main thread parsing time, etc
#71
matthewp
opened
2 years ago
3
Cache module imports for the same specifier in different module blocks in the same file
#70
nicolo-ribaudo
closed
2 years ago
1
Add missing emu-clause
#69
nicolo-ribaudo
closed
2 years ago
0
Add "Modules evaluation and caching" docs
#68
nicolo-ribaudo
opened
2 years ago
0
Fix typo
#67
nicolo-ribaudo
closed
2 years ago
0
Update proposal template
#66
nicolo-ribaudo
closed
2 years ago
0
Specify how importing a module block works
#65
nicolo-ribaudo
closed
2 years ago
1
Update ecmarkup
#64
nicolo-ribaudo
closed
2 years ago
0
Stage 3 review
#63
nicolo-ribaudo
closed
2 years ago
2
There should be a mechanism for modules to import other module blocks within the current scope
#62
dead-claudia
closed
2 years ago
2
Possible to run server side blocks on a cluster?
#61
voxpelli
opened
2 years ago
4
Maybe no new syntax, just API
#60
Gaubee
closed
2 years ago
2
The new function shorthand `module function`. Discuss!!
#59
surma
opened
3 years ago
12
Deserialization and persistent identity
#58
Jamesernator
opened
3 years ago
27
Resolution context of module blocks
#57
guybedford
opened
3 years ago
6
Add Stage 3 Reviewers
#56
surma
closed
3 years ago
0
Add Module Function Syntax
#55
surma
closed
3 years ago
0
Fix to use async keyword in example
#54
keiya01
closed
3 years ago
0
Add an example of bundled modules referencing each other
#53
jurca
opened
3 years ago
0
Useful for code splitting
#52
zdila
closed
3 years ago
6
Why not to make module object directly as a Promise object?
#51
LongTengDao
closed
3 years ago
9
Update README
#50
surma
closed
3 years ago
0
Asset on expected execution context
#49
jkrems
closed
2 years ago
2
Use fooBlock as the standard name in readme
#48
jridgewell
closed
3 years ago
2
Can ModuleBlocks be stored in IndexedDB?
#47
surma
opened
3 years ago
2
Are modules serializable?
#46
sancarn
opened
3 years ago
4
Cache-by-position or reinit each time
#45
Jack-Works
opened
3 years ago
54
doc: fix spelling
#44
dnalborczyk
closed
3 years ago
1
Is `new Worker(module { ... },)` a bad idea?
#43
surma
opened
3 years ago
2
Is ModuleBlock a global?
#42
ljharb
closed
3 years ago
2
Drop constructor
#41
surma
closed
3 years ago
6
Worker location
#40
jakearchibald
opened
3 years ago
18
Shared workers
#39
jakearchibald
opened
3 years ago
2
CSP & cross-origin module blocks
#38
jakearchibald
opened
3 years ago
5
Can module blocks appear in non-module scripts?
#37
jakearchibald
closed
2 years ago
10
postMessage used in README before it's explained
#36
jakearchibald
opened
3 years ago
2
Remove statement about `module` access
#35
jakearchibald
closed
3 years ago
0
Inlining tests & more
#34
jamiebuilds
closed
2 years ago
12
A different method instead of re-using post-message
#33
prateekbh
closed
3 years ago
1
Clarify the reference to "myself" in the readme
#32
TimvdLippe
closed
3 years ago
1
Next