mirror of https://github.com/lukechilds/rollup.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1 lines
603 B
1 lines
603 B
{"version":3,"file":"es6.js","sources":["../main.js","../foo.js","../bar.js"],"sourcesContent":["import foo from './foo';\nimport bar from './bar';\n\nconsole.log( 'hello from main.js' );\n\nfoo();\nbar();\n","export default function foo () {\n\tconsole.log( 'hello from foo.js' );\n}\n","export default function bar () {\n\tconsole.log( 'hello from bar.js' );\n}\n"],"names":[],"mappings":"AAGA,OAAO,CAAC,GAAG,EAAE,oBAAoB,EAAE;;ACHpB,SAAS,GAAG,IAAI;AAC/B,CAAC,OAAO,CAAC,GAAG,EAAE,mBAAmB,EAAE;AACnC;;ADGA,GAAG,EAAE;;AELU,SAAS,GAAG,IAAI;AAC/B,CAAC,OAAO,CAAC,GAAG,EAAE,mBAAmB,EAAE;AACnC;;AFIA,GAAG,EAAE"}
|
|
|