aurora-langium 0.3.1 → 0.3.2

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.
@@ -105225,6 +105225,7 @@ var cli_exports = {};
105225
105225
  __export(cli_exports, {
105226
105226
  AstUtils: () => ast_utils_exports,
105227
105227
  GenAst: () => ast_exports2,
105228
+ extractAstNode: () => extractAstNode,
105228
105229
  getAuroraServices: () => getAuroraServices,
105229
105230
  getEmptyAuroraServices: () => getEmptyAuroraServices,
105230
105231
  parse: () => parse
@@ -131389,6 +131390,7 @@ var getEmptyAuroraServices = async () => {
131389
131390
  0 && (module.exports = {
131390
131391
  AstUtils,
131391
131392
  GenAst,
131393
+ extractAstNode,
131392
131394
  getAuroraServices,
131393
131395
  getEmptyAuroraServices,
131394
131396
  parse