mirror of
https://github.com/swc-project/swc.git
synced 2024-12-21 12:41:54 +03:00
4cf58528df
swc_estree_ast: - Fix more serialization. swc_estree_compat: - Consider multi-byte characters. swc_webpack_ast: - Preserve LHS of assignments if required.
13 lines
278 B
JavaScript
13 lines
278 B
JavaScript
module, module.exports;
|
|
exports.wrap = null;
|
|
exports.isGeneratorFunction = null;
|
|
exports.mark = null;
|
|
exports.awrap = null;
|
|
exports.AsyncIterator = null;
|
|
exports.async = function() {
|
|
exports.isGeneratorFunction(null);
|
|
};
|
|
exports.keys = null;
|
|
exports.values = null;
|
|
exports;
|