exupery 0.1.11 → 0.1.13

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.
@@ -141,7 +141,7 @@ const Module_Set = ($) => {
141
141
  return block_1.l.sub([
142
142
  block_1.l.snippet(op['create identifier']([" T ", $.key])),
143
143
  line_dictionary(op['flatten dictionary'](pa.dictionary_literal({
144
- "G": x_module_parameters.map(($, key) => block_1.l.snippet(op['create identifier'](["G ", key]))),
144
+ "M": x_module_parameters.map(($, key) => block_1.l.snippet(op['create identifier'](["M ", key]))),
145
145
  "T": $.value.parameters.map(($, key) => block_1.l.snippet(op['create identifier'](["T ", key]))),
146
146
  }), {
147
147
  'separator': " "
@@ -401,7 +401,7 @@ const Type_to_Type = ($, $p) => {
401
401
  ])).__get_raw_copy(),
402
402
  //type arguments
403
403
  op['dictionary to list, sorted by code point'](op['flatten dictionary'](pa.dictionary_literal({
404
- "G": pa.cc($.location, ($) => {
404
+ "M": pa.cc($.location, ($) => {
405
405
  switch ($[0]) {
406
406
  case 'import': return pa.ss($, ($) => $p['temp imports'].transform(($) => $, () => pa.panic("DSFSDFSD")).__get_entry($.import).transform(($) => $, () => {
407
407
  let keys = "";
@@ -415,7 +415,7 @@ const Type_to_Type = ($, $p) => {
415
415
  'global type parameters': $p['global type parameters'],
416
416
  'temp imports': $p['temp imports'],
417
417
  })));
418
- case 'sibling': return pa.ss($, ($) => $p['global type parameters'].transform(($) => $, () => pa.panic("DSFSDFSD")).map(($, key) => sh2.t.type_reference(`G ${key}`, [], [])));
418
+ case 'sibling': return pa.ss($, ($) => $p['global type parameters'].transform(($) => $, () => pa.panic("DSFSDFSD")).map(($, key) => sh2.t.type_reference(`M ${key}`, [], [])));
419
419
  default: return pa.au($[0]);
420
420
  }
421
421
  }),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "exupery",
3
- "version": "0.1.11",
3
+ "version": "0.1.13",
4
4
  "description": "A library for the Exupery programming Language",
5
5
  "main": "./dist/index.js",
6
6
  "types": "dist/index.d.ts",