Oguz 157aec6ed6 feat(lib): deprecate import.parse.complete <context> payload
The <import.parse.complete> event is now invoked with

{
 error,
 definitions,
 elementsById,
 references,
 warnings
}

The old payload is deprecated:

{
  error,
  definitions,
  context: { elementsById, references, warnings }
}
2020-04-29 11:12:23 +02:00
..
2018-04-03 16:32:14 +02:00
2020-04-29 11:12:23 +02:00
2020-04-29 11:12:23 +02:00
2020-04-29 11:12:23 +02:00