-
Updated
Jun 18, 2020 - TypeScript
#
transpilation
Here are 36 public repositories matching this topic...
TypeScript Tools for Node.js
Next plugin to allow for compilation of local modules with workspaces
-
Updated
Jan 15, 2020 - JavaScript
An Innovative, Fast Transpiler for ECMAScript 2015 and later
-
Updated
Dec 21, 2017 - JavaScript
The i5 programming language.
language
programming-language
golang
parser
compiler
tokenizer
foss
ast
transpiler
programming-languages
compile
ast-tree
ast-parser
compilation
transpile
transpilation
compiled-language
i5
i5pl
new-programming-language
-
Updated
Mar 1, 2020 - Go
Converts/translates PICO-8 style Lua syntax to standard clean Lua syntax
syntax
converter
parser
utility
translator
translation
lua
tool
convert
transpiler
pico-8
pico8
translate
lexer
shorthand
tic80
tic-80
transpilation
-
Updated
Aug 22, 2019 - C#
-
Updated
Mar 15, 2020 - JavaScript
Minimal app for testing the Meteor 1.7 modern/legacy system
-
Updated
May 28, 2018 - JavaScript
Open
doc: code style
daiyam
commented
Feb 23, 2020
https://eslint.org/docs/rules/brace-style
https://en.wikipedia.org/wiki/Indentation_style
https://github.com/google/styleguide
https://hilton.org.uk/presentations/naming-guidelines
Style
- hard tabs (tab)
- 4 spaces per tab
UpperCamelCase- types (including class & structs)
class Foo
- types (including class & structs)
- `lowerCamel
Open
negative existential
Webpack loader for Python transpiling to ES6 JavaScript using Javascripthon
-
Updated
Nov 17, 2017 - JavaScript
Manually transpilated C++ code from ns-3 manet routing example to Python.
-
Updated
Dec 17, 2017 - Python
Lists GitHub users. Minimal app demonstrating cross-platform app development (Web, Android, iOS) where core logic is shared and transpiled from Java to JavaScript and Objective-C.
javascript
android
java
ios
web
frontend
objective-c
cross-platform
rxjava
eventbus
reactive-programming
gwt
j2objc
transpilation
cross-compilation
-
Updated
Nov 6, 2018 - Java
Write typescript and generate typescript modules from C# assemblies.
-
Updated
Dec 18, 2019 - C#
AMorgaut
commented
Mar 3, 2017
Should be entirely managed by Babel itself, but just in case some AST operation may lead to bad mapping, let's make sure the sourcemap is always correctly generated.
Transpile and bundle Webpack automagically
-
Updated
Apr 19, 2017 - JavaScript
Custom programming language built with ANTLR4 utilising source-to-source compilation, with an ASP.NET Core RESTful API for interactivity.
-
Updated
Dec 4, 2019 - C#
Spawns a watch process for each tsconfig.json file in your project. 🐘
nodejs
javascript
npm
node
typescript
javascript-library
transpiler
filewatcher
watcher
tsc
transpile
transpilation
tsconfig
-
Updated
Sep 14, 2019 - TypeScript
Nomic - a toolset for Domain Specific Languages
-
Updated
Nov 5, 2017 - Scala
Umbraco 8.6.1 with Foundation setup
-
Updated
May 14, 2020 - JavaScript
Program to convert brainfuck source code into C source code
-
Updated
Mar 18, 2017 - C++
Gist for transpiling ES6 on browser for small projects without node
-
Updated
Aug 24, 2017 - JavaScript
Both JavaScript static analyser and native compiler.
-
Updated
Jun 10, 2020 - JavaScript
Create Google Chrome extensions in Python
-
Updated
Oct 8, 2019 - Python
-
Updated
Apr 24, 2020 - JavaScript
Improve this page
Add a description, image, and links to the transpilation topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the transpilation topic, visit your repo's landing page and select "manage topics."
We don't need to transpile certain babel env plugins that are disabled by the user in their Babel env settings.
We could sniff this from user's Babel config.
Or at least provide an option here to manually override considering certain babel env plugins from consideration for transpiling.