Refactoring to support inlined scripts
This commit is contained in:
@@ -1,4 +1,2 @@
|
||||
export const test = ()=>{
|
||||
return `I'm "annoying" ${"in case we need to test \`string\` escaping."}. Hence this files \'tries\' to include all allowed forms of 'it'`;
|
||||
}
|
||||
console.log(test());
|
||||
export const b = ()=>'batman';
|
||||
console.log(b());
|
||||
|
||||
Reference in New Issue
Block a user