mirror of https://github.com/lukechilds/rollup.git
Rich Harris
10 years ago
3 changed files with 4 additions and 4 deletions
@ -1 +1 @@ |
|||
export default function asap() {} |
|||
export default function asap () {} |
|||
|
@ -1 +1 @@ |
|||
export const config = {}; |
|||
export var config = {}; |
|||
|
@ -1,5 +1,5 @@ |
|||
import { config } from './config'; |
|||
|
|||
export default function defer() { |
|||
config.async(); |
|||
export default function defer () { |
|||
config.async(); |
|||
} |
|||
|
Loading…
Reference in new issue