repo.or.cz
/
gecko.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Bug 1915045 Ensure decode tasks are scheduled on BufferingState::Enter() r=media...
[gecko.git]
/
js
/
xpconnect
/
tests
/
unit
/
es6module_absolute.js
blob
d74732d296ca1244a24ca6172562f435fcce5f2f
1
import { x as x1 } from "resource://test/es6module_absolute2.js";
2
import { x as x2 } from "./es6module_absolute2.js";
3
export const absoluteX = x1;
4
export const relativeX = x2;