GithubHelp home page GithubHelp logo

luatotypescript's People

Contributors

dependabot[bot] avatar hazzard993 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

luatotypescript's Issues

Doesn't Transfer Over Comments

I'm trying out this tool for the first time, and it looks like it strips out all of the comments, which is a deal-breaker for me.

Is there any way that this feature could be added?

how to use? hard to understand readMe.md

i have cloned project into my computer, but command "yarn global lua-to-typescript" did not work. it's hard to understand the useStep. can you update the readMe.md?

unicode to string

@see microsoft/TypeScript#36174
input

local M = {}

M.lspkind = {
  Namespace = "",
  Text = "",
  Method = "",
  Function = "",
  Constructor = "",
  Field = "",
  Variable = "",
  Class = "",
  Interface = "",
  Module = "",
  Property = "",
  Unit = "",
  Value = "",
  Enum = "",
  Keyword = "",
  Snippet = "",
  Color = "",
  File = "",
  Reference = "",
  Folder = "",
  EnumMember = "",
  Constant = "",
  Struct = "",
  Event = "",
  Operator = "",
  TypeParameter = "",
  Table = "",
  Object = "",
  Tag = "",
  Array = "[]",
  Boolean = "",
  Number = "",
  Null = "",
  String = "",
  Calendar = "",
  Watch = "",
  Package = "",
}

output

export const lspkind = {
  Namespace: '\uF816',
  Text: '\uF77E ',
  Method: '\uF6A6 ',
  Function: '\uF6A6 ',
  Constructor: '\uF423 ',
  Field: '\uFC20 ',
  Variable: '\uF52A ',
  Class: '\uFD2F ',
  Interface: '\uF0E8 ',
  Module: '\uF487 ',
  Property: '\uFC20 ',
  Unit: '\uF96C ',
  Value: '\uF89F ',
  Enum: '\uF15D ',
  Keyword: '\uF80A ',
  Snippet: '\uF44F ',
  Color: '\uF8D7 ',
  File: '\uF718 ',
  Reference: '\uF706 ',
  Folder: '\uF74A ',
  EnumMember: '\uF15D ',
  Constant: '\uF8FE ',
  Struct: '\uFB44 ',
  Event: '\uF0E7 ',
  Operator: '\uF694 ',
  TypeParameter: '\uF783 ',
  Table: '\uF0CE',
  Object: '\uF668 ',
  Tag: '\uF02B',
  Array: '[]',
  Boolean: '\uF042 ',
  Number: '\uF292 ',
  Null: '\uFCE0',
  String: '\uF77E ',
  Calendar: '\uF073',
  Watch: '\uF64F ',
  Package: '\uE624',
}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.