You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Runtime will need to handle either a wordStack (current) with a object wrapper around word dictionaries --OR-- change to a dictionary of dictionaries format (e.g. {nameSpace:{word1:{}}}).
runtime.js needs to support an IDE that is debugging a running program and wants to know the current imported dictionaries (currently loaded) (i.e. runtime needs to expose wordStack or wordNameSpaces and the findWord function)
The text was updated successfully, but these errors were encountered:
Runtime will need to handle either a wordStack (current) with a object wrapper around word dictionaries --OR-- change to a dictionary of dictionaries format (e.g.
{nameSpace:{word1:{}}}
).runtime.js needs to support an IDE that is debugging a running program and wants to know the current imported dictionaries (currently loaded) (i.e. runtime needs to expose wordStack or wordNameSpaces and the findWord function)
The text was updated successfully, but these errors were encountered: