This commit is contained in:
Simon Priet
2021-09-05 22:53:58 +02:00
commit 9e2991e668
17888 changed files with 1263126 additions and 0 deletions

1
node_modules/coffeeify/example/bar.js generated vendored Normal file
View File

@@ -0,0 +1 @@
module.exports = require('./baz.coffee')(5)

1
node_modules/coffeeify/example/bat.js generated vendored Normal file
View File

@@ -0,0 +1 @@
module.exports = require('./baz.litcoffee')(5)

1
node_modules/coffeeify/example/baz.coffee generated vendored Normal file
View File

@@ -0,0 +1 @@
module.exports = (n) -> n * 111

3
node_modules/coffeeify/example/baz.litcoffee generated vendored Normal file
View File

@@ -0,0 +1,3 @@
Multiply all the things with 111
module.exports = (n) -> n * 111

5
node_modules/coffeeify/example/error.coffee generated vendored Normal file
View File

@@ -0,0 +1,5 @@
#----------------------------------#
# hello, my name is: SµNTtaX E®Rör #
#----------------------------------#
thisIsWrong = , 'waaa'

1
node_modules/coffeeify/example/foo.coffee generated vendored Normal file
View File

@@ -0,0 +1 @@
console.log(require './bar.js')

3
node_modules/coffeeify/example/foo.litcoffee generated vendored Normal file
View File

@@ -0,0 +1,3 @@
Here is a bat
console.log(require './bat.js')

View File

@@ -0,0 +1,7 @@
#----------------------------------#
# hello, my name is: SµNTtaX E®Rör #
#----------------------------------#
'this is very wrong. notice that the first line is''
longer'