Skip to content

Commit

Permalink
Prepare For Browser Runtime Implementation
Browse files Browse the repository at this point in the history
Revert "use deno_ast for typescript transpilation"

This reverts commit ae334f5.

Use Module Syntax For Scripts

WIP Browser Runtime
  • Loading branch information
zicklag committed Aug 13, 2022
1 parent f28c618 commit 6ee88cc
Show file tree
Hide file tree
Showing 24 changed files with 1,061 additions and 485 deletions.
15 changes: 15 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# EditorConfig is awesome: https://EditorConfig.org

# top-most EditorConfig file
root = true

[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = false
insert_final_newline = false

[*.ts]
indent_size = 2
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/target
/web-target
187 changes: 44 additions & 143 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 6ee88cc

Please sign in to comment.