0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-02-08 07:16:56 -05:00

Commit graph

  • 9c48e03972
    s/VISITOR/defineVisitor Parsa Ghadimi 2018-07-02 22:24:34 +04:30
  • 6a619a9300
    Write readme Parsa Ghadimi 2018-07-02 22:16:09 +04:30
  • 4608b90263
    Get documentation of MethodSignature Parsa Ghadimi 2018-07-02 17:12:43 +04:30
  • 5eaad63db9
    Test against real-world source codes Parsa Ghadimi 2018-07-02 03:51:18 +04:30
  • eee1331afc
    Add tslint Parsa Ghadimi 2018-07-02 03:11:24 +04:30
  • efdc0db278
    Write tests for variable declaration Parsa Ghadimi 2018-07-01 20:51:39 +04:30
  • 72bce5ea88
    Test namespace Parsa Ghadimi 2018-07-01 18:01:44 +04:30
  • bdc43cddc5
    Write tests for interface Parsa Ghadimi 2018-07-01 17:51:45 +04:30
  • e8936b113b
    Write tests for class and resolve some issues Parsa Ghadimi 2018-07-01 02:16:07 +04:30
  • 1da9c9087e
    Support default import Parsa Ghadimi 2018-07-01 01:15:51 +04:30
  • de90478630
    Rewrite typescript compiler host Parsa Ghadimi 2018-07-01 00:25:28 +04:30
  • 5a662d9739
    Add test for commonjs Parsa Ghadimi 2018-06-30 23:42:57 +04:30
  • 49a3df588d
    Start using custom ts compiler Parsa Ghadimi 2018-06-30 18:38:22 +04:30
  • dc1c50cc00
    Support CommonJS Parsa Ghadimi 2018-06-30 18:30:16 +04:30
  • 3a934a92e6
    Suppose new line as blank space too Parsa Ghadimi 2018-06-30 18:29:47 +04:30
  • a0ac79ff4e
    Add ExportAssignment Parsa Ghadimi 2018-06-29 05:03:16 +04:30
  • c5024302a0
    Merge pull request #3 from ry/master Azkar Moulana 2018-07-02 22:01:44 +05:30
  • e4261e4499
    x Ryan Dahl 2018-07-02 15:46:27 +02:00
  • 9abc5434ba
    Support for async functions and check default modifier Parsa Ghadimi 2018-06-29 02:33:54 +04:30
  • 7a0a15f420
    Call setFilename in all declarations Parsa Ghadimi 2018-06-28 22:23:25 +04:30
  • 1279830e03
    Standardized refrences Parsa Ghadimi 2018-06-28 22:19:35 +04:30
  • 428c061a04
    Write test_export Parsa Ghadimi 2018-06-28 00:03:38 +04:30
  • 3c4646905c
    Include exported variable declarations in doc Parsa Ghadimi 2018-06-27 23:41:42 +04:30
  • defb8e341b
    Write test for One2ManyMap Parsa Ghadimi 2018-06-27 18:04:22 +04:30
  • ad8794190d
    Add missing return types and break down line longer than 80 cols Parsa Ghadimi 2018-06-27 17:37:05 +04:30
  • fd4b68f23d
    Reorg tests Parsa Ghadimi 2018-06-27 17:29:15 +04:30
  • b0c967128d
    mv core.ts parser.ts Parsa Ghadimi 2018-06-27 17:22:34 +04:30
  • 263548af9c
    Implement definition searching algorithm Parsa Ghadimi 2018-06-27 17:10:12 +04:30
  • 33fadedbfe
    Write tests for finding definition Parsa Ghadimi 2018-06-27 13:32:53 +04:30
  • 2a617eb322
    Address types definitions Parsa Ghadimi 2018-06-27 06:17:41 +04:30
  • 45216411b9
    Change One2ManyMap data structure to support nested namespaces Parsa Ghadimi 2018-06-27 05:23:34 +04:30
  • d09fc2cab7
    Add type parameters to this.typeParameters Parsa Ghadimi 2018-06-26 22:26:03 +04:30
  • 49d6d4ba12
    Add TypeQuery Parsa Ghadimi 2018-06-26 20:40:27 +04:30
  • 74d2f2cf2f
    Fix removeSpaces and add test Parsa Ghadimi 2018-06-26 01:51:55 +04:30
  • 31a8c57fa0
    Support ExportDeclaration Parsa Ghadimi 2018-06-26 01:02:10 +04:30
  • e4f9d18fa1
    Support modules Parsa Ghadimi 2018-06-25 20:19:03 +04:30
  • e186ee2c31
    Test gendoc on travis Parsa Ghadimi 2018-06-25 01:55:35 +04:30
  • 8a37bbd898
    Serializer variable declarations Parsa Ghadimi 2018-06-25 01:42:46 +04:30
  • 9eef0dcc9c
    Allow defining alias Parsa Ghadimi 2018-06-25 01:41:51 +04:30
  • 96466596bf
    test: types Parsa Ghadimi 2018-06-25 00:05:25 +04:30
  • 8f5bb46607
    Support ObjectLiteralExpression Parsa Ghadimi 2018-06-24 08:03:03 +04:30
  • 122645dbba
    Support ArrowFunction Parsa Ghadimi 2018-06-24 08:01:45 +04:30
  • 8ebc93172e
    Add return type to MethodDeclaration and GetAccessor and support ThisType Parsa Ghadimi 2018-06-24 04:43:59 +04:30
  • 948b8f4656
    Add tests for enum Parsa Ghadimi 2018-06-24 00:57:10 +04:30
  • b3cea26a8f
    class: heritageClauses and type parameters also fix a bug related to heritageClauses in interfaces Parsa Ghadimi 2018-06-23 23:17:25 +04:30
  • 6054b09145
    Use one type for keywords Parsa Ghadimi 2018-06-23 21:01:20 +04:30
  • 1a9997c34c
    Write class serializers Parsa Ghadimi 2018-06-23 20:18:56 +04:30
  • f6f274115f
    Add documentation to enum members Parsa Ghadimi 2018-06-22 23:26:46 +04:30
  • 38f5f032d8
    Support enum Parsa Ghadimi 2018-06-22 21:39:53 +04:30
  • e1c0fe0d37
    Add FirstTypeNode (TypePredicate) Parsa Ghadimi 2018-06-22 20:36:32 +04:30
  • 6920f339b1
    Support more nodes Also move TypeParameter from serializer_function to serializer_type Newly supported nodes: - IndexedAccessType - TypeOperator - MappedType - InferType Parsa Ghadimi 2018-06-22 20:24:18 +04:30
  • 00a8d8cc54
    Support type arguments and parameters Parsa Ghadimi 2018-06-22 18:52:15 +04:30
  • 1ef449a6d1
    lint Parsa Ghadimi 2018-06-22 18:51:22 +04:30
  • f07a40b843
    Add undefiend keyword Parsa Ghadimi 2018-06-22 18:50:51 +04:30
  • 77446c607a
    A bit of work to support interfaces Parsa Ghadimi 2018-06-22 17:44:42 +04:30
  • 50df6e3c27
    Reorg Parsa Ghadimi 2018-06-22 16:21:58 +04:30
  • 529f01d6e4
    Support more nodes Parsa Ghadimi 2018-06-22 01:33:02 +04:30
  • 6823916e52
    Play with current implementation Parsa Ghadimi 2018-06-21 20:50:38 +04:30
  • 3d9b7ea3be
    Implement core and some serializers Parsa Ghadimi 2018-06-21 20:46:58 +04:30
  • c94b39733d
    Separate /website from / Parsa Ghadimi 2018-06-18 00:05:58 +04:30
  • 8eee9247e0
    Adjust roadmap security text. Ryan Dahl 2018-07-02 11:22:44 +02:00
  • edefe3bb24 Call lint in travis (and fix long long issue) Ryan Dahl 2018-07-01 18:21:03 +02:00
  • 6d288b63cd Call lint in travis (and fix long long issue) Ryan Dahl 2018-07-01 18:21:03 +02:00
  • 3040a126cc Call lint in travis (and fix long long issue) Ryan Dahl 2018-07-01 18:21:03 +02:00
  • 4689160580 Add tslint Parsa Ghadimi 2018-07-01 23:53:21 +04:30
  • 235e549035 Add tslint Parsa Ghadimi 2018-07-01 23:53:21 +04:30
  • 9584330f3f
    Add tslint Parsa Ghadimi 2018-07-01 23:53:21 +04:30
  • b0c6252943 chore: move //src/js to //js Yoshiya Hinosawa 2018-07-01 23:37:10 +09:00
  • ea35281d63 chore: move //src/js to //js Yoshiya Hinosawa 2018-07-01 23:37:10 +09:00
  • d8f576521a chore: move //src/js to //js Yoshiya Hinosawa 2018-07-01 23:37:10 +09:00
  • d1111b7821
    Merge f6b4210cc8 into 9528ee4a42 Sam Liu 2018-07-01 13:28:50 +00:00
  • 16178b96d9 Add cpplint to third_party Ryan Dahl 2018-07-01 14:18:49 +02:00
  • 9528ee4a42 Add cpplint to third_party Ryan Dahl 2018-07-01 14:18:49 +02:00
  • 9d54ddf4a5 Add cpplint to third_party Ryan Dahl 2018-07-01 14:18:49 +02:00
  • f6b4210cc8 Merge remote-tracking branch 'upstream/master' into docker-compose Sam Liu 2018-07-01 08:24:04 -04:00
  • ccf3c63ee1 reorg: Move GN files to root (#309) Yoshiya Hinosawa 2018-07-01 20:47:28 +09:00
  • 6830370c3e reorg: Move GN files to root (#309) Yoshiya Hinosawa 2018-07-01 20:47:28 +09:00
  • 6ccdc56ef0
    revert .travis.yml to non docker version Sam Liu 2018-07-01 06:41:20 -04:00
  • 00282df13c chore: update format.sh Yoshiya Hinosawa 2018-07-01 19:10:39 +09:00
  • 10335fd66f fix: update .travis.yml Yoshiya Hinosawa 2018-07-01 19:06:10 +09:00
  • 09e7a8afdf chore: remove dead symlinks Yoshiya Hinosawa 2018-07-01 17:44:25 +09:00
  • b340cf1470 fix: fix paths in GN config files Yoshiya Hinosawa 2018-07-01 17:42:19 +09:00
  • fa1444f01d chore: reorg step 2 Yoshiya Hinosawa 2018-07-01 16:20:41 +09:00
  • 0165726729 run docker --version in .travis.yml Sam Liu 2018-06-30 17:29:36 -04:00
  • f483d075be try docker-compose build in travis Sam Liu 2018-06-30 17:22:08 -04:00
  • 2ee9ad1b98
    Merge pull request #2 from ry/master Azkar Moulana 2018-06-30 12:21:37 +05:30
  • 30981ab7bc
    Merge 3e6c73b4e4 into ee3c74973a robbym 2018-06-29 22:41:19 +00:00
  • 3e6c73b4e4 Simplified error check Robby Madruga 2018-06-29 15:41:03 -07:00
  • a956c8e8b9 Rustify Deno API Robby Madruga 2018-06-29 15:07:19 -07:00
  • 5f98cc1f3b docker-compose for local development Sam Liu 2018-06-29 12:56:36 -04:00
  • 55c0936426 Integrate meeting notes into Roadmap. Ryan Dahl 2018-06-29 14:14:26 +02:00
  • f65d5fb312 Integrate meeting notes into Roadmap. Ryan Dahl 2018-06-29 14:14:26 +02:00
  • 9ccad0782b Integrate meeting notes into Roadmap. Ryan Dahl 2018-06-29 14:14:26 +02:00
  • 2e4993044c
    Merge f68e8fd723 into 467408c6dc The Gitter Badger 2018-06-28 20:16:45 +00:00
  • f68e8fd723 Add Gitter badge The Gitter Badger 2018-06-28 20:16:43 +00:00
  • bd594d8c17 Reorg: Move tools/ and gitignore to root. Ryan Dahl 2018-06-27 11:48:19 +02:00
  • 467408c6dc Reorg: Move tools/ and gitignore to root. Ryan Dahl 2018-06-27 11:48:19 +02:00
  • cb8159a92e explicitly add rust as an install dependency Mike Reinstein 2018-06-28 10:58:55 -07:00
  • c2deb54daf explicitly add rust as an install dependency Mike Reinstein 2018-06-28 10:58:55 -07:00
  • 83820c87b5 explicitly add rust as an install dependency Mike Reinstein 2018-06-28 10:58:55 -07:00