mirror of
https://github.com/wasp-lang/wasp.git
synced 2024-12-26 10:35:04 +03:00
76d9fc4213
When an external import tries to import a symbol from a TypeScript/JavaScript file, waspls now offers quickfix code actions to scaffold a function in that file.
It uses the surrounding context of the external import to determine what code to write for the code action. See [`ScaffoldTsSymbol.hs`](
|
||
---|---|---|
.. | ||
Analyzer | ||
AppSpec | ||
FilePath | ||
Generator | ||
Psl | ||
Test | ||
Util | ||
AnalyzerTest.hs | ||
ErrorTest.hs | ||
Fixtures.hs | ||
JsImportTest.hs | ||
SemanticVersionTest.hs | ||
TastyDiscoverDriver.hs | ||
UtilTest.hs | ||
WaspignoreFileTest.hs |