mirror of
https://github.com/servo/servo.git
synced 2025-07-02 21:13:39 +01:00
2 lines
56 B
JavaScript
2 lines
56 B
JavaScript
import { y } from './module2.js';
|
|
export let x = y + 1;
|