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
Build environment: Windows (problem likely occurs on all) Moddable SDK version: Latest released as of today (any within last six months) Target device: Win, ESP32
Description
When compiling TypeScript and using examples/manifest_typings.json you get a warning on each build:
# warning: no modules match: c:\moddable\typings\embedded_network\*!
This is because six months ago a change was made that added:
Build environment: Windows (problem likely occurs on all)
Moddable SDK version: Latest released as of today (any within last six months)
Target device: Win, ESP32
Description
When compiling TypeScript and using
examples/manifest_typings.json
you get a warning on each build:This is because six months ago a change was made that added:
However, no type files are located at that location (they are all in sub-directories and specifically included in the typings).
Removing this line from
examples/manifest_typings.json
continues to compile TypeScript but without the warning message.Steps to Reproduce
manifest.json
that includes:mcconfig
The text was updated successfully, but these errors were encountered: