@parcel/codeframe 2.0.0-canary.1663 → 2.0.0-canary.1666
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/codeframe.js +2 -2
- package/lib/codeframe.js.map +1 -1
- package/package.json +2 -2
package/lib/codeframe.js
CHANGED
|
@@ -9307,8 +9307,8 @@ parcelRegister("asmGP", function(module, exports) {
|
|
|
9307
9307
|
Author: Guillaume Laforge <glaforge@gmail.com>
|
|
9308
9308
|
Description: Groovy programming language implementation inspired from Vsevolod's Java mode
|
|
9309
9309
|
Website: https://groovy-lang.org
|
|
9310
|
-
*/ function $79ce1e9ea7deb896$var$variants(
|
|
9311
|
-
obj.variants =
|
|
9310
|
+
*/ function $79ce1e9ea7deb896$var$variants(variants1, obj = {}) {
|
|
9311
|
+
obj.variants = variants1;
|
|
9312
9312
|
return obj;
|
|
9313
9313
|
}
|
|
9314
9314
|
function $79ce1e9ea7deb896$var$groovy(hljs) {
|