mirror of
https://github.com/wasp-lang/wasp.git
synced 2024-12-28 03:25:17 +03:00
75ce7db663
* Fixed incorrect handling of escaped strings in parser. * Refactored Parser golden tests a bit. * Moved PrettyPrinter for Parser AST to Parser. * fix
5 lines
97 B
JavaScript
5 lines
97 B
JavaScript
test Imports {
|
|
module: import Page from "page.jsx",
|
|
field: import { Page } from "page.jsx"
|
|
}
|