Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Bundle your TypeScript project to run it in CodinGame contests

License

NotificationsYou must be signed in to change notification settings

dubzzz/codingame-typescript-bundler

Repository files navigation

Bundle your TypeScript project to run it in CodinGame contests

Getting started

Your code as to be insrc/ directory. It can be composed of modules viaimport /export.

In order to compile your code into a single bundler, you have to either run a single buildnpm run build or an automatic build withnpm run watch. It should result in a bundle filelib/bundle.js.

To use it in CodinGame just modify the content ofrunAmd.js by puttinglib/bundle.js at// Copy-paste the content of lib/bundle.js here. Copy the resultingrunAmd.js in CodinGame.

More

You can also use a test runner -Jest is configured by default - to run tests.

Tests have to be put inspecs/**/*.spec.ts.

About

Bundle your TypeScript project to run it in CodinGame contests

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp