feat: add polyfills insertion for ES Next used features
This commit is contained in:
@@ -373,6 +373,10 @@ message Catch {
|
||||
message Empty {
|
||||
}
|
||||
|
||||
message Code {
|
||||
required string value = 1;
|
||||
}
|
||||
|
||||
message SingleLineComment {
|
||||
required string message = 1;
|
||||
}
|
||||
@@ -404,6 +408,7 @@ message Fragment {
|
||||
optional string dts = 15;
|
||||
optional int32 suite_function = 16;
|
||||
repeated int32 definitions = 17;
|
||||
optional GlobalBlock polyfills = 18;
|
||||
}
|
||||
|
||||
message InlinedLocalDeclarations {
|
||||
|
||||
+6689
-6378
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user